Interface ProcedureArchitect<S>
- 
 public interface ProcedureArchitect<S>Builds theProcedureinstances.- Author:
- Daniel Sagenschneider
 
- 
- 
Field SummaryFields Modifier and Type Field Description static java.lang.StringINPUT_NAMESectionInputname to invoke theProcedure.static java.lang.StringNEXT_OUTPUT_NAMESectionOutputname for nextFlow.
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description SaddProcedure(java.lang.String sectionName, java.lang.String resource, java.lang.String sourceName, java.lang.String procedureName, boolean isNext, PropertyList properties)Adds aProcedure.
 
- 
- 
- 
Field Detail- 
INPUT_NAMEstatic final java.lang.String INPUT_NAME SectionInputname to invoke theProcedure.- See Also:
- Constant Field Values
 
 - 
NEXT_OUTPUT_NAMEstatic final java.lang.String NEXT_OUTPUT_NAME SectionOutputname for nextFlow.- See Also:
- Constant Field Values
 
 
- 
 - 
Method Detail- 
addProcedureS addProcedure(java.lang.String sectionName, java.lang.String resource, java.lang.String sourceName, java.lang.String procedureName, boolean isNext, PropertyList properties) Adds aProcedure.- Parameters:
- sectionName- Name to uniquely identify the use of the- Procedure. It is possible to configure the same- Procedure, so need to name them each uniquely.
- resource- Resource.
- sourceName-- ProcedureSourcename.
- procedureName- Name of- Procedureto be provided to- ProcedureSource.
- isNext- Indicates if next- Flowconfigured.
- properties-- PropertyListfor extra configuration.
- Returns:
- OfficeSection/- SubSectionfor the- Procedure.
 
 
- 
 
-