com.ontimize.dms.jcr
Interface JcrResult
- All Known Implementing Classes:
- JcrResultImpl
public interface JcrResult
Operation result over JCR repository.
- Since:
- 10/03/2009
SUCCESSFULL
static final int SUCCESSFULL
- See Also:
- Constant Field Values
ERROR
static final int ERROR
- See Also:
- Constant Field Values
MESSAGE
static final int MESSAGE
- See Also:
- Constant Field Values
getName
java.lang.String getName()
getNode
JcrNode getNode()
getMessage
java.lang.String getMessage()
getType
int getType()
getList
java.util.List getList(java.lang.Object key)
setList
void setList(java.lang.Object key,
java.util.List list)