org.apache.chemistry.opencmis.client.api
Interface Policy

All Superinterfaces:
CmisObject, FileableCmisObject, ObjectId

public interface Policy
extends FileableCmisObject

CMIS Policy. Domain Model 2.7


Method Summary
 String getPolicyText()
          Returns the policy text.
 
Methods inherited from interface org.apache.chemistry.opencmis.client.api.FileableCmisObject
addToFolder, getParents, getPaths, move, removeFromFolder
 
Methods inherited from interface org.apache.chemistry.opencmis.client.api.CmisObject
addAcl, applyAcl, applyPolicy, delete, getAcl, getAcl, getAllowableActions, getBaseType, getBaseTypeId, getChangeToken, getCreatedBy, getCreationDate, getExtensions, getLastModificationDate, getLastModifiedBy, getName, getPolicies, getProperties, getProperty, getPropertyMultivalue, getPropertyValue, getRefreshTimestamp, getRelationships, getRelationships, getRenditions, getType, isChanged, refresh, refreshIfOld, removeAcl, removePolicy, setName, setProperty, setPropertyMultivalue, updateProperties, updateProperties
 
Methods inherited from interface org.apache.chemistry.opencmis.client.api.ObjectId
getId
 

Method Detail

getPolicyText

String getPolicyText()
Returns the policy text.



Copyright © 2009-2010 The Apache Software Foundation. All Rights Reserved.