|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.chemistry.opencmis.inmemory.server.AtomLinkInfoProvider
public class AtomLinkInfoProvider
For the Atom binding more information might be required than the result of a service call provides (mainly to fill all the links). This class fills the objectInfoHolder that was introduced for this purpose
Constructor Summary | |
---|---|
AtomLinkInfoProvider(StoreManager storeManager)
|
Method Summary | |
---|---|
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)
|
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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AtomLinkInfoProvider(StoreManager storeManager)
Method Detail |
---|
public void fillInformationForAtomLinks(String repositoryId, StoredObject so, ObjectData od, ObjectInfoImpl objInfo)
repositoryId
- id of repositoryobjectId
- object to retrieve information forobjectInfos
- Holder to fill with informationpublic void fillInformationForAtomLinks(String repositoryId, StoredObject so, ObjectInfoImpl objectInfo)
public void fillInformationForAtomLinks(String repositoryId, String objectId, ObjectInfoImpl objectInfo)
repositoryId
- id of repositoryobjectId
- object to retrieve information forobjectInfos
- 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 call
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |