Interface InputManagedObjectConfiguration<O extends Enum<O>>
- All Known Implementing Classes:
DependencyMappingBuilderImpl
public interface InputManagedObjectConfiguration<O extends Enum<O>>
Configuration of a
ManagedObject input into a ProcessState.- Author:
- Daniel Sagenschneider
-
Method Summary
Modifier and TypeMethodDescriptionObtains name the inputManagedObjectis bound to within theProcessState.Obtains the listing ofManagedObjectDependencyConfigurationinstances.Obtains the listing ofManagedObjectGovernanceConfigurationinstances.AdministrationConfiguration<?,?, ?>[] Obtains the listing of theAdministrationto be done before theManagedObjectis loaded.Obtains theThreadLocalConfiguration.
-
Method Details
-
getBoundManagedObjectName
String getBoundManagedObjectName()Obtains name the inputManagedObjectis bound to within theProcessState.- Returns:
- Name the input
ManagedObjectis bound to within theProcessState.
-
getDependencyConfiguration
ManagedObjectDependencyConfiguration<O>[] getDependencyConfiguration()Obtains the listing ofManagedObjectDependencyConfigurationinstances.- Returns:
ManagedObjectDependencyConfigurationinstances.
-
getGovernanceConfiguration
ManagedObjectGovernanceConfiguration[] getGovernanceConfiguration()Obtains the listing ofManagedObjectGovernanceConfigurationinstances.- Returns:
ManagedObjectGovernanceConfigurationinstances.
-
getPreLoadAdministration
AdministrationConfiguration<?,?, getPreLoadAdministration()?>[] Obtains the listing of theAdministrationto be done before theManagedObjectis loaded.- Returns:
- Listing of the
Administrationto be done before theManagedObjectis loaded.
-
getThreadLocalConfiguration
ThreadLocalConfiguration getThreadLocalConfiguration()Obtains theThreadLocalConfiguration.- Returns:
ThreadLocalConfigurationornullif not bound toThread.
-