org.xcmis.soap
Interface ACLServicePort

All Known Implementing Classes:
ACLServicePortImpl

public interface ACLServicePort

This class was generated by Apache CXF 2.1.4 Tue Jan 25 13:16:06 UTC 2011 Generated source version: 2.1.4


Method Summary
 CmisACLType applyACL(String repositoryId, String objectId, CmisAccessControlListType addACEs, CmisAccessControlListType removeACEs, EnumACLPropagation aclPropagation, CmisExtensionType extension)
           
 CmisACLType getACL(String repositoryId, String objectId, Boolean onlyBasicPermissions, CmisExtensionType extension)
           
 

Method Detail

getACL

@RequestWrapper(localName="getACL",
                targetNamespace="http://docs.oasis-open.org/ns/cmis/messaging/200908/",
                className="org.xcmis.messaging.GetACL")
@ResponseWrapper(localName="getACLResponse",
                 targetNamespace="http://docs.oasis-open.org/ns/cmis/messaging/200908/",
                 className="org.xcmis.messaging.GetACLResponse")
CmisACLType getACL(String repositoryId,
                                                                                                                    String objectId,
                                                                                                                    Boolean onlyBasicPermissions,
                                                                                                                    CmisExtensionType extension)
                   throws CmisException
Throws:
CmisException

applyACL

@RequestWrapper(localName="applyACL",
                targetNamespace="http://docs.oasis-open.org/ns/cmis/messaging/200908/",
                className="org.xcmis.messaging.ApplyACL")
@ResponseWrapper(localName="applyACLResponse",
                 targetNamespace="http://docs.oasis-open.org/ns/cmis/messaging/200908/",
                 className="org.xcmis.messaging.ApplyACLResponse")
CmisACLType applyACL(String repositoryId,
                                                                                                                      String objectId,
                                                                                                                      CmisAccessControlListType addACEs,
                                                                                                                      CmisAccessControlListType removeACEs,
                                                                                                                      EnumACLPropagation aclPropagation,
                                                                                                                      CmisExtensionType extension)
                     throws CmisException
Throws:
CmisException


Copyright © 2011 eXo Platform SAS. All Rights Reserved.