|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ow2.bonita.facade.impl.DefinitionAPIImpl
public class DefinitionAPIImpl
Constructor Summary | |
---|---|
DefinitionAPIImpl()
|
Method Summary | |
---|---|
PackageDef |
getDeployedPackage(java.lang.String packageId)
|
java.util.Set<? extends PackageDef> |
getDeployedPackages()
|
ProcessDef |
getDeployedProcess(java.lang.String processId)
|
java.util.Set<? extends ProcessDef> |
getDeployedProcesses()
|
ProcessDefFullImpl |
getInternalProcess(java.lang.String processId,
java.lang.String deploymentId)
|
java.util.Set<ParticipantDefImpl> |
getInternalProcessParticipants(java.lang.String processId,
java.lang.String deploymentId)
|
PackageDef |
getLastPackage(java.lang.String packageId)
Return the last deployed package for the specified package id. |
ProcessDef |
getLastProcess(java.lang.String processId)
Return the last deployed process for the specified process id. |
PackageDef |
getPackage(java.lang.String packageId,
java.lang.String deploymentId)
Returns the package definition for the specified package and deployment. |
java.lang.String |
getPackageId(java.lang.String deploymentId,
java.lang.String packageName)
Returns the package id for the specified package name and deployment id. |
ProcessDef |
getPackageProcess(java.lang.String packageId,
java.lang.String deploymentId,
java.lang.String processId)
Returns the process information for the specified package and deployment and process. |
java.util.Set<? extends ProcessDef> |
getPackageProcesses(java.lang.String packageId,
java.lang.String deploymentId)
Returns the set of definition information of all processes within the specified deployed package and the specified deployment. |
java.util.Set<? extends PackageDef> |
getPackages()
Returns the set of definition informations for all deployed packages. |
java.util.Set<? extends PackageDef> |
getPackages(java.lang.String packageId)
Returns the set of definition informations for all deployed packages for the specified package. |
ProcessDef |
getProcess(java.lang.String processId,
java.lang.String deploymentId)
Returns the process definition for the specified process id and deployment id. |
java.util.Set<? extends ActivityDef> |
getProcessActivities(java.lang.String processId,
java.lang.String deploymentId)
Returns the set of definition for process activities of the specified process and deployment. |
ActivityDef |
getProcessActivity(java.lang.String processId,
java.lang.String deploymentId,
java.lang.String activityId)
Returns the definition for process activity of the specified process and deployment. |
java.lang.String |
getProcessActivityId(java.lang.String processId,
java.lang.String deploymentId,
java.lang.String activityName)
Returns the activity id for the specified process id and deployment id and activity id. |
java.util.Set<? extends ProcessDef> |
getProcesses()
Returns the set of definition information of all deployed processes. |
java.util.Set<? extends ProcessDef> |
getProcesses(java.lang.String processId)
Returns the set of definition informations for the process with the specified id. |
java.lang.String |
getProcessId(java.lang.String deploymentId,
java.lang.String processName)
Returns the process id for the specified process name and deployment id. |
ParticipantDef |
getProcessParticipant(java.lang.String processId,
java.lang.String deploymentId,
java.lang.String participantId)
Returns the participant definition for the specified process and deployment. |
java.lang.String |
getProcessParticipantId(java.lang.String processId,
java.lang.String deploymentId,
java.lang.String participantName)
Returns the participant id for the specified process id and deployment id and participant name. |
java.util.Set<? extends ParticipantDef> |
getProcessParticipants(java.lang.String processId,
java.lang.String deploymentId)
Returns the set of participant definitions for the specified process and deployment. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DefinitionAPIImpl()
Method Detail |
---|
public ProcessDefFullImpl getInternalProcess(java.lang.String processId, java.lang.String deploymentId)
public java.util.Set<ParticipantDefImpl> getInternalProcessParticipants(java.lang.String processId, java.lang.String deploymentId)
public PackageDef getLastPackage(java.lang.String packageId)
DefinitionAPI
getLastPackage
in interface DefinitionAPI
packageId
- the package id.
public ProcessDef getLastProcess(java.lang.String processId)
DefinitionAPI
getLastProcess
in interface DefinitionAPI
processId
- the process id.
public PackageDef getPackage(java.lang.String packageId, java.lang.String deploymentId)
DefinitionAPI
getPackage
in interface DefinitionAPI
packageId
- the package id.deploymentId
- the deployment id.
public ProcessDef getPackageProcess(java.lang.String packageId, java.lang.String deploymentId, java.lang.String processId)
DefinitionAPI
getPackageProcess
in interface DefinitionAPI
packageId
- the package id.deploymentId
- the deployment id.processId
- the process id.
public java.util.Set<? extends ProcessDef> getPackageProcesses(java.lang.String packageId, java.lang.String deploymentId)
DefinitionAPI
getPackageProcesses
in interface DefinitionAPI
packageId
- the package id.deploymentId
- the deployment id.
public java.util.Set<? extends PackageDef> getPackages()
DefinitionAPI
getPackages
in interface DefinitionAPI
public java.util.Set<? extends PackageDef> getPackages(java.lang.String packageId)
DefinitionAPI
getPackages
in interface DefinitionAPI
packageId
- the package id.
public ProcessDef getProcess(java.lang.String processId, java.lang.String deploymentId)
DefinitionAPI
getProcess
in interface DefinitionAPI
processId
- the process id.deploymentId
- the deployment id.
public java.util.Set<? extends ActivityDef> getProcessActivities(java.lang.String processId, java.lang.String deploymentId)
DefinitionAPI
getProcessActivities
in interface DefinitionAPI
processId
- the process id.deploymentId
- the deployment id.
public ActivityDef getProcessActivity(java.lang.String processId, java.lang.String deploymentId, java.lang.String activityId)
DefinitionAPI
getProcessActivity
in interface DefinitionAPI
processId
- the process id.deploymentId
- the deployment id.activityId
- the activity id.
public ParticipantDef getProcessParticipant(java.lang.String processId, java.lang.String deploymentId, java.lang.String participantId)
DefinitionAPI
getProcessParticipant
in interface DefinitionAPI
processId
- the process id.deploymentId
- the deployment id.participantId
- the participant id.
public java.util.Set<? extends ParticipantDef> getProcessParticipants(java.lang.String processId, java.lang.String deploymentId)
DefinitionAPI
getProcessParticipants
in interface DefinitionAPI
processId
- the process id.deploymentId
- the deployment id.
public java.util.Set<? extends ProcessDef> getProcesses()
DefinitionAPI
getProcesses
in interface DefinitionAPI
public java.util.Set<? extends ProcessDef> getProcesses(java.lang.String processId)
DefinitionAPI
getProcesses
in interface DefinitionAPI
public java.lang.String getProcessParticipantId(java.lang.String processId, java.lang.String deploymentId, java.lang.String participantName)
DefinitionAPI
getProcessParticipantId
in interface DefinitionAPI
processId
- the process id.deploymentId
- the deploymenet id.participantName
- the participant name.
public java.lang.String getProcessActivityId(java.lang.String processId, java.lang.String deploymentId, java.lang.String activityName)
DefinitionAPI
getProcessActivityId
in interface DefinitionAPI
processId
- the process id.deploymentId
- the deploymenet id.activityName
- the activity name.
public java.lang.String getProcessId(java.lang.String deploymentId, java.lang.String processName)
DefinitionAPI
getProcessId
in interface DefinitionAPI
deploymentId
- the deployment id.processName
- the process name.
public java.lang.String getPackageId(java.lang.String deploymentId, java.lang.String packageName)
DefinitionAPI
getPackageId
in interface DefinitionAPI
deploymentId
- the deployment id.packageName
- the package name.
public PackageDef getDeployedPackage(java.lang.String packageId)
getDeployedPackage
in interface DefinitionAPI
public java.util.Set<? extends PackageDef> getDeployedPackages()
getDeployedPackages
in interface DefinitionAPI
public ProcessDef getDeployedProcess(java.lang.String processId)
getDeployedProcess
in interface DefinitionAPI
public java.util.Set<? extends ProcessDef> getDeployedProcesses()
getDeployedProcesses
in interface DefinitionAPI
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |