Interface OfficeObject
- All Superinterfaces:
AdministerableManagedObject,DependentManagedObject,GovernerableManagedObject,OfficeDependencyObjectNode,OfficeFloorDependencyRequireNode
- All Known Subinterfaces:
OfficeObjectNode
- All Known Implementing Classes:
OfficeObjectNodeImpl
public interface OfficeObject
extends OfficeDependencyObjectNode, OfficeFloorDependencyRequireNode, DependentManagedObject, AdministerableManagedObject, GovernerableManagedObject
- Author:
- Daniel Sagenschneider
-
Method Summary
Modifier and TypeMethodDescriptionvoidaddPreLoadAdministration(OfficeAdministration administration) Adds anOfficeAdministrationto be done before attempting load thisManagedObject.Obtains the name that theOfficeSourcerefers to thisObject.voidsetTypeQualifier(String qualifier) Specifies the type qualifier.Methods inherited from interface net.officefloor.compile.spi.office.AdministerableManagedObject
getAdministerableManagedObjectNameMethods inherited from interface net.officefloor.compile.spi.office.DependentManagedObject
getDependentManagedObjectNameMethods inherited from interface net.officefloor.compile.spi.office.GovernerableManagedObject
getGovernerableManagedObjectName
-
Method Details
-
getOfficeObjectName
String getOfficeObjectName()Obtains the name that theOfficeSourcerefers to thisObject.- Returns:
- Name that the
OfficeSourcerefers to thisObject.
-
setTypeQualifier
Specifies the type qualifier.- Parameters:
qualifier- Type qualifier.
-
addPreLoadAdministration
Adds an
OfficeAdministrationto be done before attempting load thisManagedObject.The order that the
OfficeAdministrationinstances are added is the order they will be done.- Parameters:
administration-OfficeAdministrationto be done before attempting load thisManagedObject.
-