Uses of Class
org.xcmis.client.gwt.model.AllowableActions

Packages that use AllowableActions
org.xcmis.client.gwt.object   
org.xcmis.client.gwt.object.impl   
org.xcmis.client.gwt.service.object.event   
org.xcmis.client.gwt.unmarshallers   
org.xcmis.client.gwt.unmarshallers.parser   
 

Uses of AllowableActions in org.xcmis.client.gwt.object
 

Methods in org.xcmis.client.gwt.object that return AllowableActions
 AllowableActions CmisObject.getAllowableActions()
          
 

Methods in org.xcmis.client.gwt.object with parameters of type AllowableActions
 void CmisObject.setAllowableActions(AllowableActions allowableActions)
           
 

Uses of AllowableActions in org.xcmis.client.gwt.object.impl
 

Methods in org.xcmis.client.gwt.object.impl that return AllowableActions
 AllowableActions CmisObjectImpl.getAllowableActions()
           
 

Methods in org.xcmis.client.gwt.object.impl with parameters of type AllowableActions
 void CmisObjectImpl.setAllowableActions(AllowableActions allowableActions)
           
 

Constructors in org.xcmis.client.gwt.object.impl with parameters of type AllowableActions
CmisObjectImpl(Map<String,Property<?>> properties, List<AccessControlEntry> acl, boolean exactACL, Set<String> policyIds, List<CmisObjectImpl> relationships, List<Rendition> renditions, AllowableActions allowableActions, ChangeInfo changeInfo, ObjectInfo objectInfo, String pathSegment)
           
 

Uses of AllowableActions in org.xcmis.client.gwt.service.object.event
 

Methods in org.xcmis.client.gwt.service.object.event that return AllowableActions
 AllowableActions AllowableActionsReceivedEvent.getAllowableActions()
           
 

Constructors in org.xcmis.client.gwt.service.object.event with parameters of type AllowableActions
AllowableActionsReceivedEvent(AllowableActions allowableActions)
           
 

Uses of AllowableActions in org.xcmis.client.gwt.unmarshallers
 

Constructors in org.xcmis.client.gwt.unmarshallers with parameters of type AllowableActions
AllowableActionsUnmarshaller(AllowableActions allowableActions)
           
 

Uses of AllowableActions in org.xcmis.client.gwt.unmarshallers.parser
 

Methods in org.xcmis.client.gwt.unmarshallers.parser with parameters of type AllowableActions
static void AllowableActionsParser.parse(com.google.gwt.xml.client.Node response, AllowableActions allowableActions)
          Parse xml document to CmisAllowableActionsType.
 



Copyright © 2010 eXo Platform SAS. All Rights Reserved.