Package | Description |
---|---|
net.officefloor.model.desk | |
net.officefloor.model.impl.desk |
Modifier and Type | Method and Description |
---|---|
WorkToInitialTaskModel |
WorkModel.getInitialTask() |
WorkToInitialTaskModel |
TaskModel.getInitialTaskForWork() |
Modifier and Type | Method and Description |
---|---|
Change<WorkToInitialTaskModel> |
DeskChanges.linkWorkToInitialTask(WorkModel work,
TaskModel initialTask)
|
Change<WorkToInitialTaskModel> |
DeskChanges.removeWorkToInitialTask(WorkToInitialTaskModel workToInitialTask)
Removes the
WorkToInitialTaskModel . |
Modifier and Type | Method and Description |
---|---|
Change<WorkToInitialTaskModel> |
DeskChanges.removeWorkToInitialTask(WorkToInitialTaskModel workToInitialTask)
Removes the
WorkToInitialTaskModel . |
void |
WorkModel.setInitialTask(WorkToInitialTaskModel initialTask) |
void |
TaskModel.setInitialTaskForWork(WorkToInitialTaskModel initialTaskForWork) |
Constructor and Description |
---|
TaskModel(String taskName,
boolean isPublic,
String workName,
String workTaskName,
String returnType,
WorkToInitialTaskModel initialTaskForWork,
WorkTaskToTaskModel workTask,
TaskToNextExternalFlowModel nextExternalFlow,
TaskToNextTaskModel nextTask,
TaskToNextTaskModel[] previousTask,
TaskFlowModel[] taskFlow,
TaskFlowToTaskModel[] taskFlowInput,
TaskEscalationModel[] taskEscalation,
TaskEscalationToTaskModel[] taskEscalationInput,
DeskManagedObjectSourceFlowToTaskModel[] deskManagedObjectSourceFlow)
Convenience constructor.
|
TaskModel(String taskName,
boolean isPublic,
String workName,
String workTaskName,
String returnType,
WorkToInitialTaskModel initialTaskForWork,
WorkTaskToTaskModel workTask,
TaskToNextExternalFlowModel nextExternalFlow,
TaskToNextTaskModel nextTask,
TaskToNextTaskModel[] previousTask,
TaskFlowModel[] taskFlow,
TaskFlowToTaskModel[] taskFlowInput,
TaskEscalationModel[] taskEscalation,
TaskEscalationToTaskModel[] taskEscalationInput,
DeskManagedObjectSourceFlowToTaskModel[] deskManagedObjectSourceFlow,
int x,
int y)
Convenience constructor allowing XY initialising.
|
WorkModel(String workName,
String workSourceClassName,
WorkToInitialTaskModel initialTask,
WorkTaskModel[] workTask,
PropertyModel[] property)
Convenience constructor.
|
WorkModel(String workName,
String workSourceClassName,
WorkToInitialTaskModel initialTask,
WorkTaskModel[] workTask,
PropertyModel[] property,
int x,
int y)
Convenience constructor allowing XY initialising.
|
Modifier and Type | Method and Description |
---|---|
Change<WorkToInitialTaskModel> |
DeskChangesImpl.linkWorkToInitialTask(WorkModel work,
TaskModel initialTask) |
Change<WorkToInitialTaskModel> |
DeskChangesImpl.removeWorkToInitialTask(WorkToInitialTaskModel workToInitialTask) |
Modifier and Type | Method and Description |
---|---|
Change<WorkToInitialTaskModel> |
DeskChangesImpl.removeWorkToInitialTask(WorkToInitialTaskModel workToInitialTask) |
Copyright © 2005–2016. All rights reserved.