|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.cmis.interopserver.services.admin.AdminSoapBindingSkeleton
public class AdminSoapBindingSkeleton
| Constructor Summary | |
|---|---|
AdminSoapBindingSkeleton()
|
|
AdminSoapBindingSkeleton(Admin impl)
|
|
| 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.SimpleCOG[] |
getCogs()
Gets a list of valid SimpleCOGs that includes all possible COGs for a post operation such as postCAPAlert() or postIncident(). |
org.cmis.interopserver.beans.SimpleCOG |
getMyCog()
Gets the SimpleCOG of the caller |
org.cmis.interopserver.beans.CMISOperator |
getMyOperator()
Returns the profile of the caller. |
static java.util.List |
getOperationDescByName(java.lang.String methodName)
Returns List of OperationDesc objects with this name |
static java.util.Collection |
getOperationDescs()
Returns Collection of OperationDescs |
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. |
java.lang.String |
ping()
This method takes no parameters and returns only "pong" indicating success. |
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 class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AdminSoapBindingSkeleton()
public AdminSoapBindingSkeleton(Admin impl)
| Method Detail |
|---|
public static java.util.List getOperationDescByName(java.lang.String methodName)
public static java.util.Collection getOperationDescs()
public org.cmis.interopserver.beans.SimpleCOG[] getCogs()
throws java.rmi.RemoteException
org.cmis.interopserver.services.base.BasepostCAPAlert() or postIncident(). All COGs EXCEPT the operator's COG
will be returned.
getCogs in interface org.cmis.interopserver.services.base.Basejava.rmi.RemoteException - An exception occurred remotely
public org.cmis.interopserver.beans.SimpleCOG getMyCog()
throws java.rmi.RemoteException
org.cmis.interopserver.services.base.Base
getMyCog in interface org.cmis.interopserver.services.base.Basejava.rmi.RemoteException - An exception occurred remotely
public java.lang.String ping()
throws java.rmi.RemoteException
org.cmis.interopserver.services.base.Base
ping in interface org.cmis.interopserver.services.base.Basejava.rmi.RemoteException - An exception occurred remotely
public java.lang.String[] getValidContactTypeNames()
throws java.rmi.RemoteException
Admin
getValidContactTypeNames in interface Adminjava.rmi.RemoteException - A remote exception occurred.
public org.cmis.interopserver.beans.CMISOperator[] getAllOperators()
throws java.rmi.RemoteException
Admin
getAllOperators in interface Adminjava.rmi.RemoteException - A remote exception occurred.
public org.cmis.interopserver.beans.CMISOperator getMyOperator()
throws java.rmi.RemoteException
Admin
getMyOperator in interface Adminjava.rmi.RemoteException - A remote exception occurred.
public org.cmis.interopserver.beans.CMISOperator getOperator(long operatorId)
throws java.rmi.RemoteException
Admin
getOperator in interface AdminoperatorId - id of the operator to be retrieved
java.rmi.RemoteException
public long createOperator(org.cmis.interopserver.beans.CMISOperator operator)
throws java.rmi.RemoteException
Admin
createOperator in interface Adminoperator - Operator profile of the DMIS operator to be created. (Default permissions)
java.rmi.RemoteException - A remote exception occurred.
public void deleteOperator(org.cmis.interopserver.beans.CMISOperator operator)
throws java.rmi.RemoteException
Admin
deleteOperator in interface Adminoperator - A DMIS operator to be deleted
java.rmi.RemoteException - A remote exception occurred.
public void saveMyOperator(org.cmis.interopserver.beans.CMISOperator operator)
throws java.rmi.RemoteException
Admin
saveMyOperator in interface Adminoperator - The DMIS operator profile of the caller
java.rmi.RemoteException - When given operator is not the current.
public void saveOperator(org.cmis.interopserver.beans.CMISOperator operator)
throws java.rmi.RemoteException
Admin
saveOperator in interface Adminoperator - 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 | ||||||||