Package org.flowable.cmmn.api.migration
Class ActivatePlanItemDefinitionMapping
java.lang.Object
org.flowable.cmmn.api.migration.PlanItemDefinitionMapping
org.flowable.cmmn.api.migration.ActivatePlanItemDefinitionMapping
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected StringFields inherited from class org.flowable.cmmn.api.migration.PlanItemDefinitionMapping
condition, planItemDefinitionId -
Constructor Summary
ConstructorsConstructorDescriptionActivatePlanItemDefinitionMapping(String planItemDefinitionId) ActivatePlanItemDefinitionMapping(String planItemDefinitionId, String condition) ActivatePlanItemDefinitionMapping(String planItemDefinitionId, String condition, Map<String, Object> withLocalVariables) ActivatePlanItemDefinitionMapping(String planItemDefinitionId, Map<String, Object> withLocalVariables) -
Method Summary
Modifier and TypeMethodDescriptionwithLocalVariables(Map<String, Object> withLocalVariables) withNewAssignee(String newAssignee) withNewCandidateGroups(List<String> newCandidateGroups) withNewCandidateUsers(List<String> newCandidateUsers) withNewCategory(String newCategory) withNewDueDate(String newDueDate) withNewFormKey(String newFormKey) withNewName(String newName) withNewOwner(String newOwner) withNewPriority(String newPriority) Methods inherited from class org.flowable.cmmn.api.migration.PlanItemDefinitionMapping
getCondition, getPlanItemDefinitionId, setCondition, setPlanItemDefinitionId
-
Field Details
-
newName
-
newAssignee
-
newOwner
-
newFormKey
-
newDueDate
-
newPriority
-
newCategory
-
newCandidateUsers
-
newCandidateGroups
-
withLocalVariables
-
-
Constructor Details
-
ActivatePlanItemDefinitionMapping
-
ActivatePlanItemDefinitionMapping
-
ActivatePlanItemDefinitionMapping
-
ActivatePlanItemDefinitionMapping
-
-
Method Details
-
getNewName
-
withNewName
-
getNewAssignee
-
withNewAssignee
-
getNewOwner
-
withNewOwner
-
getNewFormKey
-
withNewFormKey
-
getNewDueDate
-
withNewDueDate
-
getNewPriority
-
withNewPriority
-
getNewCategory
-
withNewCategory
-
getNewCandidateUsers
-
withNewCandidateUsers
-
getNewCandidateGroups
-
withNewCandidateGroups
-
getWithLocalVariables
-
withLocalVariables
-