|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IContainer
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface com.crystaldecisions.sdk.occa.infostore.IInfoObject |
|---|
IInfoObject.CommitLevel, IInfoObject.Delta, IInfoObject.LocaleOption, IInfoObject.LockStatus, IInfoObject.PropertySet |
| Method Summary | |
|---|---|
IInfoObject |
add(java.lang.String kind)
Adds an object into the collection |
IInfoObjects |
getChildren()
Returns all the objects in this container. |
IInfoObjects |
getChildren(int propertySet,
SearchPattern searchPattern,
SortType sortType)
Returns the objects in this container. |
IInfoObjects |
getContents()
Returns all the objects that are not containers |
IInfoObjects |
getContents(int propertySet,
SearchPattern searchPattern,
SortType sortType)
Returns the objects that are not containers. |
| Methods inherited from interface com.crystaldecisions.sdk.occa.infostore.IInfoObject |
|---|
applyDelta, applyDelta, clearTenantID, deleteNow, getCommitLevel, getCUID, getDelta, getDelta, getDescription, getDescription, getDescription, getDescriptionLocales, getFileLocales, getFiles, getFiles, getGUID, getID, getKeyword, getKind, getLockInfo, getOwner, getOwnerID, getParent, getParent, getParentCUID, getParentID, getProcessingInfo, getProgID, getRUID, getSchedulingInfo, getSecurityInfo, getSecurityInfo2, getSourceFiles, getSpecificKind, getSpecificProgID, getTenantID, getTitle, getTitle, getTitle, getTitleLocales, getUpdateTimeStamp, isDirty, isInstance, isLockHeld, isMarkedAsRead, isReadOnly, properties, propertyIDs, releaseLock, removeFiles, removeSourceFiles, retrievePropertySet, save, setCommitLevel, setDescription, setKeyword, setMarkedAsRead, setParentID, setTenantID, setTitle, unlockNow |
| Method Detail |
|---|
IInfoObjects getChildren()
throws SDKException
Returns all the objects in this container.
IInfoObjects in the container.
SDKException - This exception is thrown if the objects cannot be retrieved.
IInfoObjects getChildren(int propertySet,
SearchPattern searchPattern,
SortType sortType)
throws SDKException
Returns the objects in this container.
propertySet - The IInfoObject.propertySet to get from the repository.searchPattern - The SearchPattern to use to find an object.sortType - The SortType to sort the list of objects retrieved from the repository.
IInfoObjects collection.
SDKException
IInfoObjects getContents()
throws SDKException
Returns all the objects that are not containers
IInfoObjects in the container.
SDKException - This exception is thrown if the objects cannot be retrieved.
IInfoObjects getContents(int propertySet,
SearchPattern searchPattern,
SortType sortType)
throws SDKException
Returns the objects that are not containers.
propertySet - The IInfoObject.propertySet to get from the repository.searchPattern - The SearchPattern to use to find an object.sortType - The SortType to sort the list of objects retrieved from the repository.
IInfoObjects collection.
SDKException
IInfoObject add(java.lang.String kind)
throws SDKException
Adds an object into the collection
kind - The kind of the object you want to add
IInfoObject.
SDKException - This exception is thrown if the process is unsuccessful.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||