- All Known Implementing Classes:
AdministrationTypeImpl
Type definition of an Administration.- Author:
- Daniel Sagenschneider
-
Method Summary
Modifier and TypeMethodDescriptionObtains theAdministrationFactoryto create theAdministration.Obtains theAdministrationEscalationTypedefinitions for the possibleEscalationFlowinstances by theAdministration.Obtains theClassthat theManagedObjectmust provide as an extension interface to be administered.Obtains theAdministrationFlowTypedefinitions for the possibleFlowinstances instigated by theAdministration.
-
Method Details
-
getExtensionType
Obtains theClassthat theManagedObjectmust provide as an extension interface to be administered.- Returns:
- Extension interface for the
ManagedObject.
-
getAdministrationFactory
AdministrationFactory<E,F, getAdministrationFactory()G> Obtains theAdministrationFactoryto create theAdministration.- Returns:
AdministrationFactoryto create theAdministration.
-
getFlowKeyClass
-
getFlowTypes
AdministrationFlowType<F>[] getFlowTypes()Obtains theAdministrationFlowTypedefinitions for the possibleFlowinstances instigated by theAdministration.- Returns:
AdministrationFlowTypedefinitions for the possibleFlowinstances instigated by theAdministration.
-
getEscalationTypes
AdministrationEscalationType[] getEscalationTypes()Obtains theAdministrationEscalationTypedefinitions for the possibleEscalationFlowinstances by theAdministration.- Returns:
AdministrationEscalationTypedefinitions for the possibleEscalationFlowinstances by theAdministration.
-
getGovernanceKeyClass
- Returns:
EnumprovidingGovernancekeys ornullifIndexedor noGovernanceused.s
-
getGovernanceTypes
AdministrationGovernanceType<G>[] getGovernanceTypes()- Returns:
AdministrationGovernanceTypeinstances for theGovernanceused by thisAdministration.
-