|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ICollectorVersioning
Interface of collect and version of a composite object. For example the Service which collects all its related objects (such as Operations ...)
Method Summary | |
---|---|
void |
createVersion(java.util.Collection<javax.xml.registry.infomodel.RegistryObject> newObjects,
VersionCopyMode copyMode)
Create versions of all related objects. |
java.util.Collection<javax.xml.registry.infomodel.RegistryObject> |
getPurgeTopObjects()
Get the top object(s) of the object to be purged. |
java.util.Collection<javax.xml.registry.infomodel.Key> |
purge(int keepCount)
Purge objects of all related objects. |
Method Detail |
---|
void createVersion(java.util.Collection<javax.xml.registry.infomodel.RegistryObject> newObjects, VersionCopyMode copyMode) throws javax.xml.registry.JAXRException, VersionException
newObjects
- list of new duplicates objectscopyMode
- the copy mode
javax.xml.registry.JAXRException
VersionException
java.util.Collection<javax.xml.registry.infomodel.Key> purge(int keepCount) throws javax.xml.registry.JAXRException
keepCount
- the keep count of the purge
javax.xml.registry.JAXRException
java.util.Collection<javax.xml.registry.infomodel.RegistryObject> getPurgeTopObjects() throws javax.xml.registry.JAXRException
javax.xml.registry.JAXRException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |