Class WebbpmServiceTaskContextImpl
java.lang.Object
ru.cg.webbpm.studio.subsystems.bpmn.designer.common.context.BaseNodeContext
ru.cg.webbpm.studio.subsystems.bpmn.designer.common.context.WebbpmServiceTaskContextImpl
- All Implemented Interfaces:
NodeContext
,WebbpmServiceTaskContext
,ScriptContext
public class WebbpmServiceTaskContextImpl
extends BaseNodeContext
implements WebbpmServiceTaskContext
- Author:
- Abdulin Ildar
-
Property Summary
PropertiesTypePropertyDescriptionjavafx.beans.property.BooleanProperty
javafx.beans.property.BooleanProperty
Properties inherited from class ru.cg.webbpm.studio.subsystems.bpmn.designer.common.context.BaseNodeContext
name
Properties inherited from interface ru.cg.webbpm.studio.subsystems.bpmn.designer.api.context.NodeContext
name
-
Field Summary
Fields inherited from class ru.cg.webbpm.studio.subsystems.bpmn.designer.common.context.BaseNodeContext
nodeId, processId, webbpmProcessManager
-
Constructor Summary
ConstructorsConstructorDescriptionWebbpmServiceTaskContextImpl
(String processId, String taskId, WebbpmProcessManager webbpmProcessManager, MetadataManager metadataManager) -
Method Summary
Methods inherited from class ru.cg.webbpm.studio.subsystems.bpmn.designer.common.context.BaseNodeContext
getName, getProcessId, nameProperty
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface ru.cg.webbpm.studio.subsystems.bpmn.designer.api.context.NodeContext
getName, getProcessId, nameProperty
-
Property Details
-
enabled
public javafx.beans.property.BooleanProperty enabledProperty- Specified by:
enabledProperty
in interfaceScriptContext
-
expanded
public javafx.beans.property.BooleanProperty expandedProperty- Specified by:
expandedProperty
in interfaceScriptContext
-
-
Constructor Details
-
WebbpmServiceTaskContextImpl
public WebbpmServiceTaskContextImpl(String processId, String taskId, WebbpmProcessManager webbpmProcessManager, MetadataManager metadataManager)
-
-
Method Details
-
getAllHandlers
- Specified by:
getAllHandlers
in interfaceWebbpmServiceTaskContext
-
getValue
- Specified by:
getValue
in interfaceWebbpmServiceTaskContext
-
setValue
- Specified by:
setValue
in interfaceWebbpmServiceTaskContext
-
getTarget
- Specified by:
getTarget
in interfaceScriptContext
-
getId
- Specified by:
getId
in interfaceScriptContext
-
enabledProperty
public javafx.beans.property.BooleanProperty enabledProperty()- Specified by:
enabledProperty
in interfaceScriptContext
-
expandedProperty
public javafx.beans.property.BooleanProperty expandedProperty()- Specified by:
expandedProperty
in interfaceScriptContext
-
resetToParent
public void resetToParent()- Specified by:
resetToParent
in interfaceScriptContext
-
getPageObjectContext
- Specified by:
getPageObjectContext
in interfaceScriptContext
-