A B C D E F G H I J L M N O P R S T U V W X _

C

canWrite() - Method in interface org.xiruss.repository.api.StorageObject
Checks if the storage object can be written to (because it is not fixed and is not already open).
canWrite() - Method in class org.xiruss.repository.server.StorageObjectBase
 
canWrite() - Method in class org.xiruss.xirussrepository.client.StorageObjectProxy
 
CHARACTER_ENCODING - Static variable in class org.xiruss.xirussrepository.api.XirussRepositoryConst.ObjPropNames
The character encoding of text storage objects.
CharsetToolkit - Class in com.glaforge.i18n.io
Utility class to guess the encoding of a given byte array.
CharsetToolkit(byte[]) - Constructor for class com.glaforge.i18n.io.CharsetToolkit
Constructor of the com.glaforge.i18n.io.CharsetToolkit utility class.
CharsetToolkit(byte[], Charset) - Constructor for class com.glaforge.i18n.io.CharsetToolkit
Constructor of the com.glaforge.i18n.io.CharsetToolkit utility class.
charToHex(char) - Static method in class org.xiruss.util.DataUtil
 
checkIsNotFixed() - Method in class org.xiruss.repository.server.SnapshotBase
Throws an exception is the snapshot is fixed.
checkIsNotFixed() - Method in class org.xiruss.repository.server.VersionBase
 
checkIsNotFixed() - Method in class org.xiruss.snapcm.api.NullSnapshot
 
checkIsNotFixed() - Method in class org.xiruss.snapcm.api.NullVersion
 
checkIsNotFixed() - Method in interface org.xiruss.snapcm.api.Snapshot
Throws an exception is the snapshot is fixed.
checkIsNotFixed() - Method in interface org.xiruss.snapcm.api.Version
 
checkIsNotFixed() - Method in class org.xiruss.xirussrepository.client.SnapshotProxy
 
checkIsNotFixed() - Method in class org.xiruss.xirussrepository.client.VersionProxy
 
cHelper - Variable in class org.xiruss.xirussrepository.client.RepositoryObjectProxy
 
childMembers - Variable in class org.xiruss.repository.client.importers.BosMember
 
close() - Method in interface org.xiruss.repository.api.StorageObject
Closes the storage object if it has been opened for writing via getWriter();
close() - Method in interface org.xiruss.repository.api.StorageObjectData
Closes any open output streams.
close() - Method in class org.xiruss.repository.server.storagemanagement.FileStorageObjectData
 
close() - Method in class org.xiruss.repository.server.storagemanagement.InMemoryStorageObjectData
 
close() - Method in class org.xiruss.repository.server.storagemanagement.StorageObjectDataBase
 
close() - Method in class org.xiruss.repository.server.StorageObjectBase
 
close() - Method in class org.xiruss.xirussrepository.client.StorageObjectProxy
 
closeEmptyTag() - Method in class org.xiruss.util.XmlStringBuffer
 
closeOpenTag() - Method in class org.xiruss.util.XmlStringBuffer
 
closeOpenTags() - Method in class org.xiruss.util.XmlStringBuffer
 
closeStartTag() - Method in class org.xiruss.util.XmlStringBuffer
 
closeWriter() - Method in class org.xiruss.repository.server.StorageObjectBase
Subclasses must implement the appropriate close action for their implementation-specific writer.
collectTargetVersions(VersionMap, Snapshot, String) - Method in class org.xiruss.repository.server.VersionBase
 
collectTargetVersions(VersionMap, Snapshot, String) - Method in class org.xiruss.snapcm.api.NullVersion
 
collectTargetVersions(VersionMap, Snapshot, String) - Method in interface org.xiruss.snapcm.api.Version
Gets all the versions on which this version is dependent for a given dependency class.
collectTargetVersions(VersionMap, Snapshot, String) - Method in class org.xiruss.xirussrepository.client.VersionProxy
 
com.glaforge.i18n.io - package com.glaforge.i18n.io
Third-party code for determining the text encoding of files.
COM_INNODATA_XIRRUS_BOS_MIMETYPE2CLASSSMAP - Static variable in class org.xiruss.repository.client.importers.BosMemberFactory
 
COMMIT_SNAPSHOT - Static variable in class org.xiruss.xirussrepository.api.HttpApiUrlConstants
Commits a mutable snapshot to its branch
commitSnapshot(MutableSnapshot) - Method in class org.xiruss.repository.server.BranchBase
Add the snapshot to the branch, committing any created versions to the repository.
commitSnapshot(MutableSnapshot) - Method in interface org.xiruss.snapcm.api.Branch
Commits a mutable snapshot to the branch and returns the resulting immutable snapshot.
commitSnapshot(MutableSnapshot) - Method in class org.xiruss.snapcm.api.NullBranch
 
commitSnapshot(MutableSnapshot) - Method in class org.xiruss.xirussrepository.client.BranchProxy
 
commitSnapshot(String, String, String, String) - Method in class org.xiruss.xirussrepository.client.XirussHttpApiClientHelper
 
commitSnapshot(String, String, String) - Method in class org.xiruss.xirussrepository.client.XirussHttpApiClientHelper
 
compareTo(Object) - Method in class org.xiruss.repository.api.NullStorageManager
 
compareTo(Object) - Method in class org.xiruss.repository.server.RepositoryObjectBase
 
compareTo(Object) - Method in class org.xiruss.repository.server.VersionBase
 
compareTo(Object) - Method in class org.xiruss.snapcm.api.NullRepositoryObject
 
compareTo(Object) - Method in interface org.xiruss.snapcm.api.RepositoryObject
 
compareTo(Object) - Method in class org.xiruss.xirussrepository.client.RepositoryObjectProxy
 
CompoundDocument - Interface in org.xiruss.repository.api
A Version that is the root of a compound document.
CompoundDocumentBase - Class in org.xiruss.repository.server
A version that may represent a compound document defined through use-by-reference relationships to other versions.
CompoundDocumentBase() - Constructor for class org.xiruss.repository.server.CompoundDocumentBase
 
CompoundDocumentStorageObject - Class in org.xiruss.repository.server.reuse_support
Represents a storage object that is also the root of a compound document.
CompoundDocumentStorageObject() - Constructor for class org.xiruss.repository.server.reuse_support.CompoundDocumentStorageObject
 
CompoundDocumentStorageObjectProxy - Class in org.xiruss.xirussrepository.client
 
CompoundDocumentStorageObjectProxy() - Constructor for class org.xiruss.xirussrepository.client.CompoundDocumentStorageObjectProxy
 
CompoundDocumentStorageObjectProxy(XirussHttpApiClientHelper, Element) - Constructor for class org.xiruss.xirussrepository.client.CompoundDocumentStorageObjectProxy
 
CompoundDocumentStorageObjectVersionTest - Class in org.xiruss.repository.server.reuse_support
Tests the XirussHttpApiSClientHelper class by interacting with a running repository.
CompoundDocumentStorageObjectVersionTest(String) - Constructor for class org.xiruss.repository.server.reuse_support.CompoundDocumentStorageObjectVersionTest
 
CONNECT - Static variable in class org.xiruss.demos.simpleui.MainMenuBar
 
connectToRepository() - Method in class org.xiruss.demos.simpleui.SimpleXirussGui
 
constructBranchListResult(Repository) - Static method in class org.xiruss.xirussrepository.server.jetty.apiserver.BranchSetResource
 
constructBranchResourceResult(Branch) - Static method in class org.xiruss.xirussrepository.server.jetty.apiserver.BranchResource
 
constructCompoundDocumentBos(String, String, File, BoundedObjectSet, SourceToVersionMap) - Method in class org.xiruss.repository.client.importers.ImporterBase
Construct a new bounded object set.
constructDependencyLinkResource(DependencyLink) - Static method in class org.xiruss.xirussrepository.server.jetty.apiserver.DependencyLinkResource
 
constructDependencyListResult(Collection) - Static method in class org.xiruss.xirussrepository.server.jetty.apiserver.DependencyListResource
 
constructDependencyListResult(Map) - Static method in class org.xiruss.xirussrepository.server.jetty.apiserver.DependencyListResource
 
constructDependencyProxy(Element) - Method in class org.xiruss.xirussrepository.client.XirussRepositoryProxy
 
constructNewPolicy(HttpResponse) - Method in class org.xiruss.xirussrepository.server.jetty.apiserver.RepositoryResource
 
constructParameterListResult(Map) - Method in class org.xiruss.xirussrepository.server.jetty.apiserver.ParameterListResource
 
constructPingResourceResult(XirussRepository) - Static method in class org.xiruss.xirussrepository.server.jetty.apiserver.PingResource
 
constructPolicyListResult(Map, long, long) - Method in class org.xiruss.xirussrepository.server.jetty.apiserver.PolicyListResource
 
constructPropertyListContents(RepositoryObject) - Static method in class org.xiruss.xirussrepository.server.jetty.apiserver.PropertyListResource
 
constructProxy(Class, Element) - Method in class org.xiruss.xirussrepository.client.XirussRepositoryProxy
Factory method to construct a new repository object proxy based on the base class or interface type specified.
constructRepositoryObjectAttributes(RepositoryObject) - Static method in class org.xiruss.xirussrepository.server.jetty.apiserver.RepositoryObjectResource
 
constructRepositoryResourceResult(XirussRepository) - Method in class org.xiruss.xirussrepository.server.jetty.apiserver.RepositoryResource
 
constructResolutionPolicyProxy(Element) - Method in class org.xiruss.xirussrepository.client.XirussRepositoryProxy
 
constructResolutionPolicyResult(ResolutionPolicy, Snapshot) - Static method in class org.xiruss.xirussrepository.server.jetty.apiserver.ResolutionPolicyResource
 
constructResourceListResult(Snapshot, long, long) - Method in class org.xiruss.xirussrepository.server.jetty.apiserver.ResourceListResource
 
constructResourceResourceResult(Resource, Snapshot) - Method in class org.xiruss.xirussrepository.server.jetty.apiserver.ResourceResource
 
constructResourceResourceResultNoSnapshot(Resource) - Method in class org.xiruss.xirussrepository.server.jetty.apiserver.ResourceResource
 
constructSessionListResult(XirussRepository, long, long) - Method in class org.xiruss.xirussrepository.server.jetty.apiserver.SessionListResource
 
constructSessionResourceResult(Session) - Static method in class org.xiruss.xirussrepository.server.jetty.apiserver.SessionResource
 
constructSnapshotListResult(SnapshotMap, long, long) - Static method in class org.xiruss.xirussrepository.server.jetty.apiserver.SnapshotListResource
 
constructSnapshotListResult(Branch, long, long) - Static method in class org.xiruss.xirussrepository.server.jetty.apiserver.SnapshotListResource
 
constructSnapshotMap(PathString, Method) - Method in class org.xiruss.xirussrepository.client.XirussRepositoryProxy
 
constructSnapshotResourceResult(Snapshot) - Static method in class org.xiruss.xirussrepository.server.jetty.apiserver.SnapshotResource
 
constructStringReturnData(String) - Static method in class org.xiruss.xirussrepository.server.jetty.apiserver.StringResource
 
constructStringSetReturnData(Set) - Static method in class org.xiruss.xirussrepository.server.jetty.apiserver.StringSetResource
 
constructUserListResult(Repository, long, long) - Method in class org.xiruss.xirussrepository.server.jetty.apiserver.UserListResource
 
constructUserResourceResult(User) - Static method in class org.xiruss.xirussrepository.server.jetty.apiserver.UserResource
 
constructVersionByResourceMap(Repository, Element) - Method in class org.xiruss.xirussrepository.client.XirussHttpApiClientHelper
Takes a version_list element and uses it to populate a version-to-resource map
constructVersionIdList(VersionMap) - Static method in class org.xiruss.xirussrepository.server.jetty.apiserver.XirussHttpApiUrlVisitor
 
constructVersionListResult(Snapshot, VersionMap, long, long) - Method in class org.xiruss.xirussrepository.server.jetty.apiserver.VersionListResource
 
constructVersionProxy(Element) - Method in class org.xiruss.xirussrepository.client.XirussRepositoryProxy
 
constructVersionResourceResult(Version, Snapshot) - Static method in class org.xiruss.xirussrepository.server.jetty.apiserver.VersionResource
 
constructXPathForElement(Element) - Static method in class org.xiruss.util.AddressingUtil
Constructs an XPath to an element.
constructXPathForElement(Element, String) - Static method in class org.xiruss.util.AddressingUtil
 
containsKey(Resource) - Method in class org.xiruss.repository.common.VersionByResourceMapImpl
 
containsKey(Resource) - Method in class org.xiruss.snapcm.api.helpers.NullVersionByResourceMap
 
containsKey(Resource) - Method in interface org.xiruss.snapcm.api.helpers.VersionByResourceMap
 
containsKey(Resource) - Method in class org.xiruss.xirussrepository.client.VersionByResourceMapClient
 
CONTENT - Static variable in class org.xiruss.xirussrepository.api.HttpApiUrlConstants
 
CountResource - Class in org.xiruss.xirussrepository.server.jetty.apiserver
 
CountResource(Repository, HttpRequest, String, long) - Constructor for class org.xiruss.xirussrepository.server.jetty.apiserver.CountResource
 
CREATE_BRANCH - Static variable in class org.xiruss.xirussrepository.api.HttpApiUrlConstants
Creates a new branch
CREATE_DEPENDENCY - Static variable in class org.xiruss.xirussrepository.api.HttpApiUrlConstants
Sets a version-to-resource dependency in the context of a mutable snapshot.
CREATE_MUTABLE_SNAPSHOT - Static variable in class org.xiruss.xirussrepository.api.HttpApiUrlConstants
 
CREATE_RESOLUTION_POLICY - Static variable in class org.xiruss.xirussrepository.api.HttpApiUrlConstants
 
CREATE_RESOURCE - Static variable in class org.xiruss.xirussrepository.api.HttpApiUrlConstants
Creates a new resource in the repository.
CREATE_SNAPSHOT - Static variable in class org.xiruss.xirussrepository.api.HttpApiUrlConstants
Creates a new mutable snapshot
CREATE_USER - Static variable in class org.xiruss.xirussrepository.api.HttpApiUrlConstants
Creates a new repository user.
CREATE_VERSION - Static variable in class org.xiruss.xirussrepository.api.HttpApiUrlConstants
 
createBosMember(BoundedObjectSet, String, File, String) - Static method in class org.xiruss.repository.client.importers.BosMemberFactory
Constructs a new BOS Member instance based on the details of the member object.
createBosMember(BoundedObjectSet, String, Resource, String, Snapshot) - Static method in class org.xiruss.repository.client.importers.BosMemberFactory
 
createBosMember(Class, String, Resource, String) - Method in class org.xiruss.repository.client.importers.BoundedObjectSet
 
createBosOnSnapshot(BoundedObjectSet, Branch, MutableSnapshot) - Method in interface org.xiruss.repository.client.importers.Importer
Given a fully-populated bounded object set, create a new snapshot with versions for each BOS member.
createBosOnSnapshot(BoundedObjectSet, Branch, MutableSnapshot) - Method in class org.xiruss.repository.client.importers.ImporterBase
Given a fully-populated bounded object set, create a new snapshot with versions for each BOS member.
createBranch(String) - Method in class org.xiruss.repository.api.NullRepository
 
createBranch(String) - Method in interface org.xiruss.repository.api.Repository
Create a new branch and assign the specified branch name to it.
createBranch(String) - Method in class org.xiruss.repository.server.RepositoryBase
Create a new branch and assign the specified branch name to it.
createBranch(String) - Method in class org.xiruss.xirussrepository.client.XirussHttpApiClientHelper
 
createBranch(String, String) - Method in class org.xiruss.xirussrepository.client.XirussHttpApiClientHelper
 
createBranch(String) - Method in class org.xiruss.xirussrepository.client.XirussRepositoryProxy
 
createComponents() - Method in class org.xiruss.demos.simpleui.SimpleXirussGui
 
CREATED_VERSIONS - Static variable in class org.xiruss.xirussrepository.api.HttpApiUrlConstants
 
createDependency(String, Version, Resource, ResolutionPolicy) - Method in class org.xiruss.repository.api.NullRepository
 
createDependency(String, Version, Resource, String) - Method in class org.xiruss.repository.api.NullRepository
 
createDependency(String, Version, Resource, ResolutionPolicy, Object) - Method in class org.xiruss.repository.api.NullRepository
 
createDependency(String, Version, Resource, ResolutionPolicy) - Method in interface org.xiruss.repository.api.Repository
Create a new dependency between the specified Version and a target Resource, using the specified resolution policy.
createDependency(String, Version, Resource, String) - Method in interface org.xiruss.repository.api.Repository
Creates a new dependency link instance of the specified class and using the specified resolution policy class.
createDependency(String, Version, Resource, ResolutionPolicy, Object) - Method in interface org.xiruss.repository.api.Repository
Factory method for creating new dependency instances based on the dependency type value.
createDependency(String, Version, Resource, ResolutionPolicy) - Method in class org.xiruss.repository.server.RepositoryBase
 
createDependency(String, Version, Resource, String) - Method in class org.xiruss.repository.server.RepositoryBase
 
createDependency(String, Version, Resource, ResolutionPolicy, Object) - Method in class org.xiruss.repository.server.RepositoryBase
Factory method for creating new dependency instances based on the dependency type value.
createDependency(String, String, String, String, String, String, String) - Method in class org.xiruss.xirussrepository.client.XirussHttpApiClientHelper
 
createDependency(String, String, String, String, String) - Method in class org.xiruss.xirussrepository.client.XirussHttpApiClientHelper
 
createDependency(String, Version, Resource, ResolutionPolicy) - Method in class org.xiruss.xirussrepository.client.XirussRepositoryProxy
 
createDependency(String, Version, Resource, ResolutionPolicy, Object) - Method in class org.xiruss.xirussrepository.client.XirussRepositoryProxy
 
createDependency(String, Version, Resource, String) - Method in class org.xiruss.xirussrepository.client.XirussRepositoryProxy
 
createdVersions - Variable in class org.xiruss.repository.server.SnapshotBase
 
createMutableSnapshot(Branch) - Method in class org.xiruss.repository.api.NullRepository
 
createMutableSnapshot(Branch, String) - Method in class org.xiruss.repository.api.NullRepository
 
createMutableSnapshot(Branch) - Method in interface org.xiruss.repository.api.Repository
Creates a new mutable snapshot.
createMutableSnapshot(Branch, String) - Method in interface org.xiruss.repository.api.Repository
Creates a new mutable snapshot and names it.
createMutableSnapshot(Branch) - Method in class org.xiruss.repository.server.RepositoryBase
Creates a new mutable snapshot.
createMutableSnapshot(Branch, String) - Method in class org.xiruss.repository.server.RepositoryBase
Creates a new mutable snapshot.
createMutableSnapshot(Branch) - Method in class org.xiruss.xirussrepository.client.XirussHttpApiClientHelper
 
createMutableSnapshot(Branch, String) - Method in class org.xiruss.xirussrepository.client.XirussHttpApiClientHelper
 
createMutableSnapshot(Branch) - Method in class org.xiruss.xirussrepository.client.XirussRepositoryProxy
 
createMutableSnapshot(Branch, String) - Method in class org.xiruss.xirussrepository.client.XirussRepositoryProxy
 
createNewSnapshot(String, String, String) - Method in class org.xiruss.xirussrepository.client.XirussHttpApiClientHelper
 
createNewSnapshot(String, String) - Method in class org.xiruss.xirussrepository.client.XirussHttpApiClientHelper
 
createNewVersion(Snapshot, SourceToVersionMap) - Method in class org.xiruss.repository.client.importers.BosMember
Generic process for creating new versions from BOS members.
createNewVersion(File, String, Snapshot, Class, SourceToVersionMap) - Method in class org.xiruss.repository.client.importers.BosMember
This version of the method is intended to be called from superclasses that do preprocessing on the input BOS member file and therefore need to provide a new file for actual storage.
createNewVersion(Snapshot, SourceToVersionMap) - Method in class org.xiruss.repository.client.importers.xml.XmlBosMember
Rewrites all XInclude links to use within-repository URLs.
createNewVersion(File, String, Snapshot, SourceToVersionMap) - Method in class org.xiruss.repository.client.importers.xml.XmlBosMember
 
createNewVersion(Snapshot, SourceToVersionMap) - Method in class org.xiruss.repository.client.importers.xml.XmlRtdBosMember
Rewrites all XInclude links to use within-repository URLs.
createNewVersion(Snapshot, SourceToVersionMap) - Method in class org.xiruss.repository.client.importers.xml.XsdBosMember
Rewrites all XInclude links to use within-repository URLs.
createNewVersion(Snapshot, SourceToVersionMap) - Method in class org.xiruss.repository.client.importers.xml.XsltBosMember
Rewrites all XInclude links to use within-repository URLs.
createReferentTrackingDocument(File, String) - Static method in class org.xiruss.repository.client.importers.linkmanagement.RtdFactory
 
createResolutionPolicy(String) - Method in class org.xiruss.repository.api.NullRepository
 
createResolutionPolicy(String) - Method in interface org.xiruss.repository.api.Repository
 
createResolutionPolicy(String) - Method in class org.xiruss.repository.server.RepositoryBase
 
createResolutionPolicy(String) - Method in class org.xiruss.xirussrepository.client.XirussRepositoryProxy
 
createResource(String) - Method in class org.xiruss.repository.api.NullRepository
 
createResource(String) - Method in interface org.xiruss.repository.api.Repository
Creates a new resource instance with the specified name.
createResource(String) - Method in class org.xiruss.repository.server.RepositoryBase
Creates a new resource instance with the specified name.
createResource(String, String) - Method in class org.xiruss.xirussrepository.client.XirussHttpApiClientHelper
 
createResource(String) - Method in class org.xiruss.xirussrepository.client.XirussHttpApiClientHelper
 
createResource(String) - Method in class org.xiruss.xirussrepository.client.XirussRepositoryProxy
 
createSnapshot(Branch, MutableSnapshot, Date) - Method in class org.xiruss.repository.api.NullRepository
 
createSnapshot(Branch, MutableSnapshot, Date) - Method in interface org.xiruss.repository.api.Repository
Create a new immutable snapshot from an existing mutable snapshot.
createSnapshot(Branch, MutableSnapshot, Date) - Method in class org.xiruss.repository.server.RepositoryBase
Creates a new mutable snapshot.
createSnapshot(Branch, MutableSnapshot, Date) - Method in class org.xiruss.xirussrepository.client.XirussRepositoryProxy
 
createUser(String) - Method in class org.xiruss.repository.server.RepositoryBase
Creates a new user object.
createUser(String) - Method in interface org.xiruss.xirussrepository.api.XirussRepository
 
createUser(String, String) - Method in class org.xiruss.xirussrepository.client.XirussHttpApiClientHelper
 
createUser(String) - Method in class org.xiruss.xirussrepository.client.XirussHttpApiClientHelper
 
createUser(String) - Method in class org.xiruss.xirussrepository.client.XirussRepositoryProxy
 
createVersion(String, Resource, Class) - Method in class org.xiruss.repository.api.NullRepository
 
createVersion(String, Resource, Class) - Method in interface org.xiruss.repository.api.Repository
Creates a new version instance of the specified class.
createVersion(String, Resource, Class) - Method in class org.xiruss.repository.server.RepositoryBase
Creates a new version instance of the specified class.
createVersion(String, Resource, Class) - Method in class org.xiruss.xirussrepository.client.XirussRepositoryProxy
 
CREATING_USER - Static variable in class org.xiruss.xirussrepository.api.XirussRepositoryConst.ObjPropNames
 
CREATION_DATE - Static variable in class org.xiruss.xirussrepository.api.XirussRepositoryConst.ObjPropNames
 
creationTime - Variable in class org.xiruss.repository.server.SnapshotBase
 

A B C D E F G H I J L M N O P R S T U V W X _