Class NotifyUserGroupNode
java.lang.Object
de.hybris.platform.processengine.definition.NotifyUserGroupNode
- All Implemented Interfaces:
Node
-
Constructor Summary
ConstructorsConstructorDescriptionNotifyUserGroupNode(String nodeId, List<UserGroupType> userGroup, de.hybris.platform.processengine.definition.WaitNode nextVirtualWait) -
Method Summary
Modifier and TypeMethodDescriptionprotected voidprotected booleanexecute(BusinessProcessModel process) getId()Accesses the id to uniquely identify this isNodewithin the process.protected ModelServiceprotected ProcessDefinitionprotected ProcessDefinitiongetProcessDefinition(String processDefinitionName) Deprecated, for removal: This API element is subject to removal in a future version.protected ProcessDefinitionFactoryprotected ProcessFactoryprotected TaskServiceprotected voidvoidtrigger(BusinessProcessModel process) protected voidtriggerNextCall(BusinessProcessModel process, ProcessTaskModel taskModel, Node node) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface de.hybris.platform.processengine.definition.Node
executeWithContext, isExecutionContextRequired
-
Constructor Details
-
NotifyUserGroupNode
public NotifyUserGroupNode(String nodeId, List<UserGroupType> userGroup, de.hybris.platform.processengine.definition.WaitNode nextVirtualWait)
-
-
Method Details
-
trigger
-
execute
-
getId
Description copied from interface:NodeAccesses the id to uniquely identify this isNodewithin the process. -
getTaskManager
-
getModelService
-
getProcessDefinitionFactory
-
getProcessHelper
-
getProcessDefinition
@Deprecated(since="ages", forRemoval=true) protected ProcessDefinition getProcessDefinition(String processDefinitionName) Deprecated, for removal: This API element is subject to removal in a future version.since ages - useAbstractNode.getProcessDefinition(ProcessDefinitionId) -
getProcessDefinition
-
bindTaskToProcessDefaultNodeGroup
protected void bindTaskToProcessDefaultNodeGroup(ProcessTaskModel task, BusinessProcessModel process) -
triggerNextCall
-
canTriggerNextCallSynchronously
protected boolean canTriggerNextCallSynchronously() -
logDebug
-
AbstractNode.getProcessDefinition(ProcessDefinitionId)