Package | Description |
---|---|
net.officefloor.compile.impl | |
net.officefloor.compile.impl.structure | |
net.officefloor.compile.internal.structure |
Modifier and Type | Method and Description |
---|---|
TaskNode |
OfficeFloorCompilerImpl.createTaskNode(String taskName) |
Modifier and Type | Method and Description |
---|---|
TaskFlowNode |
OfficeFloorCompilerImpl.createTaskFlowNode(String flowName,
boolean isEscalation,
TaskNode task) |
TaskObjectNode |
OfficeFloorCompilerImpl.createTaskObjectNode(String objectName,
TaskNode taskNode) |
TaskTeamNode |
OfficeFloorCompilerImpl.createTaskTeamNode(String teamName,
TaskNode task) |
Modifier and Type | Class and Description |
---|---|
class |
TaskNodeImpl
TaskNode implementation. |
Modifier and Type | Method and Description |
---|---|
TaskNode |
SectionNodeImpl.addTaskNode(String taskName,
String taskTypeName,
WorkNode workNode) |
TaskNode |
SectionNodeImpl.getTaskNode(String taskName) |
Modifier and Type | Method and Description |
---|---|
void |
OfficeBindingsImpl.buildTaskIntoOffice(TaskNode taskNode) |
Constructor and Description |
---|
TaskFlowNodeImpl(String flowName,
boolean isEscalation,
TaskNode task,
NodeContext context)
Initiate.
|
TaskObjectNodeImpl(String objectName,
TaskNode taskNode,
NodeContext context)
Initiate.
|
TaskTeamNodeImpl(String teamName,
TaskNode taskNode,
NodeContext context)
Initiate.
|
Modifier and Type | Method and Description |
---|---|
TaskNode |
TaskRegistry.addTaskNode(String taskName,
String taskTypeName,
WorkNode workNode)
Adds an initialised
TaskNode to the registry. |
TaskNode |
NodeContext.createTaskNode(String taskName)
Creates the
TaskNode . |
TaskNode |
TaskRegistry.getTaskNode(String taskName)
Obtains the
TaskNode from the registry. |
Modifier and Type | Method and Description |
---|---|
void |
OfficeBindings.buildTaskIntoOffice(TaskNode taskNode)
|
TaskFlowNode |
NodeContext.createTaskFlowNode(String flowName,
boolean isEscalation,
TaskNode task)
Creates the
TaskFlowNode . |
TaskObjectNode |
NodeContext.createTaskObjectNode(String objectName,
TaskNode taskNode)
Creates the
TaskObjectNode . |
TaskTeamNode |
NodeContext.createTaskTeamNode(String teamName,
TaskNode task)
Creates the
TaskTeamNode . |
Copyright © 2005–2016. All rights reserved.