Uses of Interface
org.camunda.bpm.model.bpmn.instance.ResourceAssignmentExpression
-
-
Uses of ResourceAssignmentExpression in org.camunda.bpm.model.bpmn.impl.instance
Classes in org.camunda.bpm.model.bpmn.impl.instance that implement ResourceAssignmentExpression Modifier and Type Class Description class
ResourceAssignmentExpressionImpl
The BPMN resourceAssignmentExpression elementFields in org.camunda.bpm.model.bpmn.impl.instance with type parameters of type ResourceAssignmentExpression Modifier and Type Field Description protected static ChildElement<ResourceAssignmentExpression>
ResourceRoleImpl. resourceAssignmentExpressionChild
Methods in org.camunda.bpm.model.bpmn.impl.instance that return ResourceAssignmentExpression Modifier and Type Method Description ResourceAssignmentExpression
ResourceRoleImpl. getResourceAssignmentExpression()
-
Uses of ResourceAssignmentExpression in org.camunda.bpm.model.bpmn.impl.instance.camunda
Fields in org.camunda.bpm.model.bpmn.impl.instance.camunda with type parameters of type ResourceAssignmentExpression Modifier and Type Field Description protected static ChildElement<ResourceAssignmentExpression>
CamundaPotentialStarterImpl. resourceAssignmentExpressionChild
Methods in org.camunda.bpm.model.bpmn.impl.instance.camunda that return ResourceAssignmentExpression Modifier and Type Method Description ResourceAssignmentExpression
CamundaPotentialStarterImpl. getResourceAssignmentExpression()
Methods in org.camunda.bpm.model.bpmn.impl.instance.camunda with parameters of type ResourceAssignmentExpression Modifier and Type Method Description void
CamundaPotentialStarterImpl. setResourceAssignmentExpression(ResourceAssignmentExpression resourceAssignmentExpression)
-
Uses of ResourceAssignmentExpression in org.camunda.bpm.model.bpmn.instance
Methods in org.camunda.bpm.model.bpmn.instance that return ResourceAssignmentExpression Modifier and Type Method Description ResourceAssignmentExpression
ResourceRole. getResourceAssignmentExpression()
-
Uses of ResourceAssignmentExpression in org.camunda.bpm.model.bpmn.instance.camunda
Methods in org.camunda.bpm.model.bpmn.instance.camunda that return ResourceAssignmentExpression Modifier and Type Method Description ResourceAssignmentExpression
CamundaPotentialStarter. getResourceAssignmentExpression()
Methods in org.camunda.bpm.model.bpmn.instance.camunda with parameters of type ResourceAssignmentExpression Modifier and Type Method Description void
CamundaPotentialStarter. setResourceAssignmentExpression(ResourceAssignmentExpression resourceAssignmentExpression)
-