|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.officefloor.eclipse.wizard.worksource.WorkInstance
public class WorkInstance
Instance of a Work.
| Constructor Summary | |
|---|---|
WorkInstance(net.officefloor.model.desk.WorkModel workModel)
Initiate for public use. |
|
| Method Summary | |
|---|---|
net.officefloor.compile.properties.PropertyList |
getPropertyList()
Obtains the PropertyList. |
Map<String,Map<String,String>> |
getTaskEscalationTypeMappingForTask()
Obtains the mapping of TaskEscalationType name to
TaskEscalationModel name for a particular TaskModel name. |
Map<String,Map<String,String>> |
getTaskFlowNameMappingForTask()
Obtains the mapping of TaskFlowType name to TaskFlowModel
name for a particular TaskModel name. |
Map<String,Map<String,String>> |
getTaskObjectNameMappingForWorkTask()
Obtains the mapping of TaskObjectType name to
WorkTaskObjectModel name for a particular WorkTaskModel
name. |
String[] |
getTaskTypeNames()
Obtains the names of the TaskType instances being used on the
WorkType. |
net.officefloor.compile.work.TaskType<?,?,?>[] |
getTaskTypes()
Obtains the TaskType instances. |
String |
getWorkName()
Obtains the name of the Work. |
String |
getWorkSourceClassName()
Obtains the WorkSource class name. |
Map<String,String> |
getWorkTaskNameMapping()
Obtains the mapping of TaskType name to WorkTaskModel
name. |
net.officefloor.compile.work.WorkType<?> |
getWorkType()
Obtains the WorkType. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public WorkInstance(net.officefloor.model.desk.WorkModel workModel)
workModel - WorkModel.| Method Detail |
|---|
public String getWorkName()
Work.
Work.public String getWorkSourceClassName()
WorkSource class name.
WorkSource class name.public net.officefloor.compile.properties.PropertyList getPropertyList()
PropertyList.
PropertyList.public net.officefloor.compile.work.WorkType<?> getWorkType()
WorkType.
WorkType if obtained from WorkSourceInstance or
null if initiated by public
constructor.public net.officefloor.compile.work.TaskType<?,?,?>[] getTaskTypes()
TaskType instances.
TaskType instances if obtained from
WorkSourceInstance or null if initiated by
public constructor.public String[] getTaskTypeNames()
TaskType instances being used on the
WorkType.
TaskType instances being used on the
WorkType.public Map<String,String> getWorkTaskNameMapping()
TaskType name to WorkTaskModel
name.
TaskType name to WorkTaskModel name.public Map<String,Map<String,String>> getTaskObjectNameMappingForWorkTask()
TaskObjectType name to
WorkTaskObjectModel name for a particular WorkTaskModel
name.
TaskObjectType name to
WorkTaskObjectModel name for a particular
WorkTaskModel name.public Map<String,Map<String,String>> getTaskFlowNameMappingForTask()
TaskFlowType name to TaskFlowModel
name for a particular TaskModel name.
TaskFlowType name to TaskFlowModel
name for a particular TaskModel name.public Map<String,Map<String,String>> getTaskEscalationTypeMappingForTask()
TaskEscalationType name to
TaskEscalationModel name for a particular TaskModel name.
TaskEscalationType name to
TaskEscalationModel name for a particular
TaskModel name.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||