|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RepositoryPropertyHelper
A property helper interface intended to be used by flowscripts or corresponding wrapper components.
Method Summary | |
---|---|
List |
getAllProperties(String uri)
get all properties |
Map |
getProperties(String uri,
Set propNames)
get multiple properties |
SourceProperty |
getProperty(String uri,
String name,
String namespace)
get a single property |
boolean |
setProperties(String uri,
Map properties)
set multiple properties |
boolean |
setProperty(String uri,
String name,
String namespace,
Node value)
set a single property to a W3C Node value |
boolean |
setProperty(String uri,
String name,
String namespace,
String value)
set a single property to a String value |
Method Detail |
---|
SourceProperty getProperty(String uri, String name, String namespace) throws ProcessingException
uri
- the uri of the resource.name
- the name of the property.namespace
- the namespace of the property.
ProcessingException
Map getProperties(String uri, Set propNames) throws ProcessingException
uri
- the uri of the resource.propNames
- a Set containing the property names.
ProcessingException
List getAllProperties(String uri) throws ProcessingException
uri
- the uri of the resource.
ProcessingException
boolean setProperty(String uri, String name, String namespace, String value) throws ProcessingException
uri
- the uri of the resource.name
- the name of the property.namespace
- the namespace of the property.value
- the String value to set the property to.
ProcessingException
boolean setProperty(String uri, String name, String namespace, Node value) throws ProcessingException
uri
- the uri of the resource.name
- the name of the property.namespace
- the namespace of the property.value
- the DOM value to set the property to.
ProcessingException
boolean setProperties(String uri, Map properties) throws ProcessingException
uri
- the uri of the resource.properties
- a Map containing the properties to set.
ProcessingException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |