public interface RawGovernanceMetaDataFactory
RawGovernanceMetaData
.Modifier and Type | Method and Description |
---|---|
<I,F extends Enum<F>> |
createRawGovernanceMetaData(GovernanceConfiguration<I,F> configuration,
int governanceIndex,
SourceContext sourceContext,
Map<String,TeamManagement> officeTeams,
Team continueTeam,
String officeName,
OfficeFloorIssues issues)
Creates the
RawGovernanceMetaData . |
<I,F extends Enum<F>> RawGovernanceMetaData<I,F> createRawGovernanceMetaData(GovernanceConfiguration<I,F> configuration, int governanceIndex, SourceContext sourceContext, Map<String,TeamManagement> officeTeams, Team continueTeam, String officeName, OfficeFloorIssues issues)
RawGovernanceMetaData
.I
- Extension interface type.F
- Flow key type.configuration
- GovernanceConfiguration
.governanceIndex
- Index of the Governance
within the
ProcessState
.sourceContext
- SourceContext
.officeTeams
- TeamManagement
instances by their Office
name.continueTeam
- Team
to enable the worker (Thread
) of the
responsible Team
to continue on to execute the next
Job
.officeName
- Name of the Office
having Governance
added.issues
- OfficeFloorIssues
.RawGovernanceMetaData
.Copyright © 2005–2016. All rights reserved.