|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Admin
This interface provides admin functionality for DMIS Operators
| Method Summary | |
|---|---|
long |
createOperator(org.cmis.interopserver.beans.CMISOperator operator)
Creates the given operator. |
void |
deleteOperator(org.cmis.interopserver.beans.CMISOperator operator)
Disables the given operator, which can not match the caller. |
org.cmis.interopserver.beans.CMISOperator[] |
getAllOperators()
Returns list of operators in the caller's COG. |
org.cmis.interopserver.beans.CMISOperator |
getMyOperator()
Returns the profile of the caller. |
org.cmis.interopserver.beans.CMISOperator |
getOperator(long operatorID)
Returns the given operator for the given id. |
java.lang.String[] |
getValidContactTypeNames()
Returns a list of valid contact types for use in editing/adding contact information for a DMIS operator. |
void |
saveMyOperator(org.cmis.interopserver.beans.CMISOperator operator)
Saves the given operator, which must match the profile of the caller. |
void |
saveOperator(org.cmis.interopserver.beans.CMISOperator operator)
Saves the given operator. |
| Methods inherited from interface org.cmis.interopserver.services.base.Base |
|---|
getCogs, getMyCog, ping |
| Method Detail |
|---|
org.cmis.interopserver.beans.CMISOperator[] getAllOperators()
throws java.rmi.RemoteException
java.rmi.RemoteException - A remote exception occurred.
org.cmis.interopserver.beans.CMISOperator getMyOperator()
throws java.rmi.RemoteException
java.rmi.RemoteException - A remote exception occurred.
org.cmis.interopserver.beans.CMISOperator getOperator(long operatorID)
throws java.rmi.RemoteException
operatorID - id of the operator to be retrieved
java.rmi.RemoteException
java.lang.String[] getValidContactTypeNames()
throws java.rmi.RemoteException
java.rmi.RemoteException - A remote exception occurred.
long createOperator(org.cmis.interopserver.beans.CMISOperator operator)
throws java.rmi.RemoteException
operator - Operator profile of the DMIS operator to be created. (Default permissions)
java.rmi.RemoteException - A remote exception occurred.
void deleteOperator(org.cmis.interopserver.beans.CMISOperator operator)
throws java.rmi.RemoteException
operator - A DMIS operator to be deleted
java.rmi.RemoteException - A remote exception occurred.
void saveMyOperator(org.cmis.interopserver.beans.CMISOperator operator)
throws java.rmi.RemoteException
operator - The DMIS operator profile of the caller
java.rmi.RemoteException - When given operator is not the current.
void saveOperator(org.cmis.interopserver.beans.CMISOperator operator)
throws java.rmi.RemoteException
operator - A DMIS operator
java.rmi.RemoteException - A remote exception occurred.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||