|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.wso2.registry.ResourceImpl
org.wso2.registry.CollectionImpl
org.wso2.registry.CollectionVersionImpl
public class CollectionVersionImpl
Field Summary |
---|
Fields inherited from class org.wso2.registry.CollectionImpl |
---|
childCount |
Fields inherited from class org.wso2.registry.ResourceImpl |
---|
authorUserName, content, contentModified, createdTime, dataSource, dbBasedContentID, description, directory, fileBasedContentID, id, lastModified, lastUpdaterUserName, matchingSnapshotID, mediaType, parentPath, path, permanentPath, properties, propertiesModified, resourceDAO, snapshotID, state, versionableChange, versionNumber |
Fields inherited from interface org.wso2.registry.Collection |
---|
ALLOW_ALL, ALLOW_SELECTED, DENY_SELECTED |
Constructor Summary | |
---|---|
CollectionVersionImpl()
|
Method Summary | |
---|---|
int |
getChildCount()
|
java.lang.String[] |
getChildren()
|
java.lang.String[] |
getChildren(int start,
int pageLen)
|
java.lang.Object |
getContent()
Collection's content is a string array, which contains paths of its children. |
Methods inherited from class org.wso2.registry.CollectionImpl |
---|
getChildResources, setChildCount, setContent |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.wso2.registry.Resource |
---|
addAspect, addProperty, discard, editPropertyValue, getAspects, getAuthorUserName, getContentStream, getCreatedTime, getDescription, getId, getLastModified, getLastUpdaterUserName, getMediaType, getParentPath, getPath, getPermanentPath, getProperties, getProperty, getPropertyValues, getState, removeAspect, removeProperty, removePropertyValue, setContentStream, setDescription, setMediaType, setProperties, setProperty, setProperty |
Constructor Detail |
---|
public CollectionVersionImpl()
Method Detail |
---|
public java.lang.String[] getChildren() throws RegistryException
getChildren
in interface Collection
getChildren
in class CollectionImpl
RegistryException
public java.lang.String[] getChildren(int start, int pageLen) throws RegistryException
getChildren
in interface Collection
getChildren
in class CollectionImpl
RegistryException
public int getChildCount() throws RegistryException
getChildCount
in interface Collection
getChildCount
in class CollectionImpl
RegistryException
public java.lang.Object getContent() throws RegistryException
getContent
in interface Resource
getContent
in class CollectionImpl
RegistryException
- On any error.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |