org.wso2.registry
Interface Collection

All Superinterfaces:
Resource
All Known Implementing Classes:
CollectionImpl, CollectionVersionImpl

public interface Collection
extends Resource


Field Summary
static java.lang.String ALLOW_ALL
           
static java.lang.String ALLOW_SELECTED
           
static java.lang.String DENY_SELECTED
           
 
Method Summary
 int getChildCount()
           
 java.lang.String[] getChildren()
           
 java.lang.String[] getChildren(int start, int pageLen)
           
 void setChildCount(int count)
           
 
Methods inherited from interface org.wso2.registry.Resource
addAspect, addProperty, discard, editPropertyValue, getAspects, getAuthorUserName, getContent, getContentStream, getCreatedTime, getDescription, getId, getLastModified, getLastUpdaterUserName, getMediaType, getParentPath, getPath, getPermanentPath, getProperties, getProperty, getPropertyValues, getState, removeAspect, removeProperty, removePropertyValue, setContent, setContentStream, setDescription, setMediaType, setProperties, setProperty, setProperty
 

Field Detail

ALLOW_ALL

static final java.lang.String ALLOW_ALL
See Also:
Constant Field Values

ALLOW_SELECTED

static final java.lang.String ALLOW_SELECTED
See Also:
Constant Field Values

DENY_SELECTED

static final java.lang.String DENY_SELECTED
See Also:
Constant Field Values
Method Detail

getChildren

java.lang.String[] getChildren()
                               throws RegistryException
Throws:
RegistryException

getChildren

java.lang.String[] getChildren(int start,
                               int pageLen)
                               throws RegistryException
Throws:
RegistryException

getChildCount

int getChildCount()
                  throws RegistryException
Throws:
RegistryException

setChildCount

void setChildCount(int count)


Copyright © 2007 Apache Web Services Project. All Rights Reserved.