public class FilingImpl extends StoredObjectImpl implements Fileable, MultiFiling
description, fAclId, fCreatedAt, fCreatedBy, fId, fModifiedAt, fModifiedBy, fName, fProperties, fRepositoryId, fTypeId, policyIds, secondaryTypeIdsPATH_SEPARATOR| Modifier and Type | Method and Description |
|---|---|
void |
addParentId(String parentId)
Add parent folder to this document.
|
List<String> |
getParentIds()
return a list of parents the principal has access to.
|
String |
getPathSegment()
get the path segment of this object.
|
boolean |
hasParent()
usually true except for the root folder, optimized call that just tests
existence to provide information for AtomPub links (much cheaper than
calling getParents() and test for empty result.
|
void |
removeParentId(String parentId)
Remove parent from this object.
|
addAppliedPolicy, createSystemBasePropertiesWhenCreated, fillProperties, getAclId, getAllowableActions, getAppliedPolicies, getChangeToken, getCreatedAt, getCreatedBy, getDescription, getIconFromResourceDir, getId, getModifiedAt, getModifiedBy, getName, getProperties, getRepositoryId, getSecondaryTypeIds, getTypeId, hasRendition, removePolicy, setAclId, setAppliedPolicies, setCreatedAt, setCreatedBy, setCustomProperties, setDescription, setId, setModifiedAt, setModifiedAtNow, setModifiedBy, setName, setProperties, setRepositoryId, setSystemBasePropertiesWhenCreatedDirect, setTypeId, testRenditionFilterForImage, updateSystemBasePropertiesWhenModifiedclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddAppliedPolicy, createSystemBasePropertiesWhenCreated, fillProperties, getAclId, getAllowableActions, getAppliedPolicies, getChangeToken, getCreatedAt, getCreatedBy, getDescription, getId, getModifiedAt, getModifiedBy, getName, getProperties, getRepositoryId, getSecondaryTypeIds, getTypeId, hasRendition, removePolicy, setCreatedAt, setCreatedBy, setCustomProperties, setDescription, setId, setModifiedAt, setModifiedAtNow, setModifiedBy, setName, setProperties, setRepositoryId, setTypeId, updateSystemBasePropertiesWhenModifiedpublic List<String> getParentIds()
FilinggetParentIds in interface Filingpublic boolean hasParent()
Filingpublic String getPathSegment()
FilinggetPathSegment in interface Filingpublic void addParentId(String parentId)
MultiFilingaddParentId in interface MultiFilingparentId - id of parent folder to be added.public void removeParentId(String parentId)
MultiFilingremoveParentId in interface MultiFilingparentId - id of parent folder to be removed.Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.