|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ClientProcessDefinition | |
|---|---|
| org.jbpm.api | the primary facade interfaces to
the process repository,
the execution repository
and the management functionalities. |
| org.jbpm.api.session | interfaces to pluggable transactional resources to be used by activity implementations. |
| Uses of ClientProcessDefinition in org.jbpm.api |
|---|
| Methods in org.jbpm.api with parameters of type ClientProcessDefinition | |
|---|---|
Deployment |
Deployment.addProcessDefinition(ClientProcessDefinition processDefinition)
|
| Uses of ClientProcessDefinition in org.jbpm.api.session |
|---|
| Methods in org.jbpm.api.session that return ClientProcessDefinition | |
|---|---|
ClientProcessDefinition |
PvmDbSession.findLatestProcessDefinitionByKey(java.lang.String processDefinitionKey)
latest version of the processDefinition for the given key. |
ClientProcessDefinition |
RepositorySession.findProcessDefinitionById(java.lang.String processDefinitionId)
|
ClientProcessDefinition |
PvmDbSession.findProcessDefinitionById(java.lang.String processDefinitionId)
the process definition uniquely identified by the given processDefinition id. |
ClientProcessDefinition |
RepositorySession.findProcessDefinitionByKey(java.lang.String processDefinitionKey)
|
| Methods in org.jbpm.api.session that return types with arguments of type ClientProcessDefinition | |
|---|---|
java.util.List<ClientProcessDefinition> |
PvmDbSession.findProcessDefinitionsByKey(java.lang.String processDefinitionKey)
all versions of the processDefinition for the given key. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||