public interface ManagedObjectSourceWirerContext
ManagedObjectSourceWirer
.Modifier and Type | Method and Description |
---|---|
void |
mapDependency(String dependencyName,
AutoWire autoWire)
Overrides the type for the dependency to allow more specific auto-wiring
by
AutoWire . |
void |
mapFlow(String managedObjectSourceFlowName,
String sectionName,
String sectionInputName)
Maps the
ManagedObjectFlow . |
void |
mapTeam(String managedObjectSourceTeamName,
AutoWire autoWire)
|
<S extends TeamSource> |
mapTeam(String managedObjectSourceTeamName,
String teamSourceClassName)
Maps a
TeamSource for the ManagedObjectTeam . |
void |
setManagedObjectScope(ManagedObjectScope managedobjectScope)
Overrides the default
ManagedObjectScope . |
void setManagedObjectScope(ManagedObjectScope managedobjectScope)
ManagedObjectScope
.managedobjectScope
- ManagedObjectScope
.<S extends TeamSource> AutoWireTeam mapTeam(String managedObjectSourceTeamName, String teamSourceClassName)
TeamSource
for the ManagedObjectTeam
.S
- TeamSource
type.managedObjectSourceTeamName
- Name of the ManagedObjectTeam
.teamSourceClassName
- TeamSource
class name. May be an alias.AutoWireTeam
.void mapTeam(String managedObjectSourceTeamName, AutoWire autoWire)
managedObjectSourceTeamName
- Name of the ManagedObjectTeam
.autoWire
- AutoWire
to identify the AutoWireTeam
.void mapFlow(String managedObjectSourceFlowName, String sectionName, String sectionInputName)
ManagedObjectFlow
.managedObjectSourceFlowName
- Name of the ManagedObjectFlow
.sectionName
- Name of the OfficeSection
.sectionInputName
- Name of the OfficeSectionInput
.void mapDependency(String dependencyName, AutoWire autoWire)
AutoWire
.dependencyName
- Name of the ManagedObjectDependency
.autoWire
- Specific AutoWire
the dependency must
implement/extend.Copyright © 2005–2016. All rights reserved.