Ontimize Document Management 0.035EN

com.ontimize.dms.jcr
Interface JcrResult

All Known Implementing Classes:
JcrResultImpl

public interface JcrResult

Operation result over JCR repository.

Since:
10/03/2009

Field Summary
static int ERROR
           
static int MESSAGE
           
static int SUCCESSFULL
           
 
Method Summary
 java.util.List getList(java.lang.Object key)
           
 java.lang.String getMessage()
           
 java.lang.String getName()
           
 JcrNode getNode()
           
 int getType()
           
 void setList(java.lang.Object key, java.util.List list)
           
 

Field Detail

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
Method Detail

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)

Ontimize Document Management