Class Property
java.lang.Object
org.kuali.rice.kew.engine.node.var.Property
Represents a property that can be accessed relative to a specific "scheme".
Property format:
[scheme:]locator
- scheme
- The "scheme" of the property, which is implemented by a PropertyScheme implementation to resolve the locator to an actual value
- locator
- PropertyScheme-implementation-specific property name or URI
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
scheme
The property scheme (e.g. var:, url:, file: -
locator
The property locator; in the case of a variable it is a name; in the case of a url, a url; in the case of a file, a file path
-
-
Constructor Details
-
Property
Parses the scheme and locator from a property name/locator string- Parameters:
string- the property name/locator
-
Property
Initialized the property with specified scheme and locator- Parameters:
scheme- the schemelocator- the locator
-
-
Method Details