Package | Description |
---|---|
net.officefloor.model.office |
Modifier and Type | Method and Description |
---|---|
OfficeGovernanceModel |
OfficeTaskToOfficeGovernanceModel.getOfficeGovernance() |
OfficeGovernanceModel |
OfficeSubSectionToOfficeGovernanceModel.getOfficeGovernance() |
OfficeGovernanceModel |
OfficeSectionManagedObjectToOfficeGovernanceModel.getOfficeGovernance() |
OfficeGovernanceModel |
OfficeManagedObjectToOfficeGovernanceModel.getOfficeGovernance() |
OfficeGovernanceModel |
OfficeGovernanceToOfficeTeamModel.getOfficeGovernance() |
OfficeGovernanceModel |
ExternalManagedObjectToOfficeGovernanceModel.getOfficeGovernance() |
Modifier and Type | Method and Description |
---|---|
List<OfficeGovernanceModel> |
OfficeModel.getOfficeGovernances() |
RemoveConnectionsAction<OfficeGovernanceModel> |
OfficeGovernanceModel.removeConnections()
Remove Connections.
|
Modifier and Type | Method and Description |
---|---|
void |
OfficeModel.addOfficeGovernance(OfficeGovernanceModel officeGovernance) |
void |
OfficeModel.removeOfficeGovernance(OfficeGovernanceModel officeGovernance) |
void |
OfficeTaskToOfficeGovernanceModel.setOfficeGovernance(OfficeGovernanceModel officeGovernance) |
void |
OfficeSubSectionToOfficeGovernanceModel.setOfficeGovernance(OfficeGovernanceModel officeGovernance) |
void |
OfficeSectionManagedObjectToOfficeGovernanceModel.setOfficeGovernance(OfficeGovernanceModel officeGovernance) |
void |
OfficeManagedObjectToOfficeGovernanceModel.setOfficeGovernance(OfficeGovernanceModel officeGovernance) |
void |
OfficeGovernanceToOfficeTeamModel.setOfficeGovernance(OfficeGovernanceModel officeGovernance) |
void |
ExternalManagedObjectToOfficeGovernanceModel.setOfficeGovernance(OfficeGovernanceModel officeGovernance) |
Constructor and Description |
---|
ExternalManagedObjectToOfficeGovernanceModel(String officeGovernanceName,
ExternalManagedObjectModel externalManagedObject,
OfficeGovernanceModel officeGovernance)
Convenience constructor.
|
ExternalManagedObjectToOfficeGovernanceModel(String officeGovernanceName,
ExternalManagedObjectModel externalManagedObject,
OfficeGovernanceModel officeGovernance,
int x,
int y)
Convenience constructor allowing XY initialising.
|
OfficeGovernanceToOfficeTeamModel(String officeTeamName,
OfficeGovernanceModel officeGovernance,
OfficeTeamModel officeTeam)
Convenience constructor.
|
OfficeGovernanceToOfficeTeamModel(String officeTeamName,
OfficeGovernanceModel officeGovernance,
OfficeTeamModel officeTeam,
int x,
int y)
Convenience constructor allowing XY initialising.
|
OfficeManagedObjectToOfficeGovernanceModel(String officeGovernanceName,
OfficeManagedObjectModel officeManagedObject,
OfficeGovernanceModel officeGovernance)
Convenience constructor.
|
OfficeManagedObjectToOfficeGovernanceModel(String officeGovernanceName,
OfficeManagedObjectModel officeManagedObject,
OfficeGovernanceModel officeGovernance,
int x,
int y)
Convenience constructor allowing XY initialising.
|
OfficeModel(OfficeSectionModel[] officeSection,
OfficeTeamModel[] officeTeam,
ExternalManagedObjectModel[] externalManagedObject,
OfficeManagedObjectSourceModel[] officeManagedObjectSource,
OfficeManagedObjectModel[] officeManagedObject,
OfficeEscalationModel[] officeEscalation,
AdministratorModel[] officeAdministrator,
OfficeGovernanceModel[] officeGovernance,
OfficeStartModel[] officeStart)
Convenience constructor.
|
OfficeModel(OfficeSectionModel[] officeSection,
OfficeTeamModel[] officeTeam,
ExternalManagedObjectModel[] externalManagedObject,
OfficeManagedObjectSourceModel[] officeManagedObjectSource,
OfficeManagedObjectModel[] officeManagedObject,
OfficeEscalationModel[] officeEscalation,
AdministratorModel[] officeAdministrator,
OfficeGovernanceModel[] officeGovernance,
OfficeStartModel[] officeStart,
int x,
int y)
Convenience constructor allowing XY initialising.
|
OfficeSectionManagedObjectToOfficeGovernanceModel(String officeGovernanceName,
OfficeSectionManagedObjectModel officeSectionManagedObject,
OfficeGovernanceModel officeGovernance)
Convenience constructor.
|
OfficeSectionManagedObjectToOfficeGovernanceModel(String officeGovernanceName,
OfficeSectionManagedObjectModel officeSectionManagedObject,
OfficeGovernanceModel officeGovernance,
int x,
int y)
Convenience constructor allowing XY initialising.
|
OfficeSubSectionToOfficeGovernanceModel(String officeGovernanceName,
OfficeSubSectionModel officeSubSection,
OfficeGovernanceModel officeGovernance)
Convenience constructor.
|
OfficeSubSectionToOfficeGovernanceModel(String officeGovernanceName,
OfficeSubSectionModel officeSubSection,
OfficeGovernanceModel officeGovernance,
int x,
int y)
Convenience constructor allowing XY initialising.
|
OfficeTaskToOfficeGovernanceModel(String officeGovernanceName,
OfficeTaskModel officeTask,
OfficeGovernanceModel officeGovernance)
Convenience constructor.
|
OfficeTaskToOfficeGovernanceModel(String officeGovernanceName,
OfficeTaskModel officeTask,
OfficeGovernanceModel officeGovernance,
int x,
int y)
Convenience constructor allowing XY initialising.
|
Copyright © 2005–2016. All rights reserved.