|
||||||||||
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
public class CollectionImpl
Field Summary |
---|
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, state, versionableChange, versionNumber |
Constructor Summary | |
---|---|
CollectionImpl()
|
|
CollectionImpl(java.lang.String[] paths)
|
Method Summary | |
---|---|
int |
getChildCount()
|
java.lang.String[] |
getChildren()
|
java.lang.String[] |
getChildren(int start,
int pageLen)
|
java.util.List<Resource> |
getChildResources()
|
void |
setChildCount(int count)
|
void |
setContent(java.lang.Object content)
|
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, getAspects, getAuthorUserName, getContent, getContentStream, getCreatedTime, getDescription, getId, getLastModified, getLastUpdaterUserName, getMediaType, getParentPath, getPath, getPermanentPath, getProperties, getProperty, getPropertyValues, getState, removeAspect, setContentStream, setDescription, setMediaType, setProperties, setProperty, setProperty |
Constructor Detail |
---|
public CollectionImpl()
public CollectionImpl(java.lang.String[] paths)
Method Detail |
---|
public void setContent(java.lang.Object content)
setContent
in interface Resource
setContent
in class ResourceImpl
public java.lang.String[] getChildren()
getChildren
in interface Collection
public java.lang.String[] getChildren(int start, int pageLen)
getChildren
in interface Collection
public java.util.List<Resource> getChildResources()
public int getChildCount()
getChildCount
in interface Collection
public void setChildCount(int count)
setChildCount
in interface Collection
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |