Class CalledProcessDefinitionImpl
java.lang.Object
org.camunda.bpm.engine.impl.repository.CalledProcessDefinitionImpl
- All Implemented Interfaces:
CalledProcessDefinition
,ProcessDefinition
,ResourceDefinition
-
Field Summary
Modifier and TypeFieldDescriptionprotected String
protected String
protected String
protected String
protected String
protected boolean
protected Integer
protected String
protected boolean
protected String
protected String
protected String
protected boolean
protected String
protected int
protected String
-
Constructor Summary
ConstructorDescriptionCalledProcessDefinitionImpl
(ProcessDefinition definition, String callingProcessDefinitionId) -
Method Summary
Modifier and TypeMethodDescriptionvoid
addCallingCallActivity
(String activityId) category name which is derived from the targetNamespace attribute in the definitions elementThe deployment in which this definition is contained.description of this processThe diagram resource name for this definition if existHistory time to live.getId()
unique identifiergetKey()
unique name for all versions this definitiongetName()
label used for display purposesname ofthe resource
of this definitionThe id of the tenant this definition belongs to.int
version of this definitionVersion tag of the process definition.boolean
Does this process definition has astart form key
.boolean
Returns true if the process definition is startable in Tasklist.boolean
Returns true if the process definition is in suspended state.
-
Field Details
-
id
-
key
-
category
-
description
-
name
-
version
protected int version -
deploymentId
-
suspended
protected boolean suspended -
tenantId
-
versionTag
-
historyTimeToLive
-
isStartableInTasklist
protected boolean isStartableInTasklist -
hasStartFormKey
protected boolean hasStartFormKey -
diagramResourceName
-
resourceName
-
calledFromActivityIds
-
callingProcessDefinitionId
-
-
Constructor Details
-
CalledProcessDefinitionImpl
-
-
Method Details
-
getCallingProcessDefinitionId
- Specified by:
getCallingProcessDefinitionId
in interfaceCalledProcessDefinition
-
getCalledFromActivityIds
- Specified by:
getCalledFromActivityIds
in interfaceCalledProcessDefinition
-
addCallingCallActivity
-
getId
Description copied from interface:ResourceDefinition
unique identifier- Specified by:
getId
in interfaceResourceDefinition
-
getKey
Description copied from interface:ResourceDefinition
unique name for all versions this definition- Specified by:
getKey
in interfaceResourceDefinition
-
getCategory
Description copied from interface:ResourceDefinition
category name which is derived from the targetNamespace attribute in the definitions element- Specified by:
getCategory
in interfaceResourceDefinition
-
getDescription
Description copied from interface:ProcessDefinition
description of this process- Specified by:
getDescription
in interfaceProcessDefinition
-
hasStartFormKey
public boolean hasStartFormKey()Description copied from interface:ProcessDefinition
Does this process definition has astart form key
.- Specified by:
hasStartFormKey
in interfaceProcessDefinition
-
getName
Description copied from interface:ResourceDefinition
label used for display purposes- Specified by:
getName
in interfaceResourceDefinition
-
getVersion
public int getVersion()Description copied from interface:ResourceDefinition
version of this definition- Specified by:
getVersion
in interfaceResourceDefinition
-
getResourceName
Description copied from interface:ResourceDefinition
name ofthe resource
of this definition- Specified by:
getResourceName
in interfaceResourceDefinition
-
getDeploymentId
Description copied from interface:ResourceDefinition
The deployment in which this definition is contained.- Specified by:
getDeploymentId
in interfaceResourceDefinition
-
getDiagramResourceName
Description copied from interface:ResourceDefinition
The diagram resource name for this definition if exist- Specified by:
getDiagramResourceName
in interfaceResourceDefinition
-
isSuspended
public boolean isSuspended()Description copied from interface:ProcessDefinition
Returns true if the process definition is in suspended state.- Specified by:
isSuspended
in interfaceProcessDefinition
-
getTenantId
Description copied from interface:ResourceDefinition
The id of the tenant this definition belongs to. Can benull
if the definition belongs to no single tenant.- Specified by:
getTenantId
in interfaceResourceDefinition
-
getVersionTag
Description copied from interface:ProcessDefinition
Version tag of the process definition.- Specified by:
getVersionTag
in interfaceProcessDefinition
-
getHistoryTimeToLive
Description copied from interface:ResourceDefinition
History time to live. Is taken into account in history cleanup.- Specified by:
getHistoryTimeToLive
in interfaceResourceDefinition
-
isStartableInTasklist
public boolean isStartableInTasklist()Description copied from interface:ProcessDefinition
Returns true if the process definition is startable in Tasklist.- Specified by:
isStartableInTasklist
in interfaceProcessDefinition
-