|
||||||||||
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 |
---|
content, dependencies, dependents, properties |
Constructor Summary | |
---|---|
CollectionImpl()
|
|
CollectionImpl(java.lang.String[] paths)
|
Method Summary | |
---|---|
java.lang.String[] |
getChildren()
|
java.lang.String[] |
getChildren(int start,
int pageLen)
|
java.util.List<Resource> |
getChildResources()
|
boolean |
isDirectory()
|
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 |
---|
addDependency, addDependent, getAuthorUserName, getContent, getContentStream, getCreatedTime, getDependencies, getDependents, getDescription, getLastModified, getLastUpdaterUserName, getMediaType, getParentPath, getPath, getProperties, getProperty, getState, setContentStream, setDependencies, setDependents, setDescription, setMediaType, setProperties, 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 boolean isDirectory()
isDirectory
in class ResourceImpl
public java.util.List<Resource> getChildResources()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |