public class ParentAssocsInfo extends Object implements Serializable
Modifier and Type | Method and Description |
---|---|
ParentAssocsInfo |
addAssoc(Long assocId,
ChildAssocEntity parentAssoc) |
ParentAssocsInfo |
changeIsRoot(boolean isRoot) |
ParentAssocsInfo |
changeIsStoreRoot(boolean isStoreRoot) |
Map<Long,ChildAssocEntity> |
getParentAssocs() |
ChildAssocEntity |
getPrimaryParentAssoc() |
boolean |
isRoot() |
boolean |
isStoreRoot() |
ParentAssocsInfo |
removeAssoc(Long assocId) |
String |
toString() |
public boolean isRoot()
public boolean isStoreRoot()
public Map<Long,ChildAssocEntity> getParentAssocs()
public ChildAssocEntity getPrimaryParentAssoc()
public ParentAssocsInfo changeIsRoot(boolean isRoot)
public ParentAssocsInfo changeIsStoreRoot(boolean isStoreRoot)
public ParentAssocsInfo addAssoc(Long assocId, ChildAssocEntity parentAssoc)
public ParentAssocsInfo removeAssoc(Long assocId)
Copyright © 2005–2017 Alfresco Software. All rights reserved.