Interface ProcedureListContext
public interface ProcedureListContext
Context for listing the
Procedure instances.- Author:
- Daniel Sagenschneider
-
Method Summary
Modifier and TypeMethodDescriptionaddProcedure(String procedureName) Adds an availableProcedure.Obtains the resource to list theProcedureinstances.Obtains theSourceContext.
-
Method Details
-
getResource
String getResource()Obtains the resource to list theProcedureinstances.- Returns:
- Resource to list the
Procedureinstances.
-
addProcedure
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.
-