|
||||||||||
| 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, contentID, contentModified, contentStream, createdTime, dataSource, description, directory, id, lastModified, lastUpdaterUserName, matchingSnapshotID, mediaType, parentPath, path, permanentPath, properties, propertiesModified, resourceDAO, snapshotID, state, versionableChange, versionNumber |
| 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, 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 CollectiongetChildren in class CollectionImplRegistryException
public java.lang.String[] getChildren(int start,
int pageLen)
throws RegistryException
getChildren in interface CollectiongetChildren in class CollectionImplRegistryException
public int getChildCount()
throws RegistryException
getChildCount in interface CollectiongetChildCount in class CollectionImplRegistryException
public java.lang.Object getContent()
throws RegistryException
getContent in interface ResourcegetContent in class CollectionImplRegistryException - On any error.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||