Class BaseNodeContext
java.lang.Object
ru.cg.webbpm.studio.subsystems.bpmn.designer.common.context.BaseNodeContext
- All Implemented Interfaces:
NodeContext
- Direct Known Subclasses:
AdhocSubProcessContextImpl
,ProcessContextImpl
,UserTaskContextImpl
,WebbpmServiceTaskContextImpl
- Author:
- Tim Urmancheev
-
Property Summary
Properties -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final String
protected final String
protected final WebbpmProcessManager
-
Constructor Summary
ConstructorsConstructorDescriptionBaseNodeContext
(String processId, String nodeId, WebbpmProcessManager webbpmProcessManager) -
Method Summary
Modifier and TypeMethodDescriptiongetName()
Gets the value of the property name.javafx.beans.property.StringProperty
-
Property Details
-
name
public javafx.beans.property.StringProperty nameProperty- Specified by:
nameProperty
in interfaceNodeContext
- See Also:
-
-
Field Details
-
webbpmProcessManager
-
processId
-
nodeId
-
-
Constructor Details
-
BaseNodeContext
-
-
Method Details
-
getProcessId
- Specified by:
getProcessId
in interfaceNodeContext
-
getName
Gets the value of the property name.- Specified by:
getName
in interfaceNodeContext
- Property description:
-
nameProperty
public javafx.beans.property.StringProperty nameProperty()- Specified by:
nameProperty
in interfaceNodeContext
- See Also:
-