Interface Procedure
- All Known Implementing Classes:
ProcedureImpl
public interface Procedure
Procedure.
- Author:
- Daniel Sagenschneider
-
Method Summary
Modifier and TypeMethodDescriptionObtains the name of theProcedure.Obtains the specification of properties for theProcedure.Obtains the name of theProcedureSource.default booleanisProcedure(String serviceName, String procedureName) Determines if theProcedure.
-
Method Details
-
getServiceName
String getServiceName()Obtains the name of theProcedureSource.- Returns:
- Name of the
ProcedureSource.
-
getProcedureName
String getProcedureName()Obtains the name of theProcedure.- Returns:
- Name of the
Procedure. May benullto indicate manually selected.
-
getProperties
ProcedureProperty[] getProperties()Obtains the specification of properties for theProcedure.- Returns:
- Property specification.
-
isProcedure
Determines if theProcedure.
-