Constructor and Description |
---|
OfficeInstance(DeployedOfficeModel model)
Initiate for public use.
|
Modifier and Type | Method and Description |
---|---|
DeployedOfficeModel |
getDeployedOfficeModel()
Obtains the
DeployedOfficeModel . |
Map<String,String> |
getInputNameMapping()
Obtains the mapping of
OfficeInputType name to
DeployedOfficeInputModel name. |
Map<String,String> |
getObjectNameMapping()
Obtains the mapping of
OfficeManagedObjectType name to
DeployedOfficeObjectModel name. |
String |
getOfficeLocation()
Obtains the location of the
Office . |
String |
getOfficeName()
Obtains the name of the
Office . |
String |
getOfficeSourceClassName()
Obtains the
OfficeSource class name. |
OfficeType |
getOfficeType()
Obtains the
OfficeType . |
PropertyList |
getPropertylist()
Obtains the
PropertyList . |
Map<String,String> |
getTeamNameMapping()
Obtains the mapping of
OfficeTeamType name to
DeployedOfficeTeamModel name. |
public OfficeInstance(DeployedOfficeModel model)
model
- DeployedOfficeModel
.public String getOfficeName()
Office
.Office
.public String getOfficeSourceClassName()
OfficeSource
class name.OfficeSource
class name.public String getOfficeLocation()
Office
.Office
.public PropertyList getPropertylist()
PropertyList
.PropertyList
.public DeployedOfficeModel getDeployedOfficeModel()
DeployedOfficeModel
.DeployedOfficeModel
.public OfficeType getOfficeType()
OfficeType
.OfficeType
if obtained from OfficeSourceInstance
or null
if initiated by public
constructor.public Map<String,String> getObjectNameMapping()
OfficeManagedObjectType
name to
DeployedOfficeObjectModel
name.OfficeManagedObjectType
name to
DeployedOfficeObjectModel
name.public Map<String,String> getInputNameMapping()
OfficeInputType
name to
DeployedOfficeInputModel
name.OfficeInputType
name to
DeployedOfficeInputModel
name.public Map<String,String> getTeamNameMapping()
OfficeTeamType
name to
DeployedOfficeTeamModel
name.OfficeTeamType
name to
DeployedOfficeTeamModel
name.Copyright © 2005–2016. All rights reserved.