Ontimize Document Management 0.035EN

com.ontimize.dms.server
Interface IODMSProperties

All Known Implementing Classes:
EProperty

public interface IODMSProperties


Method Summary
 java.lang.Object getProperties(int code, Document[] document, java.util.Map params, int sessionId)
           
 java.lang.Object getPropertiesList(int code, Document[] document, java.util.Map params, java.util.Map alias, int sessionId)
           
 java.lang.Object saveProperties(int code, Document[] document, java.util.Map params, int sessionId)
           
 

Method Detail

getProperties

java.lang.Object getProperties(int code,
                               Document[] document,
                               java.util.Map params,
                               int sessionId)
                               throws java.lang.Exception
Throws:
java.lang.Exception

getPropertiesList

java.lang.Object getPropertiesList(int code,
                                   Document[] document,
                                   java.util.Map params,
                                   java.util.Map alias,
                                   int sessionId)
                                   throws java.lang.Exception
Throws:
java.lang.Exception

saveProperties

java.lang.Object saveProperties(int code,
                                Document[] document,
                                java.util.Map params,
                                int sessionId)
                                throws java.lang.Exception
Throws:
java.lang.Exception

Ontimize Document Management