public class AtomLinkInfoProvider extends Object
| Constructor and Description |
|---|
AtomLinkInfoProvider(StoreManager storeManager) |
| Modifier and Type | Method and Description |
|---|---|
void |
fillInformationForAtomLinks(String repositoryId,
StoredObject so,
ObjectData od,
ObjectInfoImpl objInfo)
FillObjectInfoHolder object with required information needed for Atom
binding for a single object.
|
void |
fillInformationForAtomLinks(String repositoryId,
StoredObject so,
ObjectInfoImpl objectInfo)
FillObjectInfoHolder object with required information needed for Atom
binding for a single object.
|
void |
fillInformationForAtomLinks(String repositoryId,
String objectId,
ObjectInfoHandler objectInfos,
List<ObjectInFolderContainer> oifcList)
FillObjectInfoHolder object with required information needed for Atom
binding for a list with ObjectInFolderContainers.
|
void |
fillInformationForAtomLinks(String repositoryId,
String objectId,
ObjectInfoHandler objectInfos,
ObjectInFolderList objList)
FillObjectInfoHolder object with required information needed for Atom
binding after a getChildren() call in navigation service.
|
void |
fillInformationForAtomLinks(String repositoryId,
String objectId,
ObjectInfoHandler objectInfos,
ObjectList objList)
FillObjectInfoHolder object with required information needed for Atom
binding for an object list.
|
void |
fillInformationForAtomLinks(String repositoryId,
String objectId,
ObjectInfoImpl objectInfo)
FillObjectInfoHolder object with required information needed for Atom
binding for a single object.
|
void |
fillInformationForAtomLinksGetParents(String repositoryId,
String objectId,
ObjectInfoHandler objectInfos,
List<ObjectParentData> objParents)
FillObjectInfoHolder object with required information needed for Atom
binding for a list with ObjectParentData objects.
|
public AtomLinkInfoProvider(StoreManager storeManager)
public void fillInformationForAtomLinks(String repositoryId, StoredObject so, ObjectData od, ObjectInfoImpl objInfo)
repositoryId - id of repositoryso - object to retrieve information forod - object dataobjInfo - Holder to fill with informationpublic void fillInformationForAtomLinks(String repositoryId, StoredObject so, ObjectInfoImpl objectInfo)
repositoryId - id of repositoryso - object to retrieve information forobjectInfo - Holder to fill with informationpublic void fillInformationForAtomLinks(String repositoryId, String objectId, ObjectInfoImpl objectInfo)
repositoryId - id of repositoryobjectId - object to retrieve information forobjectInfo - Holder to fill with informationpublic void fillInformationForAtomLinks(String repositoryId, String objectId, ObjectInfoHandler objectInfos, ObjectInFolderList objList)
repositoryId - id of repositoryobjectId - object to retrieve information forobjectInfos - Holder to fill with informationobjList - result of getChildren callpublic void fillInformationForAtomLinks(String repositoryId, String objectId, ObjectInfoHandler objectInfos, ObjectList objList)
repositoryId - id of repositoryobjectId - object to retrieve information forobjectInfos - Holder to fill with informationobjList - result of getChildren callpublic void fillInformationForAtomLinks(String repositoryId, String objectId, ObjectInfoHandler objectInfos, List<ObjectInFolderContainer> oifcList)
repositoryId - id of repositoryobjectId - object to retrieve information forobjectInfos - Holder to fill with informationoifcList - result of getDescendants callpublic void fillInformationForAtomLinksGetParents(String repositoryId, String objectId, ObjectInfoHandler objectInfos, List<ObjectParentData> objParents)
repositoryId - id of repositoryobjectId - object to retrieve information forobjectInfos - Holder to fill with informationobjParents - result of getObjectParents callCopyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.