org.kuali.rice.kew.engine.node.var.schemes
Class VariableScheme
java.lang.Object
org.kuali.rice.kew.engine.node.var.schemes.VariableScheme
- All Implemented Interfaces:
- PropertyScheme
public final class VariableScheme
- extends Object
- implements PropertyScheme
A property scheme that looks the property up in the state variable map
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
VariableScheme
public VariableScheme()
getName
public String getName()
- Description copied from interface:
PropertyScheme
- Scheme name
- Specified by:
getName
in interface PropertyScheme
- Returns:
- scheme name
getShortName
public String getShortName()
- Description copied from interface:
PropertyScheme
- Short scheme name
- Specified by:
getShortName
in interface PropertyScheme
- Returns:
- short scheme name
load
public Object load(Property property,
RouteContext context)
- Description copied from interface:
PropertyScheme
- Loads/resolves a Property
- Specified by:
load
in interface PropertyScheme
- Parameters:
property
- the property to resolvecontext
- the current RouteContext
- Returns:
- the loaded/resolved value
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2005–2014 The Kuali Foundation. All rights reserved.