Class CompoundApproverSupplier
java.lang.Object
uk.ac.gda.component.beamline.common.CompoundApproverSupplier
- All Implemented Interfaces:
Findable,Supplier<ActionApprover>
public final class CompoundApproverSupplier
extends Object
implements Supplier<ActionApprover>, Findable
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedCompoundApproverSupplier(List<Supplier<ActionApprover>> criterionSources) -
Method Summary
Modifier and TypeMethodDescriptionget()getName()Get the object name.voidSet or change the name of the object (as defined in XML).voidsetOperationalContext(String contextForErrorMessages)
-
Constructor Details
-
CompoundApproverSupplier
-
-
Method Details
-
get
- Specified by:
getin interfaceSupplier<ActionApprover>
-
setName
Description copied from interface:FindableSet or change the name of the object (as defined in XML). -
getName
Description copied from interface:FindableGet the object name. Used by Castor to check if the object name has been set before calling theFindable.setName(String)method. -
setOperationalContext
-
getOperationalContext
-