|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PackageNotFoundException | |
---|---|
org.ow2.bonita.facade | Nova Bonita Workflow APIs for handling workflow definition, deployment, execution and history. |
org.ow2.bonita.facade.exception | Contains exception classes thrown by Nova Bonita APIs. |
org.ow2.bonita.facade.remote | All interfaces in this package are for internal use only. |
Uses of PackageNotFoundException in org.ow2.bonita.facade |
---|
Methods in org.ow2.bonita.facade that throw PackageNotFoundException | |
---|---|
void |
ManagementAPI.deletePackage(PackageDefinitionUUID pacDefinitionUUID)
Deletes from journal and history : the given package all its processes all instances of these processes. |
PackageDefinition |
QueryDefinitionAPI.getLastPackage(java.lang.String packageId)
Returns the last deployed package for the specified package id. |
PackageDefinition |
QueryDefinitionAPI.getPackage(PackageDefinitionUUID packageDefinitionUUID)
Returns the package definition for the specified packageDefintion UUID. |
PackageDefinition |
QueryDefinitionAPI.getPackage(java.lang.String packageId,
java.lang.String version)
Returns the package definition for the specified package id and package version. |
ProcessDefinition |
QueryDefinitionAPI.getPackageProcess(PackageDefinitionUUID packageDefinitionUUID,
java.lang.String processId)
Returns the process definition for the specified packageDefinition UUID and process Id. |
java.util.Set<ProcessDefinition> |
QueryDefinitionAPI.getPackageProcesses(PackageDefinitionUUID packageDefinitionUUID)
Returns the set of definition information of all processes within the specified deployed package. |
java.util.Set<PackageDefinition> |
QueryDefinitionAPI.getPackages(java.lang.String packageId,
PackageDefinition.PackageState state)
Returns the set of definition informations for packages with the given state and the given package Id. |
Uses of PackageNotFoundException in org.ow2.bonita.facade.exception |
---|
Methods in org.ow2.bonita.facade.exception that return PackageNotFoundException | |
---|---|
static PackageNotFoundException |
PackageNotFoundException.build(java.lang.Throwable e)
|
Constructors in org.ow2.bonita.facade.exception with parameters of type PackageNotFoundException | |
---|---|
PackageNotFoundException(PackageNotFoundException e)
|
Uses of PackageNotFoundException in org.ow2.bonita.facade.remote |
---|
Methods in org.ow2.bonita.facade.remote that throw PackageNotFoundException | |
---|---|
void |
RemoteManagementAPI.deletePackage(PackageDefinitionUUID pacDefinitionUUID)
|
PackageDefinition |
RemoteQueryDefinitionAPI.getLastPackage(java.lang.String packageId)
|
PackageDefinition |
RemoteQueryDefinitionAPI.getPackage(PackageDefinitionUUID packageDefinitionUUID)
|
PackageDefinition |
RemoteQueryDefinitionAPI.getPackage(java.lang.String packageId,
java.lang.String version)
|
ProcessDefinition |
RemoteQueryDefinitionAPI.getPackageProcess(PackageDefinitionUUID packageDefinitionUUID,
java.lang.String processId)
|
java.util.Set<ProcessDefinition> |
RemoteQueryDefinitionAPI.getPackageProcesses(PackageDefinitionUUID packageDefinitionUUID)
|
java.util.Set<PackageDefinition> |
RemoteQueryDefinitionAPI.getPackages(java.lang.String packageId,
PackageDefinition.PackageState state)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |