Package | Description |
---|---|
net.officefloor.model.desk |
Modifier and Type | Method and Description |
---|---|
List<PropertyModel> |
WorkModel.getProperties() |
List<PropertyModel> |
DeskManagedObjectSourceModel.getProperties() |
RemoveConnectionsAction<PropertyModel> |
PropertyModel.removeConnections()
Remove Connections.
|
Modifier and Type | Method and Description |
---|---|
void |
WorkModel.addProperty(PropertyModel property) |
void |
DeskManagedObjectSourceModel.addProperty(PropertyModel property) |
void |
WorkModel.removeProperty(PropertyModel property) |
void |
DeskManagedObjectSourceModel.removeProperty(PropertyModel property) |
Constructor and Description |
---|
DeskManagedObjectSourceModel(String deskManagedObjectSourceName,
String managedObjectSourceClassName,
String objectType,
String timeout,
PropertyModel[] property,
DeskManagedObjectToDeskManagedObjectSourceModel[] deskManagedObject,
DeskManagedObjectSourceFlowModel[] deskManagedObjectSourceFlow)
Convenience constructor.
|
DeskManagedObjectSourceModel(String deskManagedObjectSourceName,
String managedObjectSourceClassName,
String objectType,
String timeout,
PropertyModel[] property,
DeskManagedObjectToDeskManagedObjectSourceModel[] deskManagedObject,
DeskManagedObjectSourceFlowModel[] 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.
|
Copyright © 2005–2016. All rights reserved.