Interface ProcedureListContext
-
public interface ProcedureListContextContext for listing theProcedureinstances.- Author:
- Daniel Sagenschneider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ProcedureSpecificationaddProcedure(java.lang.String procedureName)Adds an availableProcedure.java.lang.StringgetResource()Obtains the resource to list theProcedureinstances.SourceContextgetSourceContext()Obtains theSourceContext.
-
-
-
Method Detail
-
getResource
java.lang.String getResource()
Obtains the resource to list theProcedureinstances.- Returns:
- Resource to list the
Procedureinstances.
-
addProcedure
ProcedureSpecification addProcedure(java.lang.String procedureName)
Adds an availableProcedure.- Parameters:
procedureName- Name of theProcedure. May benullto indicate for manual selection ofProcedure.- Returns:
ProcedureSpecificationto detail requirements for theProcedure.
-
getSourceContext
SourceContext getSourceContext()
Obtains the
SourceContext.Note that the
Propertyvalues will not be available from thisSourceContext. It is typically only provided to enable to load resource as aClass.- Returns:
SourceContext.
-
-