Class NotifyUserGroupNode

  • All Implemented Interfaces:
    Node

    public class NotifyUserGroupNode
    extends java.lang.Object
    • Constructor Detail

      • NotifyUserGroupNode

        public NotifyUserGroupNode​(java.lang.String nodeId,
                                   java.util.List<UserGroupType> userGroup,
                                   de.hybris.platform.processengine.definition.WaitNode nextVirtualWait)
    • Method Detail

      • getId

        public java.lang.String getId()
        Description copied from interface: Node
        Accesses the id to uniquely identify this is Node within the process.
        Specified by:
        getId in interface Node
        Returns:
        this Node's unique id.
      • getTaskManager

        protected TaskService getTaskManager()
      • getModelService

        protected ModelService getModelService()
      • getProcessDefinition

        @Deprecated(since="ages",
                    forRemoval=true)
        protected ProcessDefinition getProcessDefinition​(java.lang.String processDefinitionName)
        Deprecated, for removal: This API element is subject to removal in a future version.
        since ages - use AbstractNode.getProcessDefinition(ProcessDefinitionId)
      • canTriggerNextCallSynchronously

        protected boolean canTriggerNextCallSynchronously()