Class ProcedureImpl
java.lang.Object
net.officefloor.activity.impl.procedure.ProcedureImpl
- All Implemented Interfaces:
Procedure
Procedure implementation.- Author:
- Daniel Sagenschneider
-
Constructor Summary
ConstructorsConstructorDescriptionProcedureImpl(String procedureName, String serviceName, ProcedureProperty[] properties) Instantiate. -
Method Summary
Modifier and TypeMethodDescriptionObtains the name of theProcedure.Obtains the specification of properties for theProcedure.Obtains the name of theProcedureSource.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.officefloor.activity.procedure.Procedure
isProcedure
-
Constructor Details
-
ProcedureImpl
Instantiate.- Parameters:
procedureName- Procedure name.serviceName-ProcedureSourcename.properties-ProcedurePropertyinstances.
-
-
Method Details
-
getProcedureName
Description copied from interface:ProcedureObtains the name of theProcedure.- Specified by:
getProcedureNamein interfaceProcedure- Returns:
- Name of the
Procedure. May benullto indicate manually selected.
-
getServiceName
Description copied from interface:ProcedureObtains the name of theProcedureSource.- Specified by:
getServiceNamein interfaceProcedure- Returns:
- Name of the
ProcedureSource.
-
getProperties
Description copied from interface:ProcedureObtains the specification of properties for theProcedure.- Specified by:
getPropertiesin interfaceProcedure- Returns:
- Property specification.
-