|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface FolderAccessor
Persistent folder state accessor.
Method Summary | |
---|---|
void |
doBind(java.lang.String bindingName,
Resource boundResource,
boolean overwrite)
Add a binding. |
java.util.List |
doLocateByHistoryReport(java.util.List versionHistoryList,
PropertyNameList wantedPropertyList)
Return a list of ControllableResource objects
that identify the controllable resources that are members of
this ControllableFolder and whose versionHistory property identifies
a member of the versionHistoryList parameter. |
java.util.Iterator |
doReadMemberList(PropertyNameList wantedPropertyList,
boolean deep)
Return a list of proxies containing the requested set of properties, where the list contains the folder itself and other members of that folder. |
void |
doRebind(java.lang.String bindingName,
Resource boundResource,
boolean overwrite)
Remove a binding and add a binding. |
void |
doUnbind(java.lang.String bindingName)
Remove a binding. |
Methods inherited from interface org.apache.wvcm.store.ResourceAccessor |
---|
doCheckExists, doCopy, doDelete, doLock, doMove, doReadAccessControlList, doReadContent, doReadProperties, doSearch, doUnlock, doWriteAccessControlList, doWriteContent, doWriteProperties, resource |
Methods inherited from interface org.apache.wvcm.store.Accessor |
---|
serverWorkspaceFolderList |
Method Detail |
---|
java.util.Iterator doReadMemberList(PropertyNameList wantedPropertyList, boolean deep) throws WvcmException
wantedPropertyList
- the requested set of propertiesdeep
- if true, the result contains a proxy for every member
of the folder associated to this accessor; otherwise,
the result contains only proxies for the bound members
of the folder.
WvcmException
void doBind(java.lang.String bindingName, Resource boundResource, boolean overwrite) throws WvcmException
bindingName
- a StringboundResource
- a Resourceoverwrite
- a boolean
WvcmException
void doRebind(java.lang.String bindingName, Resource boundResource, boolean overwrite) throws WvcmException
bindingName
- a StringboundResource
- a Resourceoverwrite
- a boolean
WvcmException
void doUnbind(java.lang.String bindingName) throws WvcmException
bindingName
- a String
WvcmException
java.util.List doLocateByHistoryReport(java.util.List versionHistoryList, PropertyNameList wantedPropertyList) throws WvcmException
ControllableResource
objects
that identify the controllable resources that are members of
this ControllableFolder
and whose versionHistory property identifies
a member of the versionHistoryList
parameter.
versionHistoryList
- A list of VersionHistory
objects that
are being located.wantedPropertyList
- The properties to be retrieved for the
returned version-controlled resources.
WvcmException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |