Class UserTaskContextImpl
java.lang.Object
ru.cg.webbpm.studio.subsystems.bpmn.designer.common.context.BaseNodeContext
ru.cg.webbpm.studio.subsystems.bpmn.designer.common.context.UserTaskContextImpl
- All Implemented Interfaces:
NodeContext
,UserTaskContext
- Author:
- Abdulin Ildar
-
Property Summary
PropertiesTypePropertyDescriptionjavafx.beans.property.StringProperty
javafx.beans.property.StringProperty
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
ConstructorsConstructorDescriptionUserTaskContextImpl
(String processId, String taskId, WebbpmProcessManager webbpmProcessManager) -
Method Summary
Modifier and TypeMethodDescriptionjavafx.beans.property.StringProperty
javafx.beans.property.StringProperty
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
-
pageId
public javafx.beans.property.StringProperty pageIdProperty- Specified by:
pageIdProperty
in interfaceUserTaskContext
-
dueDate
public javafx.beans.property.StringProperty dueDateProperty- Specified by:
dueDateProperty
in interfaceUserTaskContext
-
-
Constructor Details
-
UserTaskContextImpl
public UserTaskContextImpl(String processId, String taskId, WebbpmProcessManager webbpmProcessManager)
-
-
Method Details
-
pageIdProperty
public javafx.beans.property.StringProperty pageIdProperty()- Specified by:
pageIdProperty
in interfaceUserTaskContext
-
dueDateProperty
public javafx.beans.property.StringProperty dueDateProperty()- Specified by:
dueDateProperty
in interfaceUserTaskContext
-