org.xcmis.client.gwt.model
Class AllowableActions

java.lang.Object
  extended by org.xcmis.client.gwt.model.AllowableActions

public class AllowableActions
extends Object

Created by The eXo Platform SAS.

Version:
$Id: ${date} ${time}
Author:
Ann Zhuleva

Constructor Summary
AllowableActions()
           
 
Method Summary
 boolean isCanAddObjectToFolder()
           
 boolean isCanApplyACL()
           
 boolean isCanApplyPolicy()
           
 boolean isCanCancelCheckOut()
           
 boolean isCanCheckIn()
           
 boolean isCanCheckOut()
           
 boolean isCanCreateDocument()
           
 boolean isCanCreateFolder()
           
 boolean isCanCreateRelationship()
           
 boolean isCanDeleteContentStream()
           
 boolean isCanDeleteObject()
           
 boolean isCanDeleteTree()
           
 boolean isCanGetACL()
           
 boolean isCanGetAllVersions()
           
 boolean isCanGetAppliedPolicies()
           
 boolean isCanGetChildren()
           
 boolean isCanGetContentStream()
           
 boolean isCanGetDescendants()
           
 boolean isCanGetFolderParent()
           
 boolean isCanGetFolderTree()
           
 boolean isCanGetObjectParents()
           
 boolean isCanGetObjectRelationships()
           
 boolean isCanGetProperties()
           
 boolean isCanGetRenditions()
           
 boolean isCanMoveObject()
           
 boolean isCanRemoveObjectFromFolder()
           
 boolean isCanRemovePolicy()
           
 boolean isCanSetContentStream()
           
 boolean isCanUpdateProperties()
           
 void setCanAddObjectToFolder(boolean canAddObjectToFolder)
           
 void setCanApplyACL(boolean canApplyACL)
           
 void setCanApplyPolicy(boolean canApplyPolicy)
           
 void setCanCancelCheckOut(boolean canCancelCheckOut)
           
 void setCanCheckIn(boolean canCheckIn)
           
 void setCanCheckOut(boolean canCheckOut)
           
 void setCanCreateDocument(boolean canCreateDocument)
           
 void setCanCreateFolder(boolean canCreateFolder)
           
 void setCanCreateRelationship(boolean canCreateRelationship)
           
 void setCanDeleteContentStream(boolean canDeleteContentStream)
           
 void setCanDeleteObject(boolean canDeleteObject)
           
 void setCanDeleteTree(boolean canDeleteTree)
           
 void setCanGetACL(boolean canGetACL)
           
 void setCanGetAllVersions(boolean canGetAllVersions)
           
 void setCanGetAppliedPolicies(boolean canGetAppliedPolicies)
           
 void setCanGetChildren(boolean canGetChildren)
           
 void setCanGetContentStream(boolean canGetContentStream)
           
 void setCanGetDescendants(boolean canGetDescendants)
           
 void setCanGetFolderParent(boolean canGetFolderParent)
           
 void setCanGetFolderTree(boolean canGetFolderTree)
           
 void setCanGetObjectParents(boolean canGetObjectParents)
           
 void setCanGetObjectRelationships(boolean canGetObjectRelationships)
           
 void setCanGetProperties(boolean canGetProperties)
           
 void setCanGetRenditions(boolean canGetRenditions)
           
 void setCanMoveObject(boolean canMoveObject)
           
 void setCanRemoveObjectFromFolder(boolean canRemoveObjectFromFolder)
           
 void setCanRemovePolicy(boolean canRemovePolicy)
           
 void setCanSetContentStream(boolean canSetContentStream)
           
 void setCanUpdateProperties(boolean canUpdateProperties)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AllowableActions

public AllowableActions()
Method Detail

isCanAddObjectToFolder

public boolean isCanAddObjectToFolder()
Returns:
boolean the canAddObjectToFolder

setCanAddObjectToFolder

public void setCanAddObjectToFolder(boolean canAddObjectToFolder)
Parameters:
canAddObjectToFolder - the canAddObjectToFolder to set

isCanApplyACL

public boolean isCanApplyACL()
Returns:
boolean the canApplyACL.

setCanApplyACL

public void setCanApplyACL(boolean canApplyACL)
Parameters:
canApplyACL - the canApplyACL to set

isCanApplyPolicy

public boolean isCanApplyPolicy()
Returns:
boolean the canApplyPolicy

setCanApplyPolicy

public void setCanApplyPolicy(boolean canApplyPolicy)
Parameters:
canApplyPolicy - the canApplyPolicy to set

isCanCancelCheckOut

public boolean isCanCancelCheckOut()
Returns:
boolean the canCancelCheckOut

setCanCancelCheckOut

public void setCanCancelCheckOut(boolean canCancelCheckOut)
Parameters:
canCancelCheckOut - the canCancelCheckOut to set

isCanCheckIn

public boolean isCanCheckIn()
Returns:
boolean the canCheckIn

setCanCheckIn

public void setCanCheckIn(boolean canCheckIn)
Parameters:
canCheckIn - the canCheckIn to set

isCanCheckOut

public boolean isCanCheckOut()
Returns:
boolean the canCheckOut

setCanCheckOut

public void setCanCheckOut(boolean canCheckOut)
Parameters:
canCheckOut - the canCheckOut to set

isCanCreateDocument

public boolean isCanCreateDocument()
Returns:
boolean the canCreateDocument

setCanCreateDocument

public void setCanCreateDocument(boolean canCreateDocument)
Parameters:
canCreateDocument - the canCreateDocument to set

isCanCreateFolder

public boolean isCanCreateFolder()
Returns:
boolean the canCreateFolder

setCanCreateFolder

public void setCanCreateFolder(boolean canCreateFolder)
Parameters:
canCreateFolder - the canCreateFolder to set

isCanCreateRelationship

public boolean isCanCreateRelationship()
Returns:
boolean the canCreateRelationship

setCanCreateRelationship

public void setCanCreateRelationship(boolean canCreateRelationship)
Parameters:
canCreateRelationship - the canCreateRelationship to set

isCanDeleteContentStream

public boolean isCanDeleteContentStream()
Returns:
boolean the canDeleteContentStream

setCanDeleteContentStream

public void setCanDeleteContentStream(boolean canDeleteContentStream)
Parameters:
canDeleteContentStream - the canDeleteContentStream to set

isCanDeleteObject

public boolean isCanDeleteObject()
Returns:
boolean the canDeleteObject

setCanDeleteObject

public void setCanDeleteObject(boolean canDeleteObject)
Parameters:
canDeleteObject - the canDeleteObject to set

isCanDeleteTree

public boolean isCanDeleteTree()
Returns:
boolean the canDeleteTree

setCanDeleteTree

public void setCanDeleteTree(boolean canDeleteTree)
Parameters:
canDeleteTree - the canDeleteTree to set

isCanGetACL

public boolean isCanGetACL()
Returns:
boolean the canGetACL

setCanGetACL

public void setCanGetACL(boolean canGetACL)
Parameters:
canGetACL - the canGetACL to set

isCanGetAllVersions

public boolean isCanGetAllVersions()
Returns:
boolean the canGetAllVersions

setCanGetAllVersions

public void setCanGetAllVersions(boolean canGetAllVersions)
Parameters:
canGetAllVersions - the canGetAllVersions to set

isCanGetAppliedPolicies

public boolean isCanGetAppliedPolicies()
Returns:
boolean the canGetAppliedPolicies

setCanGetAppliedPolicies

public void setCanGetAppliedPolicies(boolean canGetAppliedPolicies)
Parameters:
canGetAppliedPolicies - the canGetAppliedPolicies to set

isCanGetChildren

public boolean isCanGetChildren()
Returns:
boolean the canGetChildren

setCanGetChildren

public void setCanGetChildren(boolean canGetChildren)
Parameters:
canGetChildren - the canGetChildren to set

isCanGetContentStream

public boolean isCanGetContentStream()
Returns:
boolean the canGetContentStream

setCanGetContentStream

public void setCanGetContentStream(boolean canGetContentStream)
Parameters:
canGetContentStream - the canGetContentStream to set

isCanGetDescendants

public boolean isCanGetDescendants()
Returns:
boolean the canGetDescendants

setCanGetDescendants

public void setCanGetDescendants(boolean canGetDescendants)
Parameters:
canGetDescendants - the canGetDescendants to set

isCanGetFolderParent

public boolean isCanGetFolderParent()
Returns:
boolean the canGetFolderParent

setCanGetFolderParent

public void setCanGetFolderParent(boolean canGetFolderParent)
Parameters:
canGetFolderParent - the canGetFolderParent to set

isCanGetFolderTree

public boolean isCanGetFolderTree()
Returns:
boolean the canGetFolderTree

setCanGetFolderTree

public void setCanGetFolderTree(boolean canGetFolderTree)
Parameters:
canGetFolderTree - the canGetFolderTree to set

isCanGetObjectParents

public boolean isCanGetObjectParents()
Returns:
boolean the canGetObjectParents

setCanGetObjectParents

public void setCanGetObjectParents(boolean canGetObjectParents)
Parameters:
canGetObjectParents - the canGetObjectParents to set

isCanGetObjectRelationships

public boolean isCanGetObjectRelationships()
Returns:
boolean the canGetObjectRelationships

setCanGetObjectRelationships

public void setCanGetObjectRelationships(boolean canGetObjectRelationships)
Parameters:
canGetObjectRelationships - the canGetObjectRelationships to set

isCanGetProperties

public boolean isCanGetProperties()
Returns:
boolean the canGetProperties

setCanGetProperties

public void setCanGetProperties(boolean canGetProperties)
Parameters:
canGetProperties - the canGetProperties to set

isCanGetRenditions

public boolean isCanGetRenditions()
Returns:
boolean the canGetRenditions

setCanGetRenditions

public void setCanGetRenditions(boolean canGetRenditions)
Parameters:
canGetRenditions - the canGetRenditions to set

isCanMoveObject

public boolean isCanMoveObject()
Returns:
boolean the canMoveObject

setCanMoveObject

public void setCanMoveObject(boolean canMoveObject)
Parameters:
canMoveObject - the canMoveObject to set

isCanRemoveObjectFromFolder

public boolean isCanRemoveObjectFromFolder()
Returns:
boolean the canRemoveObjectFromFolder

setCanRemoveObjectFromFolder

public void setCanRemoveObjectFromFolder(boolean canRemoveObjectFromFolder)
Parameters:
canRemoveObjectFromFolder - the canRemoveObjectFromFolder to set

isCanRemovePolicy

public boolean isCanRemovePolicy()
Returns:
boolean the canRemovePolicy

setCanRemovePolicy

public void setCanRemovePolicy(boolean canRemovePolicy)
Parameters:
canRemovePolicy - the canRemovePolicy to set

isCanSetContentStream

public boolean isCanSetContentStream()
Returns:
boolean the canSetContentStream

setCanSetContentStream

public void setCanSetContentStream(boolean canSetContentStream)
Parameters:
canSetContentStream - the canSetContentStream to set

isCanUpdateProperties

public boolean isCanUpdateProperties()
Returns:
boolean the canUpdateProperties

setCanUpdateProperties

public void setCanUpdateProperties(boolean canUpdateProperties)
Parameters:
canUpdateProperties - the canUpdateProperties to set


Copyright © 2010 eXo Platform SAS. All Rights Reserved.