Package org.jbpm.casemgmt.impl.command
Class ModifyRoleAssignmentCommand
- java.lang.Object
-
- org.jbpm.casemgmt.impl.command.CaseCommand<Void>
-
- org.jbpm.casemgmt.impl.command.ModifyRoleAssignmentCommand
-
- All Implemented Interfaces:
Serializable
,org.kie.api.command.Command<Void>
,org.kie.api.command.ExecutableCommand<Void>
public class ModifyRoleAssignmentCommand extends CaseCommand<Void>
Modifies case role assignments- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ModifyRoleAssignmentCommand(org.kie.internal.identity.IdentityProvider identityProvider, String roleName, org.kie.api.task.model.OrganizationalEntity entity, boolean add)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Void
execute(org.kie.api.runtime.Context context)
-
Methods inherited from class org.jbpm.casemgmt.impl.command.CaseCommand
getCaseEventSupport, getCaseFile, getIdentityProvider, getRuntimeManager, triggerRules
-
-
-
-
Constructor Detail
-
ModifyRoleAssignmentCommand
public ModifyRoleAssignmentCommand(org.kie.internal.identity.IdentityProvider identityProvider, String roleName, org.kie.api.task.model.OrganizationalEntity entity, boolean add)
-
-
Method Detail
-
execute
public Void execute(org.kie.api.runtime.Context context)
-
-