org.xiruss.xirussrepository.client
Class OrganizerProxy

java.lang.Object
  extended by org.xiruss.xirussrepository.client.RepositoryObjectProxy
      extended by org.xiruss.xirussrepository.client.VersionProxy
          extended by org.xiruss.xirussrepository.client.OrganizerProxy
All Implemented Interfaces:
Organizer, RepositoryObject, Version

public class OrganizerProxy
extends VersionProxy
implements Organizer


Field Summary
 
Fields inherited from class org.xiruss.xirussrepository.client.RepositoryObjectProxy
cHelper, logger, objectTypeCode, pathToMe
 
Constructor Summary
OrganizerProxy()
           
OrganizerProxy(XirussHttpApiClientHelper helper, org.w3c.dom.Element dataSource)
           
 
Method Summary
 ResourceMap getOrganizedResources()
          Returns all targets of OrganizedBy dependencies
 
Methods inherited from class org.xiruss.xirussrepository.client.VersionProxy
addDependency, addNextVersion, addPreviousVersion, checkIsNotFixed, collectTargetVersions, dependsOn, dependsOn, getDependencies, getDependenciesByType, getNext, getPathInSnapshotContext, getPrevious, getResource, getVersionMapValue, initialize, initialize, initialize, isFixed, loadVersionData, setAsFixed, setPrevious
 
Methods inherited from class org.xiruss.xirussrepository.client.RepositoryObjectProxy
accept, compareTo, doPost, doStringReturnPost, equals, getBooleanValue, getId, getName, getOriginalClassName, getPathToMe, getProperties, getProperty, getPropertyNames, getRepository, getStringReturnValue, getStringSetReturnValue, getType, hasProperty, initialize, isNull, loadRepositoryObjectData, setId, setName, setProperty, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.xiruss.snapcm.api.Version
addDependency, addNextVersion, addPreviousVersion, checkIsNotFixed, collectTargetVersions, dependsOn, dependsOn, getDependencies, getDependenciesByType, getNext, getPrevious, getResource, initialize, initialize, isFixed, setAsFixed, setPrevious
 
Methods inherited from interface org.xiruss.snapcm.api.RepositoryObject
accept, compareTo, getId, getName, getProperties, getProperty, getPropertyNames, getRepository, getType, hasProperty, initialize, isNull, setId, setName, setProperty, toString
 

Constructor Detail

OrganizerProxy

public OrganizerProxy(XirussHttpApiClientHelper helper,
                      org.w3c.dom.Element dataSource)
               throws XirussRepositoryException
Throws:
XirussRepositoryException

OrganizerProxy

public OrganizerProxy()
Method Detail

getOrganizedResources

public ResourceMap getOrganizedResources()
Description copied from interface: Organizer
Returns all targets of OrganizedBy dependencies

Specified by:
getOrganizedResources in interface Organizer
Returns: