Skip navigation links
A B C D E F G H I J K L M N O P Q R S T U V 

A

AbstractManager<T extends RegistryBean> - Class in com.softwareag.centrasite.appl.framework.managers
Abstract base class for deriving managers.
AbstractManager() - Constructor for class com.softwareag.centrasite.appl.framework.managers.AbstractManager
 
AbstractSlotHandler - Class in com.softwareag.centrasite.appl.framework.persistence.mapper.slots
Abstract base class for slot handlers.
AbstractSlotHandler() - Constructor for class com.softwareag.centrasite.appl.framework.persistence.mapper.slots.AbstractSlotHandler
 
activable(LCModelState) - Method in class com.softwareag.centrasite.appl.framework.lcm.impl.LCModelImpl
 
activable(LCModelState) - Method in interface com.softwareag.centrasite.appl.framework.lcm.LCModel
Checks whether this LC Model can be activated.
add(CSAppConceptRefInfo) - Method in class com.softwareag.centrasite.appl.framework.parser.CSAppConceptCollectionRefInfo
Adds a new child concept.
add(CSAppTaxonomyRefInfo) - Method in class com.softwareag.centrasite.appl.framework.parser.FixedRegistryObjectCollection
Adds a new instance of CSAppTaxonomyRefInfo to the collection.
add(CSAppObjectTypeRefInfo) - Method in class com.softwareag.centrasite.appl.framework.parser.FixedRegistryObjectCollection
Adds a new instance of CSAppObjectTypeRefInfo to the collection.
add(CSAppAssociationTypeRefInfo) - Method in class com.softwareag.centrasite.appl.framework.parser.FixedRegistryObjectCollection
Adds a new instance of CSAppAssociationTypeRefInfo to the collection.
add(E) - Method in class com.softwareag.centrasite.appl.framework.persistence.impl.CSAFArrayList
 
add(int, E) - Method in class com.softwareag.centrasite.appl.framework.persistence.impl.CSAFArrayList
 
add(E) - Method in class com.softwareag.centrasite.appl.framework.persistence.impl.CSAFHashSet
 
addAll(Collection<? extends E>) - Method in class com.softwareag.centrasite.appl.framework.persistence.impl.CSAFArrayList
 
addAll(int, Collection<? extends E>) - Method in class com.softwareag.centrasite.appl.framework.persistence.impl.CSAFArrayList
 
addAll(Collection<? extends E>) - Method in class com.softwareag.centrasite.appl.framework.persistence.impl.CSAFHashSet
 
addAnnnotationProcessor(Class<?>, PropertyAnnotationProcessor) - Method in class com.softwareag.centrasite.appl.framework.BeanTypeAnnotationProcessor
Adds a PropertyAnnotationProcessor instance to the default processors.
addAttribute(AttributeDescription) - Method in class com.softwareag.centrasite.appl.framework.types.impl.ProfileImpl
Adds an attribute to the given profile.
addAttribute(AttributeDescription) - Method in class com.softwareag.centrasite.appl.framework.types.impl.TypeDescriptionImpl
Adds the given attribute metadata to the given object type.
addAttribute(AttributeDescription) - Method in interface com.softwareag.centrasite.appl.framework.types.Profile
Adds an attribute to the given profile.
addAttribute(AttributeDescription) - Method in interface com.softwareag.centrasite.appl.framework.types.TypeDescription
Adds the given attribute metadata to the given object type.
addBeanFactoryListener(BeanFactoryListener) - Method in interface com.softwareag.centrasite.appl.framework.persistence.BeanFactory
Adds a listener to the Bean Factory.
addBeanFactoryListener(BeanFactoryListener) - Method in class com.softwareag.centrasite.appl.framework.persistence.impl.BaseBeanFactory
Adds a listener to the Bean Factory.
addBeanType(Class<? extends RegistryBean>) - Method in class com.softwareag.centrasite.appl.framework.Configuration
Adds the given bean type to the configuration.
addBeanType(Class<?>, BeanType) - Method in class com.softwareag.centrasite.appl.framework.mapping.RegistryObjectModel
Adds a bean type meta information for the given persistent class.
addEnabledTypes(Collection<String>) - Method in class com.softwareag.centrasite.appl.framework.lcm.impl.LCModelImpl
 
addEnabledTypes(Collection<String>, boolean) - Method in class com.softwareag.centrasite.appl.framework.lcm.impl.LCModelImpl
 
addEnabledTypes(Collection<String>) - Method in interface com.softwareag.centrasite.appl.framework.lcm.LCModel
Enables the registry types for the given UDDI keys for LCM with this LCModel.
addEnabledTypes(Collection<String>, boolean) - Method in interface com.softwareag.centrasite.appl.framework.lcm.LCModel
Enables the registry types for the given UDDI keys for LCM with this LCModel and enables this LCModel as LCM for LCModels if the enableAsLCMforLCM is specified true.
addHandler(Class<? extends Property>, PropertyMapperFactory.Handler) - Method in class com.softwareag.centrasite.appl.framework.persistence.mapper.PropertyMapperFactory
Adds a new handler, which is responsible for the given annotation class.
addLocalizedString(LocalizedString) - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.InternationalStringImpl
 
addLocalizedString(LocalizedString) - Method in interface com.softwareag.centrasite.appl.framework.beans.standard.InternationalString
Adds a LocalizedString to this object.
addLocalizedStrings(Collection<LocalizedString>) - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.InternationalStringImpl
 
addLocalizedStrings(Collection<LocalizedString>) - Method in interface com.softwareag.centrasite.appl.framework.beans.standard.InternationalString
Adds many LocalizedStrings to this object.
addMandatoryProfiles() - Method in class com.softwareag.centrasite.appl.framework.types.impl.TypeDescriptionImpl
 
addMandatoryProfiles() - Method in interface com.softwareag.centrasite.appl.framework.types.TypeDescription
Adds the mandatory for the CentraSite UI profiles to this type.
addNextStates(Collection<LCState>) - Method in class com.softwareag.centrasite.appl.framework.lcm.impl.LCStateImpl
 
addNextStates(Collection<LCState>) - Method in interface com.softwareag.centrasite.appl.framework.lcm.LCState
Adds the given collection of states as next states to this LCState.
addOrder(Order) - Method in class com.softwareag.centrasite.appl.framework.persistence.search.impl.SearchImpl
 
addOrder(Order) - Method in interface com.softwareag.centrasite.appl.framework.persistence.search.Search
Add an ordering to the result.
addOrRemoveProperty(Object, Method, Object) - Static method in class com.softwareag.centrasite.appl.framework.util.Reflection
Method for adding or removing a property of a bean.
addPersistenceListener(PersistenceEventListener) - Method in interface com.softwareag.centrasite.appl.framework.persistence.BeanPool
Method for adding a PersistenceEventListener to listen on events for this BeanPool.
addPersistenceListener(PersistenceEventListener) - Method in class com.softwareag.centrasite.appl.framework.persistence.impl.BeanPoolImpl
 
addPredicate(Predicate) - Method in class com.softwareag.centrasite.appl.framework.persistence.search.impl.CombinedPredicate
Adds a predicate to the list of predicates.
addPredicate(Predicate) - Method in class com.softwareag.centrasite.appl.framework.persistence.search.impl.SearchImpl
 
addPredicate(Predicate) - Method in interface com.softwareag.centrasite.appl.framework.persistence.search.Search
Adds the given predicate to constrain the results to be retrieved.
addPredicateHandler(PredicateHandler) - Method in class com.softwareag.centrasite.appl.framework.persistence.search.impl.PredicateFactory
Adds the given predicate handler to the list of handlers.
addProfile(Profile) - Method in class com.softwareag.centrasite.appl.framework.types.impl.TypeDescriptionImpl
Adds the given profile to the object type.
addProfile(Profile) - Method in interface com.softwareag.centrasite.appl.framework.types.TypeDescription
Adds the given profile to the object type.
addPrologExtension(String) - Method in class com.softwareag.centrasite.appl.framework.persistence.search.SearchQuery
Adds a prologExtension to a String of prolog extensions.
addProperty(Property) - Method in class com.softwareag.centrasite.appl.framework.mapping.BeanType
Adds the given Property to the list of properties for this bean type.
addRelation(RelationInfo) - Method in class com.softwareag.centrasite.appl.framework.persistence.impl.BeanPoolImpl
Registers relation to the given bean.
addRelation(RelationInfo) - Method in interface com.softwareag.centrasite.appl.framework.persistence.ManagedBeanPool
Registers relation to the given bean.
addSlot(RegistryObject, String, Collection<String>) - Method in class com.softwareag.centrasite.appl.framework.persistence.RegistryAccessor
Adds new slot value.
addStates(Collection<LCState>) - Method in class com.softwareag.centrasite.appl.framework.lcm.impl.LCModelImpl
 
addStates(Collection<LCState>) - Method in interface com.softwareag.centrasite.appl.framework.lcm.LCModel
Adds the given states to this LCModel.
addVersionObjectListener(VersionObjectListener) - Method in class com.softwareag.centrasite.appl.framework.persistence.versioning.impl.VersionManagerImpl
 
addVersionObjectListener(VersionObjectListener) - Method in interface com.softwareag.centrasite.appl.framework.persistence.versioning.VersionManager
Add a object listener.
and(Predicate, Predicate) - Static method in class com.softwareag.centrasite.appl.framework.persistence.search.Predicates
Create a predicate which is logical conjunctions of the given predicates.
AnnotationBeanMapper<T extends RegistryBean> - Class in com.softwareag.centrasite.appl.framework.persistence.mapper.impl
This is the default mapper in the framework.
AnnotationBeanMapper() - Constructor for class com.softwareag.centrasite.appl.framework.persistence.mapper.impl.AnnotationBeanMapper
 
applyChanges(List<? extends RegistryObject>, List<? extends RegistryBean>, ChangeHandler) - Static method in class com.softwareag.centrasite.appl.framework.utils.CollectionUtils
Compares the two List instances based on objects key and determines the removed, created and updated objects.
approveStateChange() - Method in class com.softwareag.centrasite.appl.framework.lcm.beans.LCAwareDynamicRegistryBean
 
approveStateChange() - Method in interface com.softwareag.centrasite.appl.framework.lcm.beans.LifeCycleAware
Approves the state change.
asAssociationCollection(Collection<?>) - Static method in class com.softwareag.centrasite.appl.framework.utils.JAXRUtils
Returns the collection of association objects.
asc(String) - Static method in class com.softwareag.centrasite.appl.framework.persistence.search.Order
Ascending order on the given property name.
asClassificationCollection(Collection<?>) - Static method in class com.softwareag.centrasite.appl.framework.utils.JAXRUtils
Returns the collection of classification objects.
asConceptCollection(Collection<?>) - Static method in class com.softwareag.centrasite.appl.framework.utils.JAXRUtils
Returns the collection of concept objects.
asCSAppClassificationScheme(FixedRegistryObjectPool, ClassificationScheme) - Static method in class com.softwareag.centrasite.appl.framework.util.FixedRegistryObjects
Converts the instance of ClassificationScheme into an instance of CSAppClassificationScheme.
asCSAppConcept(FixedRegistryObjectPool, Concept) - Static method in class com.softwareag.centrasite.appl.framework.util.FixedRegistryObjects
Converts the instance of ClassificationScheme into an instance of CSAppConcept.
asCSAppUser(User) - Static method in class com.softwareag.centrasite.appl.framework.util.FixedRegistryObjects
Converts the instance of User into an instance of CSAppUser.
asLocation(Locator) - Static method in exception com.softwareag.centrasite.appl.framework.parser.CSAppFrameworkParserException
Returns a human readable description of the given location.
asLocator(SAXException) - Static method in exception com.softwareag.centrasite.appl.framework.parser.CSAppFrameworkParserException
Converts the given instance of SAXException into an instance of Locator.
asRegistryBeanClass(Class<?>) - Static method in class com.softwareag.centrasite.appl.framework.persistence.mapper.MappingUtils
Gets the registry bean class for the given class type.
Association - Interface in com.softwareag.centrasite.appl.framework.beans.standard
A RagistryBean interface that represents the JAXR Association.
Association - Class in com.softwareag.centrasite.appl.framework.mapping
Property representing JAXR association mapped using the Association annotation.
Association() - Constructor for class com.softwareag.centrasite.appl.framework.mapping.Association
 
Association - Annotation Type in com.softwareag.centrasite.appl.framework.persistence.mapper.annotations
Annotation for mapping the return value of a (getter) method to association.
Association.MappedTo - Enum in com.softwareag.centrasite.appl.framework.persistence.mapper.annotations
The mapped object enumeration.
ASSOCIATION_TYPES - Static variable in class com.softwareag.centrasite.appl.framework.fixed.CSAppAssociationType
The taxonomy of association types.
AssociationAnnotationProcessor - Class in com.softwareag.centrasite.appl.framework.persistence.mapper.annotations.processors
PropertyAnnotationProcessor implementation handling the Association annotation.
AssociationAnnotationProcessor() - Constructor for class com.softwareag.centrasite.appl.framework.persistence.mapper.annotations.processors.AssociationAnnotationProcessor
 
AssociationFilter - Interface in com.softwareag.centrasite.appl.framework.utils
A filter for associations.
AssociationImpl - Class in com.softwareag.centrasite.appl.framework.beans.standard.impl
The implementation class of the Association.
AssociationImpl() - Constructor for class com.softwareag.centrasite.appl.framework.beans.standard.impl.AssociationImpl
 
AssociationMappedToAssociation - Class in com.softwareag.centrasite.appl.framework.mapping
This interface specifies associations which are mapped to other associations.
AssociationMappedToAssociation() - Constructor for class com.softwareag.centrasite.appl.framework.mapping.AssociationMappedToAssociation
 
AssociationMappedToTarget - Class in com.softwareag.centrasite.appl.framework.mapping
This interface specifies associations which are mapped to target registry objects.
AssociationMappedToTarget() - Constructor for class com.softwareag.centrasite.appl.framework.mapping.AssociationMappedToTarget
 
AssociationMapper - Class in com.softwareag.centrasite.appl.framework.persistence.mapper.impl
This is the mapper class for associations.
AssociationMapper() - Constructor for class com.softwareag.centrasite.appl.framework.persistence.mapper.impl.AssociationMapper
 
AssociationTarget - Class in com.softwareag.centrasite.appl.framework.mapping
Property representing association target and mapped using the AssociationTarget annotation.
AssociationTarget() - Constructor for class com.softwareag.centrasite.appl.framework.mapping.AssociationTarget
 
AssociationTarget - Annotation Type in com.softwareag.centrasite.appl.framework.persistence.mapper.annotations
This annotation specifies a bean property to be mapped to the target object of the association represented by the bean containing the property.
AssociationTargetAnnotationProcessor - Class in com.softwareag.centrasite.appl.framework.persistence.mapper.annotations.processors
PropertyAnnotationProcessor implementation handling the AssociationTarget annotation.
AssociationTargetAnnotationProcessor() - Constructor for class com.softwareag.centrasite.appl.framework.persistence.mapper.annotations.processors.AssociationTargetAnnotationProcessor
 
AssociationTargetMapper - Class in com.softwareag.centrasite.appl.framework.persistence.mapper.impl
This is the mapper class for target objects in an association.
AssociationTargetMapper() - Constructor for class com.softwareag.centrasite.appl.framework.persistence.mapper.impl.AssociationTargetMapper
 
AssociationType - Interface in com.softwareag.centrasite.appl.framework.types
Represents a Centrasite AssociationType.
AssociationTypeImpl - Class in com.softwareag.centrasite.appl.framework.types.impl
The implementation class of the AssociationType.
attach(T) - Method in interface com.softwareag.centrasite.appl.framework.persistence.BeanPool
Insert a bean in the pool.
attach(T) - Method in class com.softwareag.centrasite.appl.framework.persistence.impl.BeanPoolImpl
 
AttributeDescription - Interface in com.softwareag.centrasite.appl.framework.types
Description of a type attribute.
AttributeDescriptionImpl - Class in com.softwareag.centrasite.appl.framework.types.impl
The implementation class of the AttributeDescription.
AttributeDescriptionImpl(CentraSiteAttribute) - Constructor for class com.softwareag.centrasite.appl.framework.types.impl.AttributeDescriptionImpl
Creates an AttributeDescription using the provided CentraSiteAttribute.
AttributeType - Enum in com.softwareag.centrasite.appl.framework.types
Enumeration representing the supported attribute types.
AuditableEvent - Interface in com.softwareag.centrasite.appl.framework.beans.standard
A RagistryBean interface that represents the JAXR AuditableEvent.
AuditableEventImpl - Class in com.softwareag.centrasite.appl.framework.beans.standard.impl
The implementation class of the AuditableEvent.
AuditableEventImpl() - Constructor for class com.softwareag.centrasite.appl.framework.beans.standard.impl.AuditableEventImpl
 
AUTO - Static variable in class com.softwareag.centrasite.appl.framework.persistence.FlushMode
The flushing/synchronization of the beans with the regisrty is done automatically by the BeanPool.

B

BackedBeanFactory - Class in com.softwareag.centrasite.appl.framework.persistence.impl
The factory class for instantiating beans conforming with the BackedBeanInfo interface.
BackedBeanFactory() - Constructor for class com.softwareag.centrasite.appl.framework.persistence.impl.BackedBeanFactory
 
BackedBeanInfo - Interface in com.softwareag.centrasite.appl.framework.persistence.impl
This interface extends the BeanInfo by providing access to the RegistryObject standing behind the bean.
BackedBeanMapper<T extends RegistryBean> - Interface in com.softwareag.centrasite.appl.framework.persistence.mapper
Extension to the BeanMapper interface providing access to PropertyMapper for given property of a bean.
BackedDynamicRegistryBeanHandler - Class in com.softwareag.centrasite.appl.framework.persistence.impl
InvocationHandler implementation backed with RegistryObject proxies implementing the BackedBeanInfo interface.
BackedDynamicRegistryBeanHandler(PersistenceContext, DynamicRegistryBean, BackedBeanMapper<DynamicRegistryBean>) - Constructor for class com.softwareag.centrasite.appl.framework.persistence.impl.BackedDynamicRegistryBeanHandler
Constructor for creating the BackedDynamicRegistryBeanHandler instance.
BaseBeanFactory - Class in com.softwareag.centrasite.appl.framework.persistence.impl
Base implementation of the BeanFactory interface.
BaseBeanFactory() - Constructor for class com.softwareag.centrasite.appl.framework.persistence.impl.BaseBeanFactory
 
BaseBeanMapper<T extends RegistryBean> - Class in com.softwareag.centrasite.appl.framework.persistence.mapper.impl
Base Mapper implementation.
BaseBeanMapper() - Constructor for class com.softwareag.centrasite.appl.framework.persistence.mapper.impl.BaseBeanMapper
 
BaseObjectFactory<T extends RegistryBean> - Class in com.softwareag.centrasite.appl.framework.persistence.mapper.impl
Base implementation of the ObjectFactory interface.
BaseObjectFactory() - Constructor for class com.softwareag.centrasite.appl.framework.persistence.mapper.impl.BaseObjectFactory
 
BaseProperty - Class in com.softwareag.centrasite.appl.framework.mapping
Base implementation of the Property interface.
BaseProperty() - Constructor for class com.softwareag.centrasite.appl.framework.mapping.BaseProperty
 
BasicPredicate - Class in com.softwareag.centrasite.appl.framework.persistence.search.impl
Basic predicate is a simple data holder.
BasicPredicate(String, Operation, Object, Class<? extends RegistryBean>) - Constructor for class com.softwareag.centrasite.appl.framework.persistence.search.impl.BasicPredicate
Crates a BasicPredicate instance.
BatchPersistenceEngine - Interface in com.softwareag.centrasite.appl.framework.persistence
The interface export functionality for saving beans in batches.
BatchPersistenceEngineImpl - Class in com.softwareag.centrasite.appl.framework.persistence.impl
Default implementation of the BatchPersistenceEngine.
BatchPersistenceEngineImpl() - Constructor for class com.softwareag.centrasite.appl.framework.persistence.impl.BatchPersistenceEngineImpl
 
Bean - Annotation Type in com.softwareag.centrasite.appl.framework.beans.annotations
Annotation, for binding an interface of a bean to its implementation.
beanCreated(RegistryBean) - Method in class com.softwareag.centrasite.appl.framework.lcm.BeanFactoryListenerImpl
Invoked when a registry bean is being created.
beanCreated(RegistryBean) - Method in interface com.softwareag.centrasite.appl.framework.persistence.BeanFactoryListener
Invoked when a registry bean is being created.
BeanFactory - Interface in com.softwareag.centrasite.appl.framework.persistence
This interface represents a factory for instantiating beans.
BeanFactoryListener - Interface in com.softwareag.centrasite.appl.framework.persistence
Listener for handling bean factory related objects.
BeanFactoryListenerImpl - Class in com.softwareag.centrasite.appl.framework.lcm
The Life Cycle Management implementation of the BeanFactoryListener interface.
BeanFactoryListenerImpl(RegistryProvider) - Constructor for class com.softwareag.centrasite.appl.framework.lcm.BeanFactoryListenerImpl
Constructor to create a BeanFactoryListenerImpl instance.
BeanInfo - Interface in com.softwareag.centrasite.appl.framework.persistence.impl
This interface provides specific information about the bean used by the BeanPool.
beanInfoCreated(BeanInfo) - Method in class com.softwareag.centrasite.appl.framework.lcm.BeanFactoryListenerImpl
Invoked when a bean info is being created.
beanInfoCreated(BeanInfo) - Method in interface com.softwareag.centrasite.appl.framework.persistence.BeanFactoryListener
Invoked when a bean info is being created.
BeanMapper<T extends RegistryBean> - Interface in com.softwareag.centrasite.appl.framework.persistence.mapper
This interface provides methods for mapping a Bean RegistryBean to JAXR RegistryObject.
BeanMode - Enum in com.softwareag.centrasite.appl.framework.persistence
This enumeration represents the supported bean modes.
BeanPool - Interface in com.softwareag.centrasite.appl.framework.persistence
This is the main interface for interaction with the Bean-JAXR Mapper.
BeanPoolEvent - Interface in com.softwareag.centrasite.appl.framework.persistence
The interface provides context information for a bean pool related event.
BeanPoolEventImpl - Class in com.softwareag.centrasite.appl.framework.persistence.impl
The Default implementation of the BeanPoolEvent.
BeanPoolEventImpl(RegistryBean) - Constructor for class com.softwareag.centrasite.appl.framework.persistence.impl.BeanPoolEventImpl
The Default Constructor.
BeanPoolFactory - Class in com.softwareag.centrasite.appl.framework.persistence
Factory for BeanPool instances.
BeanPoolImpl - Class in com.softwareag.centrasite.appl.framework.persistence.impl
Default implementation of the BeanPool interface.
BeanPoolImpl(RegistryProvider, ConfigurationManager) - Constructor for class com.softwareag.centrasite.appl.framework.persistence.impl.BeanPoolImpl
Creates a new instance with the given registry provider.
BeanPoolImpl(BeanFactory, RegistryProvider, ConfigurationManager) - Constructor for class com.softwareag.centrasite.appl.framework.persistence.impl.BeanPoolImpl
Creates a new instance with the given bean factory and registry provider.
BeanPoolListener - Interface in com.softwareag.centrasite.appl.framework.persistence
Listener for handling bean pool related events.
BeanType - Class in com.softwareag.centrasite.appl.framework.mapping
Container for bean type information.
BeanType() - Constructor for class com.softwareag.centrasite.appl.framework.mapping.BeanType
 
BeanTypeAnnotationProcessor - Class in com.softwareag.centrasite.appl.framework
Singleton class for processing CSAF annotations on a given persistent class and adding the obtained meta-information to a RegistryObjectModel instance.
BeanUtils - Class in com.softwareag.centrasite.appl.framework.utils
Class with utility methods for beans.
BeanUtils() - Constructor for class com.softwareag.centrasite.appl.framework.utils.BeanUtils
 
BoolAttribute - Class in com.softwareag.centrasite.appl.framework.mapping
The implementation class of the Slot.
BoolAttribute() - Constructor for class com.softwareag.centrasite.appl.framework.mapping.BoolAttribute
 
BoolAttributeAnnotationProcessor - Class in com.softwareag.centrasite.appl.framework.persistence.mapper.annotations.processors
PropertyAnnotationProcessor implementation handling the BooleanAttribute annotation.
BoolAttributeAnnotationProcessor() - Constructor for class com.softwareag.centrasite.appl.framework.persistence.mapper.annotations.processors.BoolAttributeAnnotationProcessor
 
BooleanAttribute - Annotation Type in com.softwareag.centrasite.appl.framework.persistence.mapper.annotations
Annotation for mapping the return value of a (getter) method to a Boolean attribute specified on type level.
BooleanSlotHandler - Class in com.softwareag.centrasite.appl.framework.persistence.mapper.slots
Implementation of SlotHandler for boolean values.
BooleanSlotHandler() - Constructor for class com.softwareag.centrasite.appl.framework.persistence.mapper.slots.BooleanSlotHandler
 

C

Cache<K,V> - Class in com.softwareag.centrasite.appl.framework.utils
A simplistic cache with max number of elements.
Cache(int) - Constructor for class com.softwareag.centrasite.appl.framework.utils.Cache
Constructs a new object.
CacheNotAvailableException - Exception in com.softwareag.centrasite.appl.framework.fixed
This exception is thrown, if FixedRegistryObjectPool is queried for an object, or a child list, which is not available.
CacheNotAvailableException(String) - Constructor for exception com.softwareag.centrasite.appl.framework.fixed.CacheNotAvailableException
Creates a new instance with the given detail message.
CacheScope - Enum in com.softwareag.centrasite.appl.framework.persistence
Defines the scope for the cache.
CalendarSlotHandler - Class in com.softwareag.centrasite.appl.framework.persistence.mapper.slots
Implementation of SlotHandler for Calendar values.
CalendarSlotHandler(ConfigurationManager) - Constructor for class com.softwareag.centrasite.appl.framework.persistence.mapper.slots.CalendarSlotHandler
Creates a new instance with the given ConfigurationManager.
CascadeStyle - Enum in com.softwareag.centrasite.appl.framework.mapping
A style of cascade that can be specified for a Relation property.
cast(Class<?>) - Static method in class com.softwareag.centrasite.appl.framework.util.Reflection
Casts the given class into a matching class.
ChangeHandler - Interface in com.softwareag.centrasite.appl.framework.persistence.mapper
This interface provides callback methods for handing changes to RegistryObjects and their representation as beans.
checkElement(Node, QName) - Method in class com.softwareag.centrasite.appl.framework.parser.ParsedXMLDocument
Checks, whether the given element has the given name.
Classification - Interface in com.softwareag.centrasite.appl.framework.beans.standard
A RagistryBean interface that represents the JAXR Classification.
Classification - Class in com.softwareag.centrasite.appl.framework.mapping
Property representing JAXR classification.
Classification() - Constructor for class com.softwareag.centrasite.appl.framework.mapping.Classification
 
Classification - Annotation Type in com.softwareag.centrasite.appl.framework.persistence.mapper.annotations
Annotation for mapping the return value of a (getter) method to JAXR Classification.
Classification.MappedTo - Enum in com.softwareag.centrasite.appl.framework.persistence.mapper.annotations
The bean/relation mapped to a classification can be mapped to the classification itself or the underlying Concept.
ClassificationAnnotationProcessor - Class in com.softwareag.centrasite.appl.framework.persistence.mapper.annotations.processors
PropertyAnnotationProcessor implementation handling the Classification annotation.
ClassificationAnnotationProcessor() - Constructor for class com.softwareag.centrasite.appl.framework.persistence.mapper.annotations.processors.ClassificationAnnotationProcessor
 
ClassificationAttribute - Class in com.softwareag.centrasite.appl.framework.mapping
Property representing classification attribute of a JAXR type and mapped using the ClassificationAttribute annotation.
ClassificationAttribute() - Constructor for class com.softwareag.centrasite.appl.framework.mapping.ClassificationAttribute
 
ClassificationAttribute - Annotation Type in com.softwareag.centrasite.appl.framework.persistence.mapper.annotations
Annotation for mapping the return value of a (getter) method to classification attribute specified on type level.
ClassificationAttributeAnnotationProcessor - Class in com.softwareag.centrasite.appl.framework.persistence.mapper.annotations.processors
PropertyAnnotationProcessor implementation handling the ClassificationAttribute annotation.
ClassificationAttributeAnnotationProcessor() - Constructor for class com.softwareag.centrasite.appl.framework.persistence.mapper.annotations.processors.ClassificationAttributeAnnotationProcessor
 
ClassificationAttributeDescription - Interface in com.softwareag.centrasite.appl.framework.types
Interface representing the description of a Classification Attribute.
ClassificationAttributeDescriptionImpl - Class in com.softwareag.centrasite.appl.framework.types.impl
The implementation class of the ClassificationAttributeDescription.
ClassificationAttributeDescriptionImpl(CentraSiteClassificationAttribute) - Constructor for class com.softwareag.centrasite.appl.framework.types.impl.ClassificationAttributeDescriptionImpl
Constructs a new object.
ClassificationAttributePropertyMapper - Class in com.softwareag.centrasite.appl.framework.persistence.mapper.impl
Property mapper class for handling classifications defined by the ClassificationAttribute property.
ClassificationAttributePropertyMapper() - Constructor for class com.softwareag.centrasite.appl.framework.persistence.mapper.impl.ClassificationAttributePropertyMapper
 
ClassificationConcept - Class in com.softwareag.centrasite.appl.framework.mapping
Property representing classification concept and mapped using the ClassificationConcept annotation.
ClassificationConcept() - Constructor for class com.softwareag.centrasite.appl.framework.mapping.ClassificationConcept
 
ClassificationConcept - Annotation Type in com.softwareag.centrasite.appl.framework.persistence.mapper.annotations
This annotation specifies a bean property to be mapped to the concept of the classification represented by the bean containing the property.
ClassificationConceptAnnotationProcessor - Class in com.softwareag.centrasite.appl.framework.persistence.mapper.annotations.processors
PropertyAnnotationProcessor implementation handling the ClassificationConcept annotation.
ClassificationConceptAnnotationProcessor() - Constructor for class com.softwareag.centrasite.appl.framework.persistence.mapper.annotations.processors.ClassificationConceptAnnotationProcessor
 
ClassificationConceptMapper - Class in com.softwareag.centrasite.appl.framework.persistence.mapper.impl
Property mapper class for handling concepts in a classficiation.
ClassificationConceptMapper() - Constructor for class com.softwareag.centrasite.appl.framework.persistence.mapper.impl.ClassificationConceptMapper
 
ClassificationEnum - Class in com.softwareag.centrasite.appl.framework.mapping
This interface specifies classifications which are mapped to enumerations of a parent concept.
ClassificationEnum() - Constructor for class com.softwareag.centrasite.appl.framework.mapping.ClassificationEnum
 
ClassificationImpl - Class in com.softwareag.centrasite.appl.framework.beans.standard.impl
The implementation class of the Classification.
ClassificationImpl() - Constructor for class com.softwareag.centrasite.appl.framework.beans.standard.impl.ClassificationImpl
 
ClassificationMappedToClassification - Class in com.softwareag.centrasite.appl.framework.mapping
This interface specifies classifications which are mapped to other classifications.
ClassificationMappedToClassification() - Constructor for class com.softwareag.centrasite.appl.framework.mapping.ClassificationMappedToClassification
 
ClassificationMappedToConcept - Class in com.softwareag.centrasite.appl.framework.mapping
This interface specifies classifications which are mapped to concepts of a classification.
ClassificationMappedToConcept() - Constructor for class com.softwareag.centrasite.appl.framework.mapping.ClassificationMappedToConcept
 
ClassificationMapper - Class in com.softwareag.centrasite.appl.framework.persistence.mapper.impl
Property mapper class for handling classifications defined by the Classification annotation.
ClassificationMapper() - Constructor for class com.softwareag.centrasite.appl.framework.persistence.mapper.impl.ClassificationMapper
 
ClassificationScheme - Interface in com.softwareag.centrasite.appl.framework.beans.standard
A RagistryBean interface that represents the JAXR ClassificationScheme.
ClassificationSchemeImpl - Class in com.softwareag.centrasite.appl.framework.beans.standard.impl
The implementation class of the ClassificationScheme.
ClassificationSchemeImpl() - Constructor for class com.softwareag.centrasite.appl.framework.beans.standard.impl.ClassificationSchemeImpl
 
ClassifiedInstance - Annotation Type in com.softwareag.centrasite.appl.framework.persistence.mapper.annotations
This annotation is used to specify the mapping between classification and bean class.
ClassifiedInstanceBeanType - Class in com.softwareag.centrasite.appl.framework.mapping
BeanType marked as classified instance class.
ClassifiedInstanceBeanType() - Constructor for class com.softwareag.centrasite.appl.framework.mapping.ClassifiedInstanceBeanType
 
ClassifiedInstanceProperty - Class in com.softwareag.centrasite.appl.framework.mapping
Base implementation of the Property interface.
ClassifiedInstanceProperty() - Constructor for class com.softwareag.centrasite.appl.framework.mapping.ClassifiedInstanceProperty
 
ClassifiedInstanceProperty - Annotation Type in com.softwareag.centrasite.appl.framework.persistence.mapper.annotations
This annotation is used in conjunction with any other property annotation and marks the property as being obtained from the classification specified for the classified instance containing the annotation.
ClassifiedInstancePropertyAnnotationProcessor - Class in com.softwareag.centrasite.appl.framework.persistence.mapper.annotations.processors
PropertyAnnotationProcessor implementation handling the ClassifiedInstanceProperty annotation.
ClassifiedInstancePropertyAnnotationProcessor() - Constructor for class com.softwareag.centrasite.appl.framework.persistence.mapper.annotations.processors.ClassifiedInstancePropertyAnnotationProcessor
 
ClassifiedInstancePropertyMapper - Class in com.softwareag.centrasite.appl.framework.persistence.mapper.impl
Property mapper class for handling classifications defined by the Classification property.
ClassifiedInstancePropertyMapper(PropertyMapperFactory) - Constructor for class com.softwareag.centrasite.appl.framework.persistence.mapper.impl.ClassifiedInstancePropertyMapper
Creates a new instance with the given PropertyMapperFactory.
ClassifiedInstances - Annotation Type in com.softwareag.centrasite.appl.framework.persistence.mapper.annotations
This annotation is used to specify different bean instances to be used when the corresponding registry object is classified with given concepts.
ClassifiedInstancesObjectFactory<T extends RegistryBean> - Class in com.softwareag.centrasite.appl.framework.persistence.mapper.impl
Implementation of the ObjectFactory interface for handing ClassifiedInstances annotations.
ClassifiedInstancesObjectFactory() - Constructor for class com.softwareag.centrasite.appl.framework.persistence.mapper.impl.ClassifiedInstancesObjectFactory
 
cleanupCurrentBeanPool() - Method in interface com.softwareag.centrasite.appl.framework.CurrentBeanPoolContext
Releases references to the "current" bean pool and any other resources.
cleanupCurrentBeanPool() - Method in class com.softwareag.centrasite.appl.framework.ThreadLocalCurrentBeanPoolContext
 
clear() - Method in interface com.softwareag.centrasite.appl.framework.persistence.BeanPool
Clears the pool.
clear() - Method in class com.softwareag.centrasite.appl.framework.persistence.impl.BeanPoolImpl
 
clear() - Method in class com.softwareag.centrasite.appl.framework.persistence.impl.CSAFArrayList
 
clear() - Method in class com.softwareag.centrasite.appl.framework.persistence.impl.CSAFHashSet
 
clearAggregatedObjects(RegistryBean) - Method in class com.softwareag.centrasite.appl.framework.persistence.impl.PersistenceContextImpl
 
clearAggregatedObjects(RegistryBean) - Method in interface com.softwareag.centrasite.appl.framework.persistence.PersistenceContext
Removes from the pool all registry beans aggregated by the given bean.
clearJaxrCache() - Method in interface com.softwareag.centrasite.appl.framework.persistence.BeanPool
Clears the underlying JAXR object cache.
clearJaxrCache() - Method in class com.softwareag.centrasite.appl.framework.persistence.impl.BeanPoolImpl
 
clearProcessed() - Method in class com.softwareag.centrasite.appl.framework.persistence.impl.PersistenceContextImpl
 
clearProcessed() - Method in interface com.softwareag.centrasite.appl.framework.persistence.PersistenceContext
Clears the set of processed beans.
close() - Method in class com.softwareag.centrasite.appl.framework.generator.CommandLineContext
Closes the current connection object.
close() - Method in class com.softwareag.centrasite.appl.framework.persistence.impl.StandaloneRegistryProvider
Close the JAXR connection.
CollectionUtils - Class in com.softwareag.centrasite.appl.framework.utils
Utility class providing convenient methods over Collections.
com.softwareag.centrasite.appl.framework - package com.softwareag.centrasite.appl.framework
 
com.softwareag.centrasite.appl.framework.beans - package com.softwareag.centrasite.appl.framework.beans
 
com.softwareag.centrasite.appl.framework.beans.annotations - package com.softwareag.centrasite.appl.framework.beans.annotations
 
com.softwareag.centrasite.appl.framework.beans.standard - package com.softwareag.centrasite.appl.framework.beans.standard
 
com.softwareag.centrasite.appl.framework.beans.standard.impl - package com.softwareag.centrasite.appl.framework.beans.standard.impl
 
com.softwareag.centrasite.appl.framework.data - package com.softwareag.centrasite.appl.framework.data
 
com.softwareag.centrasite.appl.framework.fixed - package com.softwareag.centrasite.appl.framework.fixed
 
com.softwareag.centrasite.appl.framework.generator - package com.softwareag.centrasite.appl.framework.generator
 
com.softwareag.centrasite.appl.framework.ioc - package com.softwareag.centrasite.appl.framework.ioc
 
com.softwareag.centrasite.appl.framework.lcm - package com.softwareag.centrasite.appl.framework.lcm
 
com.softwareag.centrasite.appl.framework.lcm.beans - package com.softwareag.centrasite.appl.framework.lcm.beans
 
com.softwareag.centrasite.appl.framework.lcm.beans.impl - package com.softwareag.centrasite.appl.framework.lcm.beans.impl
 
com.softwareag.centrasite.appl.framework.lcm.impl - package com.softwareag.centrasite.appl.framework.lcm.impl
 
com.softwareag.centrasite.appl.framework.managers - package com.softwareag.centrasite.appl.framework.managers
 
com.softwareag.centrasite.appl.framework.mapping - package com.softwareag.centrasite.appl.framework.mapping
 
com.softwareag.centrasite.appl.framework.parser - package com.softwareag.centrasite.appl.framework.parser
 
com.softwareag.centrasite.appl.framework.persistence - package com.softwareag.centrasite.appl.framework.persistence
 
com.softwareag.centrasite.appl.framework.persistence.impl - package com.softwareag.centrasite.appl.framework.persistence.impl
 
com.softwareag.centrasite.appl.framework.persistence.mapper - package com.softwareag.centrasite.appl.framework.persistence.mapper
 
com.softwareag.centrasite.appl.framework.persistence.mapper.annotations - package com.softwareag.centrasite.appl.framework.persistence.mapper.annotations
 
com.softwareag.centrasite.appl.framework.persistence.mapper.annotations.processors - package com.softwareag.centrasite.appl.framework.persistence.mapper.annotations.processors
 
com.softwareag.centrasite.appl.framework.persistence.mapper.impl - package com.softwareag.centrasite.appl.framework.persistence.mapper.impl
 
com.softwareag.centrasite.appl.framework.persistence.mapper.slots - package com.softwareag.centrasite.appl.framework.persistence.mapper.slots
 
com.softwareag.centrasite.appl.framework.persistence.revision - package com.softwareag.centrasite.appl.framework.persistence.revision
 
com.softwareag.centrasite.appl.framework.persistence.revision.impl - package com.softwareag.centrasite.appl.framework.persistence.revision.impl
 
com.softwareag.centrasite.appl.framework.persistence.search - package com.softwareag.centrasite.appl.framework.persistence.search
 
com.softwareag.centrasite.appl.framework.persistence.search.impl - package com.softwareag.centrasite.appl.framework.persistence.search.impl
 
com.softwareag.centrasite.appl.framework.persistence.versioning - package com.softwareag.centrasite.appl.framework.persistence.versioning
 
com.softwareag.centrasite.appl.framework.persistence.versioning.impl - package com.softwareag.centrasite.appl.framework.persistence.versioning.impl
 
com.softwareag.centrasite.appl.framework.types - package com.softwareag.centrasite.appl.framework.types
 
com.softwareag.centrasite.appl.framework.types.impl - package com.softwareag.centrasite.appl.framework.types.impl
 
com.softwareag.centrasite.appl.framework.util - package com.softwareag.centrasite.appl.framework.util
 
com.softwareag.centrasite.appl.framework.util.pui - package com.softwareag.centrasite.appl.framework.util.pui
 
com.softwareag.centrasite.appl.framework.utils - package com.softwareag.centrasite.appl.framework.utils
 
CombinedPredicate - Class in com.softwareag.centrasite.appl.framework.persistence.search.impl
This predicate holds a list of other predicates joined by an operator (and, or ... etc.)
CombinedPredicate() - Constructor for class com.softwareag.centrasite.appl.framework.persistence.search.impl.CombinedPredicate
 
CommandLineContext - Class in com.softwareag.centrasite.appl.framework.generator
This class provides command line support for various functionalities such as user name, password, DB URL, etc.,.
CommandLineContext(String[]) - Constructor for class com.softwareag.centrasite.appl.framework.generator.CommandLineContext
Constructs a new object.
CommandLineGenerator - Class in com.softwareag.centrasite.appl.framework.generator
This is a command line based generator class for executing the commands via console.
CommandLineGenerator() - Constructor for class com.softwareag.centrasite.appl.framework.generator.CommandLineGenerator
 
compareTo(Date) - Method in class com.softwareag.centrasite.appl.framework.data.Date
 
Concept - Interface in com.softwareag.centrasite.appl.framework.beans.standard
A RagistryBean interface that represents the JAXR Concept.
ConceptImpl - Class in com.softwareag.centrasite.appl.framework.beans.standard.impl
The implementation class of the Concept.
ConceptImpl() - Constructor for class com.softwareag.centrasite.appl.framework.beans.standard.impl.ConceptImpl
 
Configuration - Class in com.softwareag.centrasite.appl.framework
An instance of Configuration allows the application to specify properties to be used when creating a SessionContext instance.
Configuration() - Constructor for class com.softwareag.centrasite.appl.framework.Configuration
Creates a new instance.
Configuration(RegistryProvider) - Constructor for class com.softwareag.centrasite.appl.framework.Configuration
Creates a new instance and specifies the registry provider to use.
ConfigurationManager - Class in com.softwareag.centrasite.appl.framework.persistence.impl
This takes care of the configurations for the JAXR-to-Bean Mapper.
ConfigurationManager(Configuration) - Constructor for class com.softwareag.centrasite.appl.framework.persistence.impl.ConfigurationManager
Creates ConfigurationManager for the given Configuration instance.
contains(Class<?>) - Method in class com.softwareag.centrasite.appl.framework.mapping.RegistryObjectModel
Checks if this model contains meta information for the given persistent class.
copy(RegistryBean) - Method in class com.softwareag.centrasite.appl.framework.persistence.versioning.impl.VersionManagerImpl
 
copy(RegistryBean, VersionCopyMode) - Method in class com.softwareag.centrasite.appl.framework.persistence.versioning.impl.VersionManagerImpl
 
copy(RegistryBean, VersionCopyMode, Collection<RegistryBean>) - Method in class com.softwareag.centrasite.appl.framework.persistence.versioning.impl.VersionManagerImpl
 
copy(RegistryBean) - Method in interface com.softwareag.centrasite.appl.framework.persistence.versioning.VersionManager
Copy the specified registry bean (RegistryEntry or RegistryBean).
copy(RegistryBean, VersionCopyMode) - Method in interface com.softwareag.centrasite.appl.framework.persistence.versioning.VersionManager
Copy the specified registry bean (RegistryEntry or RegistryBean).
copy(RegistryBean, VersionCopyMode, Collection<RegistryBean>) - Method in interface com.softwareag.centrasite.appl.framework.persistence.versioning.VersionManager
Copy the specified registry bean (RegistryEntry or RegistryBean).
CopyRule - Class in com.softwareag.centrasite.appl.framework.persistence.versioning
Defines a rule as to how an association with its association objects are copied.
CopyRule(String, VersionCopyMode, VersionCopyMode) - Constructor for class com.softwareag.centrasite.appl.framework.persistence.versioning.CopyRule
Constructs a copy rule.
create() - Method in class com.softwareag.centrasite.appl.framework.managers.AbstractManager
 
create() - Method in interface com.softwareag.centrasite.appl.framework.managers.Manager
Creates a new bean instance.
create(PersistenceContext, Collection<RegistryBean>) - Method in interface com.softwareag.centrasite.appl.framework.persistence.BatchPersistenceEngine
Deprecated.
use #createOrUpdate(PersistenceContext, Collection)
create(Class<T>) - Method in interface com.softwareag.centrasite.appl.framework.persistence.BeanPool
Creates a new bean instance of the given class.
create(PersistenceContext, Collection<RegistryBean>) - Method in class com.softwareag.centrasite.appl.framework.persistence.impl.BatchPersistenceEngineImpl
 
create(Class<T>) - Method in class com.softwareag.centrasite.appl.framework.persistence.impl.BeanPoolImpl
 
create(PersistenceContext, T) - Method in class com.softwareag.centrasite.appl.framework.persistence.impl.PersistenceEngineImpl
Deprecated.
create(PersistenceContext, T) - Method in interface com.softwareag.centrasite.appl.framework.persistence.PersistenceEngine
createAnyBeanType(RegistryObjectModel) - Static method in class com.softwareag.centrasite.appl.framework.mapping.SupportTypeUtils
Returns the Bean type.
createAssociation(RegistryObject, RegistryObject, Concept) - Method in class com.softwareag.centrasite.appl.framework.persistence.RegistryAccessor
Utility method for creating an instance of Association.
createAssociationByKey(RegistryObject, RegistryObject, String) - Method in class com.softwareag.centrasite.appl.framework.persistence.RegistryAccessor
Utility method for creating an instance of Association.
createAssociationByType(RegistryObject, RegistryObject, String) - Method in class com.softwareag.centrasite.appl.framework.persistence.RegistryAccessor
Utility method for creating an instance of Association.
createAssociationType(String, String, String, String, Locale) - Method in class com.softwareag.centrasite.appl.framework.types.impl.TypeManagerImpl
 
createAssociationType(String, String, String, String, Locale) - Method in interface com.softwareag.centrasite.appl.framework.types.TypeManager
Create a new AssociationType.
createBean(Class<RegistryBean>, PersistenceContext) - Method in interface com.softwareag.centrasite.appl.framework.persistence.BeanFactory
Creates "naked" RegistryBean instance for the given type.
createBean(Class<RegistryBean>, PersistenceContext) - Method in class com.softwareag.centrasite.appl.framework.persistence.impl.BaseBeanFactory
Creates "naked" RegistryBean instance for the given type.
createBeanInfo(RegistryBean, PersistenceContext) - Method in interface com.softwareag.centrasite.appl.framework.persistence.BeanFactory
Creates a proxy RegistryBean instance implementing the BeanInfo interface.
createBeanInfo(RegistryBean, PersistenceContext) - Method in class com.softwareag.centrasite.appl.framework.persistence.impl.BaseBeanFactory
Creates a proxy RegistryBean instance implementing the BeanInfo interface.
createBeanPool(RegistryProvider, ConfigurationManager) - Static method in class com.softwareag.centrasite.appl.framework.persistence.BeanPoolFactory
Creates new JAXR based BeanPool instance using the given registry provider and configuration manager.
createBeanPool(RegistryProvider, BeanFactory, ConfigurationManager) - Static method in class com.softwareag.centrasite.appl.framework.persistence.BeanPoolFactory
Creates new JAXR based BeanPool instance using the given registry provider, bean factory and configuration manager.
createBeanPool() - Method in class com.softwareag.centrasite.appl.framework.SessionContext
Creates a new instance of BeanPool.
createBeanPool(boolean) - Method in class com.softwareag.centrasite.appl.framework.SessionContext
Creates a new instance of BeanPool or returns the already existing beanPool.
createClassification(RegistryObject, String) - Method in class com.softwareag.centrasite.appl.framework.persistence.RegistryAccessor
Utility method for creating an instance of Classification.
createClassification(RegistryObject, String, String) - Method in class com.softwareag.centrasite.appl.framework.persistence.RegistryAccessor
Utility method for creating an instance of Classification.
createClassification(RegistryObject, Concept) - Method in class com.softwareag.centrasite.appl.framework.persistence.RegistryAccessor
Utility method for creating an instance of Classification.
createClassificationAttribute(String, String, String) - Method in class com.softwareag.centrasite.appl.framework.types.impl.TypeManagerImpl
Creates classification attribute metadata with the provided name, description and taxonomy.
createClassificationAttribute(String, String, String) - Method in interface com.softwareag.centrasite.appl.framework.types.TypeManager
Creates classification attribute metadata with the provided name, description and taxonomy.
created(RegistryBean) - Method in interface com.softwareag.centrasite.appl.framework.persistence.mapper.ChangeHandler
Creates the RegistryBean in the registry.
createEmailAddress(String) - Method in class com.softwareag.centrasite.appl.framework.beans.standard.StandardMappingManager
Creates an EmailAddress instance by specifying an email address.
createEmailAddress(String, String) - Method in class com.softwareag.centrasite.appl.framework.beans.standard.StandardMappingManager
Creates an EmailAddress instance by specifying email address and type of address.
createEmailAddress(String) - Method in interface com.softwareag.centrasite.appl.framework.managers.UtilityManager
Create a EmailAddress instance using the specified parameters.
createEmailAddress(String, String) - Method in interface com.softwareag.centrasite.appl.framework.managers.UtilityManager
Create a EmailAddress instance using the specified parameters.
createEmailAddress(String) - Method in class com.softwareag.centrasite.appl.framework.managers.UtilityManagerImpl
Create a EmailAddress instance using the specified parameters.
createEmailAddress(String, String) - Method in class com.softwareag.centrasite.appl.framework.managers.UtilityManagerImpl
Create a EmailAddress instance using the specified parameters.
createEmailAddressBeanType(RegistryObjectModel) - Static method in class com.softwareag.centrasite.appl.framework.mapping.SupportTypeUtils
Creates an Email Address bean type.
createExternalLink(RegistryObject, String, String) - Method in class com.softwareag.centrasite.appl.framework.persistence.RegistryAccessor
Utility method for creating an instance of ExternalLink.
createFileAttribute(String, String) - Method in class com.softwareag.centrasite.appl.framework.types.impl.TypeManagerImpl
Creates file attribute metadata with the provided name, description and dataType.
createFileAttribute(String, String) - Method in interface com.softwareag.centrasite.appl.framework.types.TypeManager
Creates file attribute metadata with the provided name, description and dataType.
createInstance(PersistenceContext, Class<T>) - Static method in class com.softwareag.centrasite.appl.framework.persistence.mapper.impl.BaseObjectFactory
Factory method for creating instances of this abstract class.
createInstance(RegistryProvider) - Static method in class com.softwareag.centrasite.appl.framework.SessionContext
Creates a SessionContext instance using the given RegistryProvider.
createInstance(Configuration) - Static method in class com.softwareag.centrasite.appl.framework.SessionContext
Creates a SessionContext instance using the given configuration.
createInstance(Configuration, IOCProvider) - Static method in class com.softwareag.centrasite.appl.framework.SessionContext
Creates a SessionContext instance using the given configuration and IOCProvider.
createInstance(IOCProvider, RegistryProvider) - Static method in class com.softwareag.centrasite.appl.framework.SessionContext
Creates a SessionContext instance using the given RegistryProvider and the given context.
createInternationalString() - Method in class com.softwareag.centrasite.appl.framework.beans.standard.StandardMappingManager
Creates an InternationalString instance.
createInternationalString(String) - Method in class com.softwareag.centrasite.appl.framework.beans.standard.StandardMappingManager
Creates an InternationalString instance by specifying String data.
createInternationalString(Locale, String) - Method in class com.softwareag.centrasite.appl.framework.beans.standard.StandardMappingManager
Creates an InternationalString instance by specifying locale and String data.
createInternationalStringBeanType(RegistryObjectModel) - Static method in class com.softwareag.centrasite.appl.framework.mapping.SupportTypeUtils
Creates a International String bean type.
createLCModel() - Method in class com.softwareag.centrasite.appl.framework.lcm.impl.LCMAdminManagerImpl
 
createLCModel() - Method in interface com.softwareag.centrasite.appl.framework.lcm.LCMAdminManager
Creates an LCModel.
createLCState() - Method in class com.softwareag.centrasite.appl.framework.lcm.impl.LCModelImpl
 
createLCState() - Method in interface com.softwareag.centrasite.appl.framework.lcm.LCModel
Creates an LCState.
createLocalizedString(Locale, String) - Method in class com.softwareag.centrasite.appl.framework.beans.standard.StandardMappingManager
Creates a LocalizedString instance by specifying locale and String data.
createLocalizedString(Locale, String, String) - Method in class com.softwareag.centrasite.appl.framework.beans.standard.StandardMappingManager
Creates a LocalizedString instance by specifying locale, String data and charSetName.
createLocalizedStringBeanType(RegistryObjectModel) - Static method in class com.softwareag.centrasite.appl.framework.mapping.SupportTypeUtils
Creates a Localized String bean type.
createOrUpdate(PersistenceContext, Collection<RegistryBean>) - Method in interface com.softwareag.centrasite.appl.framework.persistence.BatchPersistenceEngine
Creates or updates the bean in the registry.
createOrUpdate(PersistenceContext, Collection<RegistryBean>) - Method in class com.softwareag.centrasite.appl.framework.persistence.impl.BatchPersistenceEngineImpl
 
createOrUpdate(PersistenceContext, T) - Method in class com.softwareag.centrasite.appl.framework.persistence.impl.PersistenceEngineImpl
 
createOrUpdate(PersistenceContext, T) - Method in interface com.softwareag.centrasite.appl.framework.persistence.PersistenceEngine
Create or update the given bean in the registry.
createPersonName(String) - Method in class com.softwareag.centrasite.appl.framework.beans.standard.StandardMappingManager
Creates a PersonName instance by specifying name.
createPersonName(String, String, String) - Method in class com.softwareag.centrasite.appl.framework.beans.standard.StandardMappingManager
Creates a PersonName instance by specifying firstName, middleName and lastName.
createPersonName(String) - Method in interface com.softwareag.centrasite.appl.framework.managers.UtilityManager
Create a PersonName instance using the specified full name.
createPersonName(String, String, String) - Method in interface com.softwareag.centrasite.appl.framework.managers.UtilityManager
Create a PersonName instance using the specified arguments.
createPersonName(String) - Method in class com.softwareag.centrasite.appl.framework.managers.UtilityManagerImpl
Create a PersonName instance using the specified full name.
createPersonName(String, String, String) - Method in class com.softwareag.centrasite.appl.framework.managers.UtilityManagerImpl
Create a PersonName instance using the specified arguments.
createPersonNameBeanType(RegistryObjectModel) - Static method in class com.softwareag.centrasite.appl.framework.mapping.SupportTypeUtils
Create an Person Name bean type.
createPostalAddress(String, String, String, String, String, String, String) - Method in class com.softwareag.centrasite.appl.framework.beans.standard.StandardMappingManager
Creates a PostalAddress instance by specifying String parameters.
createPostalAddress(String, String, String, String, String, String, String) - Method in interface com.softwareag.centrasite.appl.framework.managers.UtilityManager
Create a PostalAddress instance using the specified parameters.
createPostalAddress(String, String, String, String, String, String, String) - Method in class com.softwareag.centrasite.appl.framework.managers.UtilityManagerImpl
Create a PostalAddress instance using the specified parameters.
createPostalAddressBeanType(RegistryObjectModel) - Static method in class com.softwareag.centrasite.appl.framework.mapping.SupportTypeUtils
Creates a Postal Address bean type.
createPredicate(Property, Operation, Object) - Method in class com.softwareag.centrasite.appl.framework.persistence.search.impl.PredicateFactory
Creating specific predicate depending on the handler suitable for handling the given properties.
createPredicate(Property, Operation, Object) - Method in class com.softwareag.centrasite.appl.framework.persistence.search.impl.PredicateFactory.IntToStringPredicateHandler
 
createPredicate(Property, Operation, Object) - Method in class com.softwareag.centrasite.appl.framework.persistence.search.impl.PredicateFactory.KeyPredicateHandler
 
createPredicate(Property, Operation, Object) - Method in class com.softwareag.centrasite.appl.framework.persistence.search.impl.PredicateFactory.NestedPredicateHandler
 
createPredicate(Property, Operation, Object) - Method in class com.softwareag.centrasite.appl.framework.persistence.search.impl.PredicateFactory.RegistryObjectPropertySlotPredicateHandler
 
createPredicate(Property, Operation, Object) - Method in class com.softwareag.centrasite.appl.framework.persistence.search.impl.PredicateFactory.SlotPredicateHandler
 
createPredicate(Property, Operation, Object) - Method in class com.softwareag.centrasite.appl.framework.persistence.search.impl.PredicateFactory.SupportTypePredicateHandler
 
createPredicate(Property, Operation, Object) - Method in interface com.softwareag.centrasite.appl.framework.persistence.search.PredicateHandler
Creates a specific predicate.
createProfile(String) - Method in class com.softwareag.centrasite.appl.framework.types.impl.TypeManagerImpl
Creates profile with the provided name.
createProfile(String) - Method in interface com.softwareag.centrasite.appl.framework.types.TypeManager
Creates profile with the provided name.
createRegistryBean(RegistryObject) - Method in class com.softwareag.centrasite.appl.framework.persistence.mapper.impl.BaseObjectFactory
Creates RegistryBean instance from the given RegistryObject based on configuration.
createRegistryBean(RegistryObject) - Method in interface com.softwareag.centrasite.appl.framework.persistence.mapper.ObjectFactory
Creates RegistryBean instance from the given RegistryObject based on configuration.
createRegistryBeanGeneratorInstance(RegistryProvider) - Static method in class com.softwareag.centrasite.appl.framework.generator.RegistryBeanGeneratorFactory
Create new instance of RegistryBeanGenerator.
createRegistryObject(T, PersistenceContext) - Method in interface com.softwareag.centrasite.appl.framework.persistence.mapper.BackedBeanMapper
RegistryObject for the given bean is created and the bean key is updated.
createRegistryObject(RegistryBean) - Method in class com.softwareag.centrasite.appl.framework.persistence.mapper.impl.BaseObjectFactory
Creates RegistryObject instance from the given RegistryBean based on configuration.
createRegistryObject(RegistryBean) - Method in class com.softwareag.centrasite.appl.framework.persistence.mapper.impl.ClassifiedInstancesObjectFactory
Creates RegistryObject instance from the given RegistryBean based on configuration.
createRegistryObject(T, PersistenceContext) - Method in class com.softwareag.centrasite.appl.framework.persistence.mapper.impl.DefaultBackedBeanMapper
RegistryObject for the given bean is created and the bean key is updated.
createRegistryObject(T) - Method in interface com.softwareag.centrasite.appl.framework.persistence.mapper.ObjectFactory
Creates RegistryObject instance from the given RegistryBean based on configuration.
createRelationshipAttribute(String, String, String, String...) - Method in class com.softwareag.centrasite.appl.framework.types.impl.TypeManagerImpl
 
createRelationshipAttribute(String, String, String, Collection<String>) - Method in class com.softwareag.centrasite.appl.framework.types.impl.TypeManagerImpl
 
createRelationshipAttribute(String, String, String, Collection<String>) - Method in interface com.softwareag.centrasite.appl.framework.types.TypeManager
Creates relationship attribute metadata with the provided name, description, association type and target object types.
createRelationshipAttribute(String, String, String, String...) - Method in interface com.softwareag.centrasite.appl.framework.types.TypeManager
Creates relationship attribute metadata with the provided name, description, association type and target object type or types.
createSearch(List<Class<? extends RegistryBean>>) - Method in interface com.softwareag.centrasite.appl.framework.persistence.BeanPool
Create a Search instance for the given registry bean types.
createSearch(Class<? extends RegistryBean>) - Method in interface com.softwareag.centrasite.appl.framework.persistence.BeanPool
Create a Search instance for the given registry bean type.
createSearch() - Method in interface com.softwareag.centrasite.appl.framework.persistence.BeanPool
Create a Search instance for all registered bean types.
createSearch(List<Class<? extends RegistryBean>>) - Method in class com.softwareag.centrasite.appl.framework.persistence.impl.BeanPoolImpl
 
createSearch(Class<? extends RegistryBean>) - Method in class com.softwareag.centrasite.appl.framework.persistence.impl.BeanPoolImpl
 
createSearch() - Method in class com.softwareag.centrasite.appl.framework.persistence.impl.BeanPoolImpl
 
createSlot(String, String, String) - Method in class com.softwareag.centrasite.appl.framework.beans.standard.StandardMappingManager
Creates a Slot instance.
createSlot(String, Collection<String>, String) - Method in class com.softwareag.centrasite.appl.framework.beans.standard.StandardMappingManager
Creates a Slot instance.
createSlotAttribute(String, String, String) - Method in class com.softwareag.centrasite.appl.framework.types.impl.TypeManagerImpl
Creates slot attribute metadata with the provided name, description and dataType.
createSlotAttribute(String, String, String) - Method in interface com.softwareag.centrasite.appl.framework.types.TypeManager
Creates slot attribute metadata with the provided name, description and dataType.
createSlotBeanType(RegistryObjectModel) - Static method in class com.softwareag.centrasite.appl.framework.mapping.SupportTypeUtils
Create a Localized String bean type.
createTelephoneNumber() - Method in class com.softwareag.centrasite.appl.framework.beans.standard.StandardMappingManager
Creates a telephone number.
createTelephoneNumber() - Method in interface com.softwareag.centrasite.appl.framework.managers.UtilityManager
Create a TelephoneNumber instance using the specified parameters.
createTelephoneNumber() - Method in class com.softwareag.centrasite.appl.framework.managers.UtilityManagerImpl
Create a TelephoneNumber instance using the specified parameters.
createTelephoneNumberBeanType(RegistryObjectModel) - Static method in class com.softwareag.centrasite.appl.framework.mapping.SupportTypeUtils
Creates a Telephone Number bean type.
createType(String, String, String, String) - Method in class com.softwareag.centrasite.appl.framework.types.impl.TypeManagerImpl
Creates an object type using the provided parameters.
createType(String, String, String, String) - Method in interface com.softwareag.centrasite.appl.framework.types.TypeManager
Creates an object type using the provided parameters.
createVersion() - Method in class com.softwareag.centrasite.appl.framework.lcm.impl.LCModelImpl
 
createVersion() - Method in interface com.softwareag.centrasite.appl.framework.lcm.LCModel
Creates a new version of a given LCModel.
createVersion(RegistryBean) - Method in class com.softwareag.centrasite.appl.framework.persistence.versioning.impl.VersionManagerImpl
 
createVersion(RegistryBean, VersionCopyMode) - Method in class com.softwareag.centrasite.appl.framework.persistence.versioning.impl.VersionManagerImpl
 
createVersion(RegistryBean, VersionCopyMode, Collection<RegistryBean>) - Method in class com.softwareag.centrasite.appl.framework.persistence.versioning.impl.VersionManagerImpl
 
createVersion(Service, Collection<RegistryBean>) - Method in class com.softwareag.centrasite.appl.framework.persistence.versioning.impl.VersionManagerImpl
 
createVersion(Service, VersionCopyMode, Collection<RegistryBean>) - Method in class com.softwareag.centrasite.appl.framework.persistence.versioning.impl.VersionManagerImpl
 
createVersion(ExternalLink) - Method in class com.softwareag.centrasite.appl.framework.persistence.versioning.impl.VersionManagerImpl
 
createVersion(ExternalLink, VersionCopyMode) - Method in class com.softwareag.centrasite.appl.framework.persistence.versioning.impl.VersionManagerImpl
 
createVersion(RegistryBean) - Method in interface com.softwareag.centrasite.appl.framework.persistence.versioning.VersionManager
Creates a new version of a registry bean (RegistryEntry or RegistryBean).
createVersion(RegistryBean, VersionCopyMode) - Method in interface com.softwareag.centrasite.appl.framework.persistence.versioning.VersionManager
Create a new version of a registry bean (RegistryEntry or RegistryBean).
createVersion(RegistryBean, VersionCopyMode, Collection<RegistryBean>) - Method in interface com.softwareag.centrasite.appl.framework.persistence.versioning.VersionManager
Create a new version of a registry bean (RegistryEntry or RegistryBean).
createVersion(Service, Collection<RegistryBean>) - Method in interface com.softwareag.centrasite.appl.framework.persistence.versioning.VersionManager
Create a new version of a Service object.
createVersion(Service, VersionCopyMode, Collection<RegistryBean>) - Method in interface com.softwareag.centrasite.appl.framework.persistence.versioning.VersionManager
Create a new version of a Service object.
createVersion(ExternalLink) - Method in interface com.softwareag.centrasite.appl.framework.persistence.versioning.VersionManager
Create a new version of an External Link.
createVersion(ExternalLink, VersionCopyMode) - Method in interface com.softwareag.centrasite.appl.framework.persistence.versioning.VersionManager
Create a new version of an External Link.
createVersionObjectListener(InternationalString, String) - Method in class com.softwareag.centrasite.appl.framework.persistence.versioning.impl.VersionManagerImpl
 
createVersionObjectListener(InternationalString, String) - Method in interface com.softwareag.centrasite.appl.framework.persistence.versioning.VersionManager
CSAFArrayList<E> - Class in com.softwareag.centrasite.appl.framework.persistence.impl
ArrayList implementation that keeps a modification state.
CSAFArrayList() - Constructor for class com.softwareag.centrasite.appl.framework.persistence.impl.CSAFArrayList
 
CSAFCollection - Interface in com.softwareag.centrasite.appl.framework.persistence
Collection interface that keeps a modification state.
CSAFHashSet<E> - Class in com.softwareag.centrasite.appl.framework.persistence.impl
HashSet implementation that keeps a modification state.
CSAFHashSet() - Constructor for class com.softwareag.centrasite.appl.framework.persistence.impl.CSAFHashSet
 
CSAppAssociationType - Class in com.softwareag.centrasite.appl.framework.fixed
An instance of this class provides a representation of a fixed association type.
CSAppAssociationType(CSAppClassificationScheme, Concept) - Constructor for class com.softwareag.centrasite.appl.framework.fixed.CSAppAssociationType
Creates a new instance, which represents the given registry object.
CSAppAssociationTypeRef - Class in com.softwareag.centrasite.appl.framework.data
An instance of this class references an association type in the JAXR registry.
CSAppAssociationTypeRef(QName) - Constructor for class com.softwareag.centrasite.appl.framework.data.CSAppAssociationTypeRef
Creates a new instance.
CSAppAssociationTypeRefInfo - Class in com.softwareag.centrasite.appl.framework.parser
Holds information about an instance of CSAppObjectTypeRef, which is being created.
CSAppAssociationTypeRefInfo(CSAppAssociationTypeRef) - Constructor for class com.softwareag.centrasite.appl.framework.parser.CSAppAssociationTypeRefInfo
Creates a new instance for CSAppAssociationTypeRefInfo.
CSAppClassificationScheme - Class in com.softwareag.centrasite.appl.framework.fixed
An instance of this class provides a representation of a fixed classification scheme.
CSAppClassificationScheme(String, ClassificationScheme) - Constructor for class com.softwareag.centrasite.appl.framework.fixed.CSAppClassificationScheme
Creates a new instance, which represents the given registry object.
CSAppConcept - Class in com.softwareag.centrasite.appl.framework.fixed
An instance of this class provides a representation of a fixed concept.
CSAppConcept(CSAppClassificationScheme, Concept) - Constructor for class com.softwareag.centrasite.appl.framework.fixed.CSAppConcept
Creates a new instance, with the given parent.
CSAppConcept(CSAppConcept, Concept) - Constructor for class com.softwareag.centrasite.appl.framework.fixed.CSAppConcept
Creates a new instance, with the given parent.
CSAppConceptCollection - Interface in com.softwareag.centrasite.appl.framework.fixed
Common interface for CSAppTaxonomy, and CSAppConcept, which resembles the fact, that they both share child concepts.
CSAppConceptCollectionRefInfo - Class in com.softwareag.centrasite.appl.framework.parser
A common interface for CSAppConceptRefInfo, and CSAppTaxonomyRefInfo, which share the property to have child concept lists.
CSAppConceptRef - Class in com.softwareag.centrasite.appl.framework.data
Instances of this class are used for looking app a concept.
CSAppConceptRef(CSAppTaxonomyRef, String) - Constructor for class com.softwareag.centrasite.appl.framework.data.CSAppConceptRef
Creates a new instance, which is a root object in the given classification scheme, and has the given value.
CSAppConceptRef(CSAppConceptRef, String) - Constructor for class com.softwareag.centrasite.appl.framework.data.CSAppConceptRef
Creates a new instance, which has the given parent concept, and the given value.
CSAppConceptRefInfo - Class in com.softwareag.centrasite.appl.framework.parser
Holds information about an instance of CSAppConceptRef, which is being created.
CSAppConceptRefInfo(CSAppConceptRef) - Constructor for class com.softwareag.centrasite.appl.framework.parser.CSAppConceptRefInfo
Creates a new instance of CSAppConceptRefInfo.
CSAppFixedRegistryObject - Class in com.softwareag.centrasite.appl.framework.fixed
Abstract base class for deriving fixed registry object classes.
CSAppFrameworkException - Exception in com.softwareag.centrasite.appl.framework
The frameworks base exception class.
CSAppFrameworkException(String, Throwable) - Constructor for exception com.softwareag.centrasite.appl.framework.CSAppFrameworkException
Creates a new instance with the given detail message and cause.
CSAppFrameworkException(String) - Constructor for exception com.softwareag.centrasite.appl.framework.CSAppFrameworkException
Creates a new instance with the given detail message and no cause.
CSAppFrameworkException(Throwable) - Constructor for exception com.softwareag.centrasite.appl.framework.CSAppFrameworkException
Creates a new instance with the given cause.
CSAppFrameworkParserException - Exception in com.softwareag.centrasite.appl.framework.parser
The generator classes will throw instances of this class.
CSAppFrameworkParserException(Locator, String, Throwable) - Constructor for exception com.softwareag.centrasite.appl.framework.parser.CSAppFrameworkParserException
Creates a new instance with the given detail message and cause.
CSAppFrameworkParserException(Locator, String) - Constructor for exception com.softwareag.centrasite.appl.framework.parser.CSAppFrameworkParserException
Creates a new instance with the given detail message and no cause.
CSAppFrameworkParserException(Locator, Throwable) - Constructor for exception com.softwareag.centrasite.appl.framework.parser.CSAppFrameworkParserException
Creates a new instance with the given cause.
CSAppObjectType - Class in com.softwareag.centrasite.appl.framework.fixed
An instance of this class provides a representation of a fixed object type.
CSAppObjectType(CSAppClassificationScheme, Concept) - Constructor for class com.softwareag.centrasite.appl.framework.fixed.CSAppObjectType
Creates a new instance, which represents the given registry object.
CSAppObjectTypeRef - Class in com.softwareag.centrasite.appl.framework.data
An instance of this class references an object type in the JAXR registry.
CSAppObjectTypeRef(QName) - Constructor for class com.softwareag.centrasite.appl.framework.data.CSAppObjectTypeRef
Creates a new instance.
CSAppObjectTypeRefInfo - Class in com.softwareag.centrasite.appl.framework.parser
Holds information about an instance of CSAppObjectTypeRef, which is being created.
CSAppObjectTypeRefInfo(CSAppObjectTypeRef) - Constructor for class com.softwareag.centrasite.appl.framework.parser.CSAppObjectTypeRefInfo
Creates a new instance of CSAppObjectTypeRefInfo.
CSAppTaxonomy - Class in com.softwareag.centrasite.appl.framework.fixed
Abstract base class for all taxonomies, in particular CSAppClassificationScheme.
CSAppTaxonomy(RegistryObject) - Constructor for class com.softwareag.centrasite.appl.framework.fixed.CSAppTaxonomy
Creates a new instance, which represents the given classification scheme.
CSAppTaxonomyRef - Class in com.softwareag.centrasite.appl.framework.data
Instances of this class are used for looking app a taxonomy.
CSAppTaxonomyRef(QName) - Constructor for class com.softwareag.centrasite.appl.framework.data.CSAppTaxonomyRef
Creates a new instance.
CSAppTaxonomyRefInfo - Class in com.softwareag.centrasite.appl.framework.parser
Holds information about an instance of CSAppTaxonomyRef, which is being created.
CSAppTaxonomyRefInfo(CSAppTaxonomyRef) - Constructor for class com.softwareag.centrasite.appl.framework.parser.CSAppTaxonomyRefInfo
Creates a new instance of CSAppTaxonomyRefInfo.
CSAppUser - Class in com.softwareag.centrasite.appl.framework.fixed
An instance of this class provides a representation of a fixed user.
CSAppUser(User) - Constructor for class com.softwareag.centrasite.appl.framework.fixed.CSAppUser
Creates a new instance, which represents the given user.
CurrentBeanPoolContext - Interface in com.softwareag.centrasite.appl.framework
Defines the contract for implementations which know how to scope the notion of a current bean pool.
CustomDateSlotHandler - Class in com.softwareag.centrasite.appl.framework.persistence.mapper.slots
Implementation of SlotHandler for Date values with xs:dateTime representation.
CustomDateSlotHandler() - Constructor for class com.softwareag.centrasite.appl.framework.persistence.mapper.slots.CustomDateSlotHandler
 

D

Date - Class in com.softwareag.centrasite.appl.framework.data
Dates are expressed as instances of this class.
Date() - Constructor for class com.softwareag.centrasite.appl.framework.data.Date
 
DateAttribute - Class in com.softwareag.centrasite.appl.framework.mapping
Base implementation of the Slot interface.
DateAttribute() - Constructor for class com.softwareag.centrasite.appl.framework.mapping.DateAttribute
 
DateAttribute - Annotation Type in com.softwareag.centrasite.appl.framework.persistence.mapper.annotations
Annotation for mapping the return value of a (getter) method to a Date attribute specified on type level.
DateAttributeAnnotationProcessor - Class in com.softwareag.centrasite.appl.framework.persistence.mapper.annotations.processors
PropertyAnnotationProcessor implementation handling the DateAttribute annotation.
DateAttributeAnnotationProcessor() - Constructor for class com.softwareag.centrasite.appl.framework.persistence.mapper.annotations.processors.DateAttributeAnnotationProcessor
 
DateSlotHandler - Class in com.softwareag.centrasite.appl.framework.persistence.mapper.slots
Implementation of SlotHandler for Date values.
DateSlotHandler(ConfigurationManager) - Constructor for class com.softwareag.centrasite.appl.framework.persistence.mapper.slots.DateSlotHandler
Creates a new instance with the given ConfigurationManager.
DEEP - Static variable in class com.softwareag.centrasite.appl.framework.persistence.versioning.VersionCopyMode
 
DEFAULT_BEAN_MODE - Static variable in class com.softwareag.centrasite.appl.framework.Configuration
The default BeanMode for the mapper.
DEFAULT_CACHE_SCOPE - Static variable in class com.softwareag.centrasite.appl.framework.Configuration
The default cache scope.
DEFAULT_CONCEPT_CACHE_SIZE - Static variable in class com.softwareag.centrasite.appl.framework.Configuration
The default size of the cache.
DEFAULT_PERSISTENCE_MODE - Static variable in class com.softwareag.centrasite.appl.framework.Configuration
The default PersistenceMode for the mapper.
DEFAULT_PROP_AUTO_REREAD_OUTDATED_OBJECTS_VALUE - Static variable in class com.softwareag.centrasite.appl.framework.Configuration
The default value for the Configuration.PROP_AUTO_REREAD_OUTDATED_OBJECTS property.
DEFAULT_PROP_CURRENT_BEANPOOL_CONTEXT_IMPL_VALUE - Static variable in class com.softwareag.centrasite.appl.framework.Configuration
Deprecated. 
DEFAULT_PROP_SEARCH_LOCALE_VALUE - Static variable in class com.softwareag.centrasite.appl.framework.Configuration
The default value for the Configuration.PROP_SEARCH_LOCALE property.
DefaultBackedBeanMapper<T extends RegistryBean> - Class in com.softwareag.centrasite.appl.framework.persistence.mapper.impl
Implementation of the BackedBeanMapper interface.
DefaultBackedBeanMapper() - Constructor for class com.softwareag.centrasite.appl.framework.persistence.mapper.impl.DefaultBackedBeanMapper
 
DefaultBeanPoolListner - Class in com.softwareag.centrasite.appl.framework.persistence.impl
The default implementation of the BeanPoolListener interface.
DefaultBeanPoolListner() - Constructor for class com.softwareag.centrasite.appl.framework.persistence.impl.DefaultBeanPoolListner
 
DefaultIOCProvider - Class in com.softwareag.centrasite.appl.framework.ioc
Default implementation of the IOCProvider.
DefaultIOCProvider() - Constructor for class com.softwareag.centrasite.appl.framework.ioc.DefaultIOCProvider
 
DefaultPersistenceEventListener - Class in com.softwareag.centrasite.appl.framework.persistence.impl
The default implementation of the PersistenceEventListener interface.
DefaultPersistenceEventListener() - Constructor for class com.softwareag.centrasite.appl.framework.persistence.impl.DefaultPersistenceEventListener
 
DefaultPredicate - Class in com.softwareag.centrasite.appl.framework.persistence.search.impl
The DefaultPredicate offers default logic for handling the predicate data It is used when the search criteria does not match any other existing predicates.
DefaultPredicate(Property, Operation, Object) - Constructor for class com.softwareag.centrasite.appl.framework.persistence.search.impl.DefaultPredicate
Creates a DefaultPredicate instance.
DefaultRegistryProvider - Class in com.softwareag.centrasite.appl.framework.persistence.impl
Default implementation of RegistryProvider.
DefaultRegistryProvider(Connection, Locale) - Constructor for class com.softwareag.centrasite.appl.framework.persistence.impl.DefaultRegistryProvider
Creates a new instance with the given Connection and Locale.
delete(T) - Method in class com.softwareag.centrasite.appl.framework.managers.AbstractManager
 
delete(Collection<RegistryBean>) - Method in class com.softwareag.centrasite.appl.framework.managers.AbstractManager
 
delete(T) - Method in interface com.softwareag.centrasite.appl.framework.managers.Manager
Delete a bean from the registry.
delete(Collection<RegistryBean>) - Method in interface com.softwareag.centrasite.appl.framework.managers.Manager
Delete a Collection of beans from the registry.
delete(PersistenceContext, Collection<RegistryBean>) - Method in interface com.softwareag.centrasite.appl.framework.persistence.BatchPersistenceEngine
Deletes a Collection of beans from the registry.
delete(T) - Method in interface com.softwareag.centrasite.appl.framework.persistence.BeanPool
Deletes a bean from the registry.
delete(Collection<T>) - Method in interface com.softwareag.centrasite.appl.framework.persistence.BeanPool
Deletes a Collection of beans from the registry.
delete(PersistenceContext, Collection<RegistryBean>) - Method in class com.softwareag.centrasite.appl.framework.persistence.impl.BatchPersistenceEngineImpl
 
delete(T) - Method in class com.softwareag.centrasite.appl.framework.persistence.impl.BeanPoolImpl
 
delete(Collection<T>) - Method in class com.softwareag.centrasite.appl.framework.persistence.impl.BeanPoolImpl
 
delete(PersistenceContext, T) - Method in class com.softwareag.centrasite.appl.framework.persistence.impl.PersistenceEngineImpl
 
delete(PersistenceContext, T) - Method in interface com.softwareag.centrasite.appl.framework.persistence.PersistenceEngine
Deletes the bean from the registry.
delete(String) - Method in class com.softwareag.centrasite.appl.framework.persistence.RegistryAccessor
Removes the object with the given key from the registry.
delete(Key) - Method in class com.softwareag.centrasite.appl.framework.persistence.RegistryAccessor
Removes the object with the given key from the registry.
delete(Collection<Key>) - Method in class com.softwareag.centrasite.appl.framework.persistence.RegistryAccessor
Deletes RegistryObjects by a given Collection of keys.
deleteAsssociationType(AssociationType) - Method in class com.softwareag.centrasite.appl.framework.types.impl.TypeManagerImpl
 
deleteAsssociationType(AssociationType) - Method in interface com.softwareag.centrasite.appl.framework.types.TypeManager
Delete the given AssociationType.
deleteBeans(String) - Method in class com.softwareag.centrasite.appl.framework.persistence.revision.impl.RevisionManagerImpl
 
deleteBeans(String) - Method in interface com.softwareag.centrasite.appl.framework.persistence.revision.RevisionManager
Delete all revision beans flagged with the checkpoint name.
deleted(RegistryObject) - Method in interface com.softwareag.centrasite.appl.framework.persistence.mapper.ChangeHandler
Deletes the RegistryObject.
deleteLCModel(LCModel) - Method in class com.softwareag.centrasite.appl.framework.lcm.impl.LCMAdminManagerImpl
 
deleteLCModel(LCModel) - Method in interface com.softwareag.centrasite.appl.framework.lcm.LCMAdminManager
Deletes the given LCModel.
deleteObjects(Collection<String>) - Method in class com.softwareag.centrasite.appl.framework.persistence.RegistryAccessor
Deletes RegistryObjects by a given Collection of ids.
deleteProfile(Profile) - Method in class com.softwareag.centrasite.appl.framework.types.impl.TypeManagerImpl
Deletes the given profile from the registry.
deleteProfile(Profile) - Method in interface com.softwareag.centrasite.appl.framework.types.TypeManager
Deletes the given profile from the registry.
deleteType(TypeDescription) - Method in class com.softwareag.centrasite.appl.framework.types.impl.TypeManagerImpl
Deletes the given object type.
deleteType(TypeDescription) - Method in interface com.softwareag.centrasite.appl.framework.types.TypeManager
Deletes the given object type.
desc(String) - Static method in class com.softwareag.centrasite.appl.framework.persistence.search.Order
Descending order on the given property name.
detach(RegistryBean) - Method in interface com.softwareag.centrasite.appl.framework.persistence.BeanPool
This is a method to remove(detach) from the BeanPool.
detach(RegistryBean) - Method in class com.softwareag.centrasite.appl.framework.persistence.impl.BeanPoolImpl
 
disableRevisioning() - Method in class com.softwareag.centrasite.appl.framework.persistence.revision.impl.RevisionManagerImpl
 
disableRevisioning() - Method in interface com.softwareag.centrasite.appl.framework.persistence.revision.RevisionManager
Disable the revision and checkpoint environment on global level.
doCascadeUpdate() - Method in enum com.softwareag.centrasite.appl.framework.mapping.CascadeStyle
Determines if this CascadeStyle applies for update operation.
DurationAnnotationProcessor - Class in com.softwareag.centrasite.appl.framework.persistence.mapper.annotations.processors
PropertyAnnotationProcessor implementation handling the DurationAttribute annotation.
DurationAnnotationProcessor() - Constructor for class com.softwareag.centrasite.appl.framework.persistence.mapper.annotations.processors.DurationAnnotationProcessor
 
DurationAttribute - Class in com.softwareag.centrasite.appl.framework.mapping
Base implementation of the Slot interface.
DurationAttribute() - Constructor for class com.softwareag.centrasite.appl.framework.mapping.DurationAttribute
 
DurationAttribute - Annotation Type in com.softwareag.centrasite.appl.framework.persistence.mapper.annotations
Annotation for mapping the return value of a (getter) method to a Duration attribute specified on type level.
DynamicRegistryBean - Class in com.softwareag.centrasite.appl.framework.beans
Base class for derivation of concrete subclasses.
DynamicRegistryBean() - Constructor for class com.softwareag.centrasite.appl.framework.beans.DynamicRegistryBean
 
DynamicRegistryBeanHandler - Class in com.softwareag.centrasite.appl.framework.persistence.impl
InvocationHandler implementation for simple proxies implementing the BeanInfo interface.
DynamicRegistryBeanHandler(PersistenceContext, DynamicRegistryBean) - Constructor for class com.softwareag.centrasite.appl.framework.persistence.impl.DynamicRegistryBeanHandler
Constructor to create the DynamicRegistryBeanHandler instance.

E

EmailAddress - Interface in com.softwareag.centrasite.appl.framework.beans.standard
A class that represents the JAXR EmailAddress.
EmailAddressAttribute - Annotation Type in com.softwareag.centrasite.appl.framework.persistence.mapper.annotations
Annotation for mapping the return value of a (getter) method to a Email Address attribute specified on type level.
EmailAddressImpl - Class in com.softwareag.centrasite.appl.framework.beans.standard.impl
A class that represents the JAXR EmailAddress.
EmailAddressImpl(EmailAddress) - Constructor for class com.softwareag.centrasite.appl.framework.beans.standard.impl.EmailAddressImpl
Constructs a new object.
enableRevisioning() - Method in class com.softwareag.centrasite.appl.framework.persistence.revision.impl.RevisionManagerImpl
 
enableRevisioning() - Method in interface com.softwareag.centrasite.appl.framework.persistence.revision.RevisionManager
Enable the revision and checkpoint environment on global level.
EnumSlotHandler - Class in com.softwareag.centrasite.appl.framework.persistence.mapper.slots
A slot handler for enumerations.
EnumSlotHandler() - Constructor for class com.softwareag.centrasite.appl.framework.persistence.mapper.slots.EnumSlotHandler
 
eq(String, Object, Class<? extends RegistryBean>) - Static method in class com.softwareag.centrasite.appl.framework.persistence.search.Predicates
Create a "equals" predicate for a given beanType.
eq(String, Object) - Static method in class com.softwareag.centrasite.appl.framework.persistence.search.Predicates
Create a "equals" predicate, the beanType is the one given to the search object.
equals(Object) - Method in class com.softwareag.centrasite.appl.framework.beans.DynamicRegistryBean
 
equals(Object) - Method in class com.softwareag.centrasite.appl.framework.beans.Identity
 
equals(Object) - Method in class com.softwareag.centrasite.appl.framework.beans.KeyImpl
 
equals(Object) - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.AssociationImpl
 
equals(Object) - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.AuditableEventImpl
 
equals(Object) - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.ClassificationImpl
 
equals(Object) - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.ClassificationSchemeImpl
 
equals(Object) - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.ConceptImpl
 
equals(Object) - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.ExternalIdentifierImpl
 
equals(Object) - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.ExternalLinkImpl
 
equals(Object) - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.ExtrinsicObjectImpl
 
equals(Object) - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.OrganizationImpl
 
equals(Object) - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.RegistryEntryImpl
 
equals(Object) - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.RegistryObjectImpl
 
equals(Object) - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.RegistryPackageImpl
 
equals(Object) - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.ServiceBindingImpl
 
equals(Object) - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.ServiceImpl
 
equals(Object) - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.SpecificationLinkImpl
 
equals(Object) - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.UserImpl
 
equals(Object) - Method in class com.softwareag.centrasite.appl.framework.data.CSAppAssociationTypeRef
 
equals(Object) - Method in class com.softwareag.centrasite.appl.framework.data.CSAppConceptRef
 
equals(Object) - Method in class com.softwareag.centrasite.appl.framework.data.CSAppObjectTypeRef
 
equals(Object) - Method in class com.softwareag.centrasite.appl.framework.data.CSAppTaxonomyRef
 
equals(Object) - Method in class com.softwareag.centrasite.appl.framework.data.Date
 
equals(Object) - Method in class com.softwareag.centrasite.appl.framework.fixed.CSAppFixedRegistryObject
 
equals(Object) - Method in class com.softwareag.centrasite.appl.framework.lcm.beans.impl.LCAwareClassificationSchemeImpl
 
equals(Object) - Method in class com.softwareag.centrasite.appl.framework.lcm.beans.impl.LCAwareRegistryEntryImpl
 
equals(Object) - Method in class com.softwareag.centrasite.appl.framework.lcm.beans.impl.LCAwareRegistryObjectImpl
 
equals(Object) - Method in class com.softwareag.centrasite.appl.framework.lcm.beans.LCAwareDynamicRegistryBean
 
equals(Object) - Method in class com.softwareag.centrasite.appl.framework.persistence.versioning.VersionCopyMode
Compares a copy mode with me.
evaluate(String, Object) - Static method in class com.softwareag.centrasite.appl.framework.util.Reflection
This method evaluates a property of a given object.
EVENT_TYPE_CREATED - Static variable in interface com.softwareag.centrasite.appl.framework.beans.standard.AuditableEvent
 
EVENT_TYPE_DELETED - Static variable in interface com.softwareag.centrasite.appl.framework.beans.standard.AuditableEvent
 
EVENT_TYPE_DEPRECATED - Static variable in interface com.softwareag.centrasite.appl.framework.beans.standard.AuditableEvent
 
EVENT_TYPE_UNDEPRECATED - Static variable in interface com.softwareag.centrasite.appl.framework.beans.standard.AuditableEvent
 
EVENT_TYPE_UPDATED - Static variable in interface com.softwareag.centrasite.appl.framework.beans.standard.AuditableEvent
 
EVENT_TYPE_VERSIONED - Static variable in interface com.softwareag.centrasite.appl.framework.beans.standard.AuditableEvent
 
execute() - Method in class com.softwareag.centrasite.appl.framework.persistence.search.SearchQuery
Creates and executes the business query.
ExtensibleObject - Interface in com.softwareag.centrasite.appl.framework.beans.standard
An interface that represents the JAXR ExtensibleObject.
ExternalIdentifier - Interface in com.softwareag.centrasite.appl.framework.beans.standard
A RegistryBean interface that represents the JAXR ExternalIdentifier.
ExternalIdentifierImpl - Class in com.softwareag.centrasite.appl.framework.beans.standard.impl
The implementation class of the ExternalIdentifier.
ExternalIdentifierImpl() - Constructor for class com.softwareag.centrasite.appl.framework.beans.standard.impl.ExternalIdentifierImpl
 
ExternalLink - Interface in com.softwareag.centrasite.appl.framework.beans.standard
A RegistryBean interface that represents the JAXR ExternalLink.
ExternalLink - Class in com.softwareag.centrasite.appl.framework.mapping
Property representing JAXR external link and mapped using the ExternalLink annotation.
ExternalLink() - Constructor for class com.softwareag.centrasite.appl.framework.mapping.ExternalLink
 
ExternalLink - Annotation Type in com.softwareag.centrasite.appl.framework.persistence.mapper.annotations
Annotation for mapping the return value of a (getter) method to external link.
ExternalLinkAnnotationProcessor - Class in com.softwareag.centrasite.appl.framework.persistence.mapper.annotations.processors
PropertyAnnotationProcessor implementation handling the ExternalLink annotation.
ExternalLinkAnnotationProcessor() - Constructor for class com.softwareag.centrasite.appl.framework.persistence.mapper.annotations.processors.ExternalLinkAnnotationProcessor
 
ExternalLinkImpl - Class in com.softwareag.centrasite.appl.framework.beans.standard.impl
The implementation class of the ExternalLink.
ExternalLinkImpl() - Constructor for class com.softwareag.centrasite.appl.framework.beans.standard.impl.ExternalLinkImpl
 
ExternalLinkMapper - Class in com.softwareag.centrasite.appl.framework.persistence.mapper.impl
This is a mapper class for external link object.
ExternalLinkMapper() - Constructor for class com.softwareag.centrasite.appl.framework.persistence.mapper.impl.ExternalLinkMapper
 
ExtrinsicObject - Interface in com.softwareag.centrasite.appl.framework.beans.standard
A RegistryBean interface that represents the JAXR ExtrinsicObject.
ExtrinsicObjectImpl - Class in com.softwareag.centrasite.appl.framework.beans.standard.impl
The implementation class of the ExtrinsicObject.
ExtrinsicObjectImpl() - Constructor for class com.softwareag.centrasite.appl.framework.beans.standard.impl.ExtrinsicObjectImpl
 

F

FileAttribute - Class in com.softwareag.centrasite.appl.framework.mapping
Property representing file attribute of a JAXR type and mapped using the FileAttribute annotation.
FileAttribute() - Constructor for class com.softwareag.centrasite.appl.framework.mapping.FileAttribute
 
FileAttribute - Annotation Type in com.softwareag.centrasite.appl.framework.persistence.mapper.annotations
Annotation for mapping the return value of a (getter) method to file attribute specified on type level.
FileAttributeAnnotationProcessor - Class in com.softwareag.centrasite.appl.framework.persistence.mapper.annotations.processors
PropertyAnnotationProcessor implementation handling the FileAttribute annotation.
FileAttributeAnnotationProcessor() - Constructor for class com.softwareag.centrasite.appl.framework.persistence.mapper.annotations.processors.FileAttributeAnnotationProcessor
 
FileAttributeDescription - Interface in com.softwareag.centrasite.appl.framework.types
Interface representing the description of a File Attribute.
FileAttributeDescriptionImpl - Class in com.softwareag.centrasite.appl.framework.types.impl
The implementation class of the FileAttributeDescription.
FileAttributeDescriptionImpl(CentraSiteFileAttribute) - Constructor for class com.softwareag.centrasite.appl.framework.types.impl.FileAttributeDescriptionImpl
Constructs a new object.
FileAttributePropertyMapper - Class in com.softwareag.centrasite.appl.framework.persistence.mapper.impl
Property mapper class for handling associations defined by the FileAttribute property.
FileAttributePropertyMapper() - Constructor for class com.softwareag.centrasite.appl.framework.persistence.mapper.impl.FileAttributePropertyMapper
 
findAllModels() - Method in class com.softwareag.centrasite.appl.framework.lcm.impl.LCMAdminManagerImpl
 
findAllModels() - Method in interface com.softwareag.centrasite.appl.framework.lcm.LCMAdminManager
Find all LCModels that are currently within the scope (global or organizational specific) of the logged-in user.
findAssociationTypeConcept(String) - Method in class com.softwareag.centrasite.appl.framework.persistence.RegistryAccessor
Retrieves the Concept for the given association type.
findClassification(RegistryObject, ClassifiedInstance, PersistenceContext) - Static method in class com.softwareag.centrasite.appl.framework.persistence.mapper.impl.ClassifiedInstancesObjectFactory
Finds the classification specified with the ClassifiedInstance annotation classification on the given registry object.
findClassificationByConcept(RegistryObject, String, String) - Method in class com.softwareag.centrasite.appl.framework.persistence.RegistryAccessor
Retrieves a Classification by given concept path.
findClassificationByConcept(RegistryObject, String) - Static method in class com.softwareag.centrasite.appl.framework.utils.JAXRUtils
Retrieves a classification from RegistryObject by a concept key.
findClassificationsByConcept(RegistryObject, String, String) - Method in class com.softwareag.centrasite.appl.framework.persistence.RegistryAccessor
Retrieves a Classification by given concept path.
findClassificationsByConcept(RegistryObject, String) - Static method in class com.softwareag.centrasite.appl.framework.utils.JAXRUtils
Retrieves classifications from RegistryObject by a concept key.
findClassificationsByConcept(RegistryObject, Concept) - Static method in class com.softwareag.centrasite.appl.framework.utils.JAXRUtils
Retrieves classifications from RegistryObject by a concept.
findClassificationSchemeByName(String) - Method in class com.softwareag.centrasite.appl.framework.persistence.RegistryAccessor
Retrieves ClassificationScheme by name.
findConceptByPath(String, String) - Method in class com.softwareag.centrasite.appl.framework.persistence.RegistryAccessor
Retrieves a Concept by ClasssificationScheme name and path.
findConceptByPath(String) - Method in class com.softwareag.centrasite.appl.framework.persistence.RegistryAccessor
Retrieves a Concept by full path.
findInactiveModels() - Method in class com.softwareag.centrasite.appl.framework.lcm.impl.LCMAdminManagerImpl
 
findInactiveModels() - Method in interface com.softwareag.centrasite.appl.framework.lcm.LCMAdminManager
Find all LCModels in the whole system that are not active.
findLCMForLCM() - Method in class com.softwareag.centrasite.appl.framework.lcm.impl.LCMAdminManagerImpl
 
findLCMForLCM() - Method in interface com.softwareag.centrasite.appl.framework.lcm.LCMAdminManager
Finds the LCModel for LCModels.
findLCModel() - Method in class com.softwareag.centrasite.appl.framework.lcm.beans.LCAwareDynamicRegistryBean
 
findLCModel() - Method in interface com.softwareag.centrasite.appl.framework.lcm.beans.LifeCycleAware
Find the LCModel that is assigned to the registryBean.
findLCModel(String) - Method in class com.softwareag.centrasite.appl.framework.lcm.impl.LCMAdminManagerImpl
 
findLCModel(String) - Method in interface com.softwareag.centrasite.appl.framework.lcm.LCMAdminManager
Find the LCModel that is active for for the given type.
findLCModelByDisplayName(String, boolean) - Method in class com.softwareag.centrasite.appl.framework.lcm.impl.LCMAdminManagerImpl
 
findLCModelByDisplayName(String, boolean) - Method in interface com.softwareag.centrasite.appl.framework.lcm.LCMAdminManager
Find all LCModels that have the searched display name.
findManager(Class<M>) - Method in class com.softwareag.centrasite.appl.framework.SessionContext
Retrieves and initializes a manager of the given type.
findNestedProperty(List<BeanType>, String, RegistryObjectModel) - Static method in class com.softwareag.centrasite.appl.framework.mapping.BeanType
Finds the Property with the given name.
findObjectTypeConcept(String) - Method in class com.softwareag.centrasite.appl.framework.persistence.RegistryAccessor
Retrieves the Concept for the given object type.
findRelations() - Method in class com.softwareag.centrasite.appl.framework.mapping.BeanType
Returns all properties representing relations.
fireObjectCreated(PersistenceEvent) - Method in class com.softwareag.centrasite.appl.framework.persistence.impl.PersistenceContextImpl
 
fireObjectCreated(PersistenceEvent) - Method in interface com.softwareag.centrasite.appl.framework.persistence.PersistenceContext
Fires an event for creating an object.
fireObjectDeleted(PersistenceEvent) - Method in class com.softwareag.centrasite.appl.framework.persistence.impl.PersistenceContextImpl
 
fireObjectDeleted(PersistenceEvent) - Method in interface com.softwareag.centrasite.appl.framework.persistence.PersistenceContext
Fires event for deleting an object.
fireObjectUpdated(PersistenceEvent) - Method in class com.softwareag.centrasite.appl.framework.persistence.impl.PersistenceContextImpl
 
fireObjectUpdated(PersistenceEvent) - Method in interface com.softwareag.centrasite.appl.framework.persistence.PersistenceContext
Fires an event for updating an object.
firePreObjectCreated(PersistenceEvent) - Method in class com.softwareag.centrasite.appl.framework.persistence.impl.PersistenceContextImpl
 
firePreObjectCreated(PersistenceEvent) - Method in interface com.softwareag.centrasite.appl.framework.persistence.PersistenceContext
Fires an event before creating an object.
firePreObjectDeleted(PersistenceEvent) - Method in class com.softwareag.centrasite.appl.framework.persistence.impl.PersistenceContextImpl
 
firePreObjectDeleted(PersistenceEvent) - Method in interface com.softwareag.centrasite.appl.framework.persistence.PersistenceContext
Fires event before deleting an object.
firePreObjectUpdated(PersistenceEvent) - Method in class com.softwareag.centrasite.appl.framework.persistence.impl.PersistenceContextImpl
 
firePreObjectUpdated(PersistenceEvent) - Method in interface com.softwareag.centrasite.appl.framework.persistence.PersistenceContext
Fires an event before updating an object.
FixedRegistryObjectCollection - Class in com.softwareag.centrasite.appl.framework.parser
An instance of this class is returned by the FixedRegistryObjectParser.
FixedRegistryObjectCollection() - Constructor for class com.softwareag.centrasite.appl.framework.parser.FixedRegistryObjectCollection
 
FixedRegistryObjectParser - Class in com.softwareag.centrasite.appl.framework.parser
An instance of this class is used to parse a specification document for fixed registry objects.
FixedRegistryObjectParser() - Constructor for class com.softwareag.centrasite.appl.framework.parser.FixedRegistryObjectParser
 
FixedRegistryObjectPool - Class in com.softwareag.centrasite.appl.framework.fixed
The fixed registry object pool provides a cache for fixed objects.
FixedRegistryObjectPool() - Constructor for class com.softwareag.centrasite.appl.framework.fixed.FixedRegistryObjectPool
 
FixedRegistryObjects - Class in com.softwareag.centrasite.appl.framework.util
Utility class for working with fixed registry objects.
flush() - Method in interface com.softwareag.centrasite.appl.framework.persistence.BeanPool
Flushes all changes made by the beans to the Registry.
flush() - Method in class com.softwareag.centrasite.appl.framework.persistence.impl.BeanPoolImpl
 
FlushMode - Class in com.softwareag.centrasite.appl.framework.persistence
The Bean-to-JAXR Mapper provides its users with the ability to control how the data in the beans is being synchronized with the one in the registry.

G

ge(String, Object) - Static method in class com.softwareag.centrasite.appl.framework.persistence.search.Predicates
Create a "greater or equals" predicate.
ge(String, Object, Class<? extends RegistryBean>) - Static method in class com.softwareag.centrasite.appl.framework.persistence.search.Predicates
Create a "greater or equals" predicate for a given beanType.
generate(String, String, String) - Method in interface com.softwareag.centrasite.appl.framework.generator.RegistryBeanGenerator
Generates all of the java source code artifacts comprising a CSAF RegistryEntry.
generate(String, String, String) - Method in class com.softwareag.centrasite.appl.framework.generator.RegistryBeanGeneratorImpl
Execute an xquery which generates the java code based on a template.
generateNextContextObject() - Method in class com.softwareag.centrasite.appl.framework.persistence.search.SearchQuery
Generates the next context object.
get() - Static method in class com.softwareag.centrasite.appl.framework.generator.Queries
Get code generation XQuery.
getAccessURI() - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.ServiceBindingImpl
Gets the URI that gives access to the service via this binding.
getAccessURI() - Method in interface com.softwareag.centrasite.appl.framework.beans.standard.ServiceBinding
Gets the URI that gives access to the service via this binding.
getActualSupportTypeObject() - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.SupportType
Returns the actual support type object.
getAdder(Object, String) - Static method in class com.softwareag.centrasite.appl.framework.util.Reflection
Returns the add method for a given property and bean.
getAddRemoveMethodName() - Method in class com.softwareag.centrasite.appl.framework.mapping.RegistryObjectProperty
Returns the add remove method name.
getAddress() - Method in interface com.softwareag.centrasite.appl.framework.beans.standard.EmailAddress
Returns the email address for this object.
getAddress() - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.EmailAddressImpl
 
getAllAssociationTypes() - Method in class com.softwareag.centrasite.appl.framework.types.impl.TypeManagerImpl
 
getAllAssociationTypes() - Method in interface com.softwareag.centrasite.appl.framework.types.TypeManager
Get all available AssociationTypes.
getAllBeanTypes(RegistryObject) - Method in class com.softwareag.centrasite.appl.framework.mapping.RegistryObjectModel
Retrieves all known BeanType-s supporting the given registry object.
getAllBeanTypes(QName) - Method in class com.softwareag.centrasite.appl.framework.mapping.RegistryObjectModel
Retrieves all known BeanType-s supporting the given registry object type.
getAllIgnoredObjects(Collection<RegistryBean>) - Method in class com.softwareag.centrasite.appl.framework.persistence.versioning.impl.VersionManagerImpl
 
getAllIgnoredObjects(Collection<RegistryBean>) - Method in interface com.softwareag.centrasite.appl.framework.persistence.versioning.VersionManager
Get the entire list of objects to be ignored.
getAllRevisionBeans(String) - Method in class com.softwareag.centrasite.appl.framework.persistence.revision.impl.RevisionManagerImpl
 
getAllRevisionBeans(String) - Method in interface com.softwareag.centrasite.appl.framework.persistence.revision.RevisionManager
Get all revision beans which were created with the given checkpoint name (label).
getAllTypes() - Method in class com.softwareag.centrasite.appl.framework.types.impl.TypeManagerImpl
Retrieves all object types from the registry.
getAllTypes() - Method in interface com.softwareag.centrasite.appl.framework.types.TypeManager
Retrieves all object types from the registry.
getAnnotatedMethods(Class<?>, Class<T>) - Static method in class com.softwareag.centrasite.appl.framework.util.Reflection
Retrieves methods with given annotation type by traversing over the given class and all the its interfaces.
getAnnotation(Class<?>, Class<T>) - Static method in class com.softwareag.centrasite.appl.framework.persistence.mapper.MappingUtils
Retrieves annotation with given annotation type by traversing over all the interfaces of the bean.
getAnnotation(RegistryBean, Method) - Static method in class com.softwareag.centrasite.appl.framework.persistence.mapper.MappingUtils
Filters the annotations by package and returns the first one that matches.
getAnnotationFromHierarchy(Class<?>, Class<T>) - Static method in class com.softwareag.centrasite.appl.framework.persistence.mapper.MappingUtils
Retrieves annotation with given annotation type by traversing over all the interfaces in the class hierarchy.
getAnnotations(RegistryBean, Method) - Static method in class com.softwareag.centrasite.appl.framework.persistence.mapper.MappingUtils
Retrieves annotations assigned to a method of a bean by traversing all its interfaces.
getAnnotations(Class<?>, Method, MappingUtils.AnnotationFilter) - Static method in class com.softwareag.centrasite.appl.framework.persistence.mapper.MappingUtils
Searches for annotations on the given method, which match the given filter.
getAppPath() - Method in class com.softwareag.centrasite.appl.framework.data.CSAppConceptRef
Returns the concepts path, including the classification scheme.
getAppPath() - Method in class com.softwareag.centrasite.appl.framework.fixed.CSAppConcept
Returns the concepts path, excluding the taxonomy name.
getAreaCode() - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.TelephoneNumberImpl
 
getAreaCode() - Method in interface com.softwareag.centrasite.appl.framework.beans.standard.TelephoneNumber
Gets the area code.
getAssociatedObjects() - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.RegistryObjectImpl
Returns the collection of RegistryObject instances associated with this object.
getAssociatedObjects() - Method in interface com.softwareag.centrasite.appl.framework.beans.standard.RegistryObject
Returns the collection of RegistryObject instances associated with this object.
getAssociatedObjects() - Method in class com.softwareag.centrasite.appl.framework.lcm.beans.impl.LCAwareRegistryObjectImpl
Returns the collection of RegistryObject instances associated with this object.
getAssociatedObjects() - Method in interface com.softwareag.centrasite.appl.framework.lcm.beans.LCAwareRegistryObject
Returns the collection of RegistryObject instances associated with this object.
getAssociationName() - Method in class com.softwareag.centrasite.appl.framework.mapping.AssociationTarget
Returns the association Name.
getAssociations() - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.RegistryObjectImpl
Gets all Associations where this object is source.
getAssociations() - Method in interface com.softwareag.centrasite.appl.framework.beans.standard.RegistryObject
Gets all Associations where this object is source.
getAssociations() - Method in class com.softwareag.centrasite.appl.framework.lcm.beans.impl.LCAwareRegistryObjectImpl
Gets all Associations where this object is source.
getAssociations() - Method in interface com.softwareag.centrasite.appl.framework.lcm.beans.LCAwareRegistryObject
Gets all Associations where this object is source.
getAssociations(RegistryObject) - Static method in class com.softwareag.centrasite.appl.framework.utils.JAXRUtils
Returns the given registry objects associations.
getAssociations(Collection<Association>, AssociationFilter) - Static method in class com.softwareag.centrasite.appl.framework.utils.JAXRUtils
Returns all associations in the given collection, that match the given filter.
getAssociationsBySourceAndType(RegistryObject, String) - Static method in class com.softwareag.centrasite.appl.framework.utils.JAXRUtils
Returns all associations with the given source object and the given association type.
getAssociationsBySourceAndTypeAndTarget(RegistryObject, String, RegistryObject) - Static method in class com.softwareag.centrasite.appl.framework.utils.JAXRUtils
Returns all associations with the given source object, the given association type, and the given target object.
getAssociationsBySourceAndTypeAndTargetType(RegistryObject, String, String) - Static method in class com.softwareag.centrasite.appl.framework.utils.JAXRUtils
Returns all associations with the given source object, the given association type, and the given object type.
getAssociationsBySourceAndTypeKey(RegistryObject, String) - Method in class com.softwareag.centrasite.appl.framework.persistence.RegistryAccessor
Returns all associations with the given source object and the given association type.
getAssociationsBySourceAndTypeKeyAndTargetType(RegistryObject, String, String) - Method in class com.softwareag.centrasite.appl.framework.persistence.RegistryAccessor
Returns all associations with the given source object, the given association type, and the given object type.
getAssociationsByTarget(String) - Method in class com.softwareag.centrasite.appl.framework.persistence.RegistryAccessor
Returns the list of associations with the given target id.
getAssociationsByTypeAndTarget(Concept, String, String) - Method in class com.softwareag.centrasite.appl.framework.persistence.RegistryAccessor
Return all associations with the given association type, source object type and the target object id.
getAssociationTargetType(Method, Association) - Static method in class com.softwareag.centrasite.appl.framework.utils.CollectionUtils
Determines the type of mapped to an association registry bean.
getAssociationType() - Method in interface com.softwareag.centrasite.appl.framework.beans.standard.Association
Gets the association type for this Association.
getAssociationType() - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.AssociationImpl
Gets the association type for this Association.
getAssociationType(CSAppAssociationTypeRef) - Method in class com.softwareag.centrasite.appl.framework.fixed.FixedRegistryObjectPool
Returns an instance of CSAppAssociationType, which has been registered in the pool, and has the given reference objects name.
getAssociationType(String) - Method in class com.softwareag.centrasite.appl.framework.fixed.FixedRegistryObjectPool
Returns an instance of CSAppAssociationType, which has been registered in the pool, and has the given reference objects name.
getAssociationType() - Method in class com.softwareag.centrasite.appl.framework.mapping.Association
Returns the associationType.
getAssociationType(String) - Method in class com.softwareag.centrasite.appl.framework.types.impl.TypeManagerImpl
 
getAssociationType(String) - Method in interface com.softwareag.centrasite.appl.framework.types.TypeManager
Get the AssociationType with the given value.
getAssociationTypeByForwardLabel(String) - Method in class com.softwareag.centrasite.appl.framework.types.impl.TypeManagerImpl
 
getAssociationTypeByForwardLabel(String) - Method in interface com.softwareag.centrasite.appl.framework.types.TypeManager
Get the AssociationType with the given forward label.
getAssociationTypeByName(String) - Method in class com.softwareag.centrasite.appl.framework.types.impl.TypeManagerImpl
 
getAssociationTypeByName(String) - Method in interface com.softwareag.centrasite.appl.framework.types.TypeManager
Get the AssociationType with the given name.
getAssociationTypeConcept() - Method in class com.softwareag.centrasite.appl.framework.mapping.Association
Returns the associationTypeConcept.
getAssociationTypeKey() - Method in class com.softwareag.centrasite.appl.framework.mapping.Association
Returns the associationTypeKey.
getAssociationTypePath() - Method in class com.softwareag.centrasite.appl.framework.types.impl.RelationshipAttributeDescriptionImpl
 
getAssociationTypePath() - Method in interface com.softwareag.centrasite.appl.framework.types.RelationshipAttributeDescription
Returns the path to the association type used to create the relationship attribute .
getAssociationTypeRef() - Method in class com.softwareag.centrasite.appl.framework.parser.CSAppAssociationTypeRefInfo
Returns the instance of CSAppAssociationTypeRef, which is being created.
getAssociationTypes() - Method in class com.softwareag.centrasite.appl.framework.parser.FixedRegistryObjectCollection
Returns the collection of fixed association types.
getAssocID() - Method in class com.softwareag.centrasite.appl.framework.persistence.versioning.CopyRule
Gets the association id.
getAttributeByName(String) - Method in class com.softwareag.centrasite.appl.framework.types.impl.TypeDescriptionImpl
 
getAttributeByName(String) - Method in interface com.softwareag.centrasite.appl.framework.types.TypeDescription
Gets attributes list assigned to the object type.
getAttributeDescription() - Method in class com.softwareag.centrasite.appl.framework.mapping.BaseProperty
 
getAttributeDescription() - Method in interface com.softwareag.centrasite.appl.framework.mapping.Property
Returns attribute description of this property.
getAttributeName() - Method in class com.softwareag.centrasite.appl.framework.mapping.BaseProperty
Returns the attribute name.
getAttributeNames() - Method in class com.softwareag.centrasite.appl.framework.types.impl.ProfileImpl
Retrieves all names of attributes associated with th profile.
getAttributeNames() - Method in interface com.softwareag.centrasite.appl.framework.types.Profile
Retrieves all names of attributes associated with th profile.
getAttributes() - Method in class com.softwareag.centrasite.appl.framework.types.impl.ProfileImpl
Gets all attributes of the profile.
getAttributes() - Method in class com.softwareag.centrasite.appl.framework.types.impl.TypeDescriptionImpl
Gets attributes list assigned to the object type.
getAttributes() - Method in interface com.softwareag.centrasite.appl.framework.types.Profile
Gets all attributes of the profile.
getAttributes() - Method in interface com.softwareag.centrasite.appl.framework.types.TypeDescription
Gets attributes list assigned to the object type.
getAuditTrail() - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.RegistryObjectImpl
Returns the complete audit trail of all requests that effected a state change in this object as an ordered Collection of AuditableEvent objects.
getAuditTrail() - Method in interface com.softwareag.centrasite.appl.framework.beans.standard.RegistryObject
Returns the complete audit trail of all requests that effected a state change in this object as an ordered Collection of AuditableEvent objects.
getAuditTrail() - Method in class com.softwareag.centrasite.appl.framework.lcm.beans.impl.LCAwareRegistryObjectImpl
Returns the complete audit trail of all requests that effected a state change in this object as an ordered Collection of AuditableEvent objects.
getAuditTrail() - Method in interface com.softwareag.centrasite.appl.framework.lcm.beans.LCAwareRegistryObject
Returns the complete audit trail of all requests that effected a state change in this object as an ordered Collection of AuditableEvent objects.
getBackwardLabel(Locale) - Method in interface com.softwareag.centrasite.appl.framework.types.AssociationType
Returns the backward label of this AssociationType in the given locale.
getBackwardLabel(Locale) - Method in class com.softwareag.centrasite.appl.framework.types.impl.AssociationTypeImpl
 
getBaseBeanClass() - Method in class com.softwareag.centrasite.appl.framework.persistence.mapper.impl.BaseObjectFactory
Returns the Class that this factory works on.
getBatchPersistenceEngine() - Method in class com.softwareag.centrasite.appl.framework.persistence.impl.ConfigurationManager
Retrieves the batch persistence engine.
getBean() - Method in interface com.softwareag.centrasite.appl.framework.persistence.BeanPoolEvent
Retrieves the bean attached to this event.
getBean() - Method in class com.softwareag.centrasite.appl.framework.persistence.impl.BackedDynamicRegistryBeanHandler
 
getBean() - Method in interface com.softwareag.centrasite.appl.framework.persistence.impl.BeanInfo
Returns the registry bean.
getBean() - Method in class com.softwareag.centrasite.appl.framework.persistence.impl.BeanPoolEventImpl
 
getBean() - Method in class com.softwareag.centrasite.appl.framework.persistence.impl.DynamicRegistryBeanHandler
 
getBean() - Method in class com.softwareag.centrasite.appl.framework.persistence.impl.PersistenceEventImpl
 
getBean() - Method in interface com.softwareag.centrasite.appl.framework.persistence.mapper.PropertyMapper
Get the bean.
getBean() - Method in interface com.softwareag.centrasite.appl.framework.persistence.PersistenceEvent
Retrieves the bean attached to this event.
getBeanClass() - Method in interface com.softwareag.centrasite.appl.framework.persistence.mapper.BeanMapper
Retrieves the class of the bean which this BeanMapper is parameterized with.
getBeanClass() - Method in class com.softwareag.centrasite.appl.framework.persistence.mapper.impl.BaseBeanMapper
Retrieves the class of the bean which this BeanMapper is parameterized with.
getBeanClass() - Method in class com.softwareag.centrasite.appl.framework.persistence.search.impl.BasicPredicate
Gets the bean class type.
getBeanClasses() - Method in class com.softwareag.centrasite.appl.framework.persistence.search.impl.SearchImpl
Gets the list of bean classes.
getBeanFactory() - Method in class com.softwareag.centrasite.appl.framework.persistence.impl.BeanPoolImpl
 
getBeanFactory() - Method in interface com.softwareag.centrasite.appl.framework.persistence.ManagedBeanPool
Retrieves the bean factory.
getBeanImplementation() - Method in class com.softwareag.centrasite.appl.framework.mapping.MetaDataHolder
Returns the bean implementation.
getBeanInfo(RegistryBean) - Method in class com.softwareag.centrasite.appl.framework.persistence.impl.BeanPoolImpl
 
getBeanInfo(RegistryBean) - Method in interface com.softwareag.centrasite.appl.framework.persistence.ManagedBeanPool
Retrieves the BeanInfo for a bean.
getBeanInterface(Class<?>) - Static method in class com.softwareag.centrasite.appl.framework.persistence.mapper.MappingUtils
Returns the first java interface class from the given class hierarchy that has the Bean annotation.
getBeanMode() - Method in class com.softwareag.centrasite.appl.framework.Configuration
Retrieves the BeanMode to be used.
getBeanPool() - Method in class com.softwareag.centrasite.appl.framework.lcm.BeanFactoryListenerImpl
Get the BeanPool.
getBeanPool() - Method in class com.softwareag.centrasite.appl.framework.persistence.impl.PersistenceContextImpl
 
getBeanPool() - Method in class com.softwareag.centrasite.appl.framework.persistence.impl.QueryContextImpl
 
getBeanPool() - Method in interface com.softwareag.centrasite.appl.framework.persistence.PersistenceContext
Retrieves reference to the bean pool.
getBeanPool() - Method in interface com.softwareag.centrasite.appl.framework.persistence.QueryContext
Retrieves reference to the bean pool.
getBeanPool() - Method in class com.softwareag.centrasite.appl.framework.persistence.search.impl.SearchImpl
Gets the bean pool.
getBeanPool() - Method in class com.softwareag.centrasite.appl.framework.persistence.search.SearchQuery
Returns the bean pool.
getBeanPool() - Method in class com.softwareag.centrasite.appl.framework.SessionContext
getBeanType() - Method in class com.softwareag.centrasite.appl.framework.mapping.BaseProperty
 
getBeanType() - Method in interface com.softwareag.centrasite.appl.framework.mapping.Property
Returns the bean type this property.
getBeanType(Class<?>) - Method in class com.softwareag.centrasite.appl.framework.mapping.RegistryObjectModel
Retrieves the bean type meta information for the given persistent class.
getBeanType(RegistryObject) - Method in class com.softwareag.centrasite.appl.framework.mapping.RegistryObjectModel
Retrieves the BeanType of the given registry object.
getBeanType(RegistryObject, List<?>) - Method in class com.softwareag.centrasite.appl.framework.mapping.RegistryObjectModel
Retrieves the BeanType of the given registry object from a list of classes.
getBeanType(QName) - Method in class com.softwareag.centrasite.appl.framework.mapping.RegistryObjectModel
Retrieves the BeanType of the given registry object type.
getBeanType(RegistryBean) - Method in class com.softwareag.centrasite.appl.framework.persistence.impl.BeanPoolImpl
Retrieves the BeanType meta-information for the given bean.
getBeanType(RegistryBean) - Method in interface com.softwareag.centrasite.appl.framework.persistence.ManagedBeanPool
Retrieves the BeanType meta-information for the given bean.
getBeanTypes() - Method in class com.softwareag.centrasite.appl.framework.mapping.RegistryObjectModel
Retrieves the bean type meta information for all registered bean types.
getBusinessLifeCycleManager() - Method in class com.softwareag.centrasite.appl.framework.persistence.impl.QueryContextImpl
 
getBusinessLifeCycleManager() - Method in interface com.softwareag.centrasite.appl.framework.persistence.QueryContext
Returns the BusinessLifeCycleManager, which may be used to create, or delete, objects.
getBusinessQueryManager() - Method in class com.softwareag.centrasite.appl.framework.persistence.impl.QueryContextImpl
 
getBusinessQueryManager() - Method in interface com.softwareag.centrasite.appl.framework.persistence.QueryContext
Returns the BusinessQueryManager, which may be used to query for registry objects.
getCacheScope() - Method in class com.softwareag.centrasite.appl.framework.Configuration
Returns the cache scope.
getCascadeStyle() - Method in class com.softwareag.centrasite.appl.framework.mapping.Association
Returns the cascade stype for this relation.
getCascadeStyle() - Method in class com.softwareag.centrasite.appl.framework.mapping.Classification
Returns the cascade stype for this relation.
getCascadeStyle() - Method in class com.softwareag.centrasite.appl.framework.mapping.ExternalLink
 
getCascadeStyle() - Method in interface com.softwareag.centrasite.appl.framework.mapping.Relation
Returns the cascade stype for this relation.
getCentraSiteAttribute() - Method in class com.softwareag.centrasite.appl.framework.types.impl.AttributeDescriptionImpl
Returns the CentraSite attribute.
getCharsetName() - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.LocalizedStringImpl
 
getCharsetName() - Method in interface com.softwareag.centrasite.appl.framework.beans.standard.LocalizedString
Gets the canonical name for the char-set for this object.
getCheckpoint() - Method in class com.softwareag.centrasite.appl.framework.beans.Identity
Returns the check point value.
getCheckpointName() - Method in class com.softwareag.centrasite.appl.framework.beans.DynamicRegistryBean
 
getCheckpointName() - Method in interface com.softwareag.centrasite.appl.framework.beans.RevisionBean
Retrieves the checkpoint (lebel) name.
getCheckpointName(RegistryObject) - Method in class com.softwareag.centrasite.appl.framework.persistence.RegistryAccessor
Gets the check point name from the given registry object.
getCheckpointNames() - Method in class com.softwareag.centrasite.appl.framework.persistence.revision.impl.RevisionManagerImpl
 
getCheckpointNames() - Method in interface com.softwareag.centrasite.appl.framework.persistence.revision.RevisionManager
Get a list of checkpoint names (labels) active in the system.
getChildConceptKeys(String) - Method in class com.softwareag.centrasite.appl.framework.persistence.RegistryObjectPaths
Gets the child concept keys for the given parent concept key.
getChildConcepts(String) - Method in class com.softwareag.centrasite.appl.framework.fixed.FixedRegistryObjectPool
Returns the given taxonomies, or concepts, child concepts, if available, or null.
getChildConcepts(CSAppTaxonomyRef) - Method in class com.softwareag.centrasite.appl.framework.fixed.FixedRegistryObjectPool
Returns the given taxonomies child concepts, if available, or null.
getChildConcepts(CSAppConceptRef) - Method in class com.softwareag.centrasite.appl.framework.fixed.FixedRegistryObjectPool
Returns the given parent concepts child concepts, if available, or null.
getChildConcepts() - Method in class com.softwareag.centrasite.appl.framework.parser.CSAppConceptCollectionRefInfo
Returns the collection of child concepts.
getChildOrganizations() - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.OrganizationImpl
Gets all immediate child Organizations.
getChildOrganizations() - Method in interface com.softwareag.centrasite.appl.framework.beans.standard.Organization
Gets all immediate child Organizations.
getChildrenConcepts() - Method in interface com.softwareag.centrasite.appl.framework.beans.standard.ClassificationScheme
Gets all immediate children Concepts.
getChildrenConcepts() - Method in interface com.softwareag.centrasite.appl.framework.beans.standard.Concept
Gets all immediate children Concepts.
getChildrenConcepts() - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.ClassificationSchemeImpl
Gets all immediate children Concepts.
getChildrenConcepts() - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.ConceptImpl
Gets all immediate children Concepts.
getChildrenConcepts() - Method in class com.softwareag.centrasite.appl.framework.lcm.beans.impl.LCAwareClassificationSchemeImpl
Gets all immediate children Concepts.
getChildrenConcepts() - Method in interface com.softwareag.centrasite.appl.framework.lcm.beans.LCAwareClassificationScheme
Gets all immediate children Concepts.
getCity() - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.PostalAddressImpl
 
getCity() - Method in interface com.softwareag.centrasite.appl.framework.beans.standard.PostalAddress
Returns the city.
getClassification(RegistryObject, String) - Static method in class com.softwareag.centrasite.appl.framework.utils.JAXRUtils
Retrieves a Classification form a RegistryObject by a given key.
getClassifications() - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.RegistryObjectImpl
Gets the Classification instances that classify this object.
getClassifications() - Method in interface com.softwareag.centrasite.appl.framework.beans.standard.RegistryObject
Gets the Classification instances that classify this object.
getClassifications() - Method in class com.softwareag.centrasite.appl.framework.lcm.beans.impl.LCAwareRegistryObjectImpl
Gets the Classification instances that classify this object.
getClassifications() - Method in interface com.softwareag.centrasite.appl.framework.lcm.beans.LCAwareRegistryObject
Gets the Classification instances that classify this object.
getClassifications(RegistryObject, String, String) - Method in class com.softwareag.centrasite.appl.framework.persistence.RegistryAccessor
Returns the collection of instances, which refer to the given concept.
getClassifications(RegistryObject, Collection<Concept>) - Method in class com.softwareag.centrasite.appl.framework.persistence.RegistryAccessor
Retrieves all classifications with concepts from the given collection.
getClassifications(RegistryObject) - Static method in class com.softwareag.centrasite.appl.framework.utils.JAXRUtils
Returns the given objects classifications.
getClassificationSchemaKey() - Method in class com.softwareag.centrasite.appl.framework.mapping.ClassifiedInstanceBeanType
Returns the classificationSchemaKey.
getClassificationSchemaName() - Method in class com.softwareag.centrasite.appl.framework.mapping.ClassifiedInstanceBeanType
Returns the classificationSchemaName.
getClassificationScheme() - Method in interface com.softwareag.centrasite.appl.framework.beans.standard.Classification
Gets the ClassificationScheme that is used in classifying the object.
getClassificationScheme() - Method in interface com.softwareag.centrasite.appl.framework.beans.standard.Concept
Gets the ClassificationScheme that this Concept is a descendent of.
getClassificationScheme() - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.ClassificationImpl
Gets the ClassificationScheme that is used in classifying the object.
getClassificationScheme() - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.ConceptImpl
Gets the ClassificationScheme that this Concept is a descendent of.
getClassificationScheme() - Method in class com.softwareag.centrasite.appl.framework.fixed.CSAppConcept
Returns the concepts classification scheme.
getClassificationScheme(CSAppTaxonomyRef) - Method in class com.softwareag.centrasite.appl.framework.fixed.FixedRegistryObjectPool
Returns an instance of CSAppClassificationScheme, which has been registered in the pool, and has the given reference objects name.
getClassificationScheme() - Method in class com.softwareag.centrasite.appl.framework.mapping.Classification
Returns the classification scheme.
getClassificationSchemeKey(String) - Method in class com.softwareag.centrasite.appl.framework.persistence.RegistryObjectPaths
Gets the classification scheme key given the scheme name.
getClassificationSchemeKey() - Method in interface com.softwareag.centrasite.appl.framework.types.ClassificationAttributeDescription
Returns key of the classification scheme used to classify this attribute.
getClassificationSchemeKey() - Method in class com.softwareag.centrasite.appl.framework.types.impl.ClassificationAttributeDescriptionImpl
 
getClassificationTargetType(Method, Classification) - Static method in class com.softwareag.centrasite.appl.framework.utils.CollectionUtils
Determines the type of mapped to a classification registry bean.
getClassifiedObject() - Method in interface com.softwareag.centrasite.appl.framework.beans.standard.Classification
Gets the Object that is being classified.
getClassifiedObject() - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.ClassificationImpl
Gets the Object that is being classified.
getColumnNumber() - Method in exception com.softwareag.centrasite.appl.framework.parser.CSAppFrameworkParserException
 
getConcept() - Method in interface com.softwareag.centrasite.appl.framework.beans.standard.Classification
Gets the Concept that is classifying the object.
getConcept() - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.ClassificationImpl
Gets the Concept that is classifying the object.
getConcept(CSAppConceptRef) - Method in class com.softwareag.centrasite.appl.framework.fixed.FixedRegistryObjectPool
Returns an instance of CSAppConcept, which has been registered in the pool, and has the given reference objects path.
getConcept(String) - Method in class com.softwareag.centrasite.appl.framework.fixed.FixedRegistryObjectPool
Returns an instance of CSAppConcept, which has been registered in the pool, and has the given path.
getConceptKey() - Method in class com.softwareag.centrasite.appl.framework.mapping.Classification
Returns the concepts key.
getConceptKey() - Method in class com.softwareag.centrasite.appl.framework.mapping.ClassifiedInstanceBeanType
Returns the conceptKey.
getConceptKey(String) - Method in class com.softwareag.centrasite.appl.framework.persistence.RegistryObjectPaths
Retrieve a Concept key by given path.
getConceptKey() - Method in class com.softwareag.centrasite.appl.framework.types.impl.TypeDescriptionImpl
Get associated concept key.
getConceptKey() - Method in interface com.softwareag.centrasite.appl.framework.types.TypeDescription
Get associated concept key.
getConceptPath() - Method in class com.softwareag.centrasite.appl.framework.mapping.Classification
Returns the concept path.
getConceptPath() - Method in class com.softwareag.centrasite.appl.framework.mapping.ClassifiedInstanceBeanType
Returns the conceptPath.
getConceptRef() - Method in class com.softwareag.centrasite.appl.framework.parser.CSAppConceptRefInfo
Returns the concept reference.
getConfiguration() - Method in class com.softwareag.centrasite.appl.framework.persistence.impl.ConfigurationManager
Retrieves the Configuration.
getConfiguration() - Method in class com.softwareag.centrasite.appl.framework.persistence.impl.QueryContextImpl
 
getConfiguration() - Method in interface com.softwareag.centrasite.appl.framework.persistence.QueryContext
Retrieves the Configuration.
getConfiguration() - Method in class com.softwareag.centrasite.appl.framework.SessionContext
Returns the configuration.
getConfigurationManager() - Method in class com.softwareag.centrasite.appl.framework.persistence.impl.BeanPoolImpl
 
getConfigurationManager() - Method in class com.softwareag.centrasite.appl.framework.persistence.impl.PersistenceContextImpl
 
getConfigurationManager() - Method in interface com.softwareag.centrasite.appl.framework.persistence.ManagedBeanPool
Retrieves the ConfigurationManager.
getConfigurationManager() - Method in interface com.softwareag.centrasite.appl.framework.persistence.PersistenceContext
Retrieves the ConfigurationManager.
getConnection() - Method in class com.softwareag.centrasite.appl.framework.generator.CommandLineContext
Returns the JAXR connection object.
getConnection() - Method in class com.softwareag.centrasite.appl.framework.persistence.impl.DefaultRegistryProvider
 
getConnection() - Method in class com.softwareag.centrasite.appl.framework.persistence.impl.StandaloneRegistryProvider
Returns the JAXR connection that will be used when performing registry operations.
getConnection() - Method in interface com.softwareag.centrasite.appl.framework.persistence.RegistryProvider
Returns the JAXR connection that will be used when performing registry operations.
getConnection() - Method in class com.softwareag.centrasite.appl.framework.util.PluggableUIRegistryProvider
Returns the JAXR connection that will be used when performing registry operations.
getConnection() - Method in class com.softwareag.centrasite.appl.framework.util.pui.PluggableUIRegistryProvider
Returns the JAXR connection that will be used when performing registry operations.
getContext() - Method in class com.softwareag.centrasite.appl.framework.persistence.impl.DynamicRegistryBeanHandler
Gets the persistence context instance.
getContext() - Method in class com.softwareag.centrasite.appl.framework.persistence.mapper.impl.BaseObjectFactory
Returns the PersistenceContext used by this instance.
getContext() - Method in class com.softwareag.centrasite.appl.framework.persistence.RegistryAccessor
Returns the context.
getContext() - Method in class com.softwareag.centrasite.appl.framework.persistence.search.SearchQuery
Returns the persitanceContext.
getCountry() - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.PostalAddressImpl
 
getCountry() - Method in interface com.softwareag.centrasite.appl.framework.beans.standard.PostalAddress
Returns the Country.
getCountryCode() - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.TelephoneNumberImpl
 
getCountryCode() - Method in interface com.softwareag.centrasite.appl.framework.beans.standard.TelephoneNumber
Gets the country code.
getCsAttribute() - Method in class com.softwareag.centrasite.appl.framework.types.impl.AttributeDescriptionImpl
Returns the CentraSiteAttribute object associated with the AttributeDescription.
getCsTypeDesc() - Method in class com.softwareag.centrasite.appl.framework.types.impl.TypeDescriptionImpl
Returns the CentraSiteTypeDescription object associated with this.
getCurrentBeanPool() - Method in interface com.softwareag.centrasite.appl.framework.CurrentBeanPoolContext
Retrieve the current bean pool according to the scoping defined by this implementation.
getCurrentBeanPool() - Method in class com.softwareag.centrasite.appl.framework.SessionContext
Obtains the current bean pool.
getCurrentBeanPool() - Method in class com.softwareag.centrasite.appl.framework.ThreadLocalCurrentBeanPoolContext
 
getCurrentContextObject() - Method in class com.softwareag.centrasite.appl.framework.persistence.search.SearchQuery
Returns the current context object and iterates for the next.
getDataType() - Method in interface com.softwareag.centrasite.appl.framework.types.AttributeDescription
Gets the data type of the attribute.
getDataType() - Method in class com.softwareag.centrasite.appl.framework.types.impl.AttributeDescriptionImpl
Gets the data type of the attribute.
getDateFormat() - Method in class com.softwareag.centrasite.appl.framework.persistence.impl.ConfigurationManager
Retrieves the date format for the JAXR registry.
getDay() - Method in class com.softwareag.centrasite.appl.framework.data.Date
Returns the dates day.
getDbUrl() - Method in class com.softwareag.centrasite.appl.framework.generator.CommandLineContext
Returns the Data base URL.
getDefaultPersistenceEngine() - Method in class com.softwareag.centrasite.appl.framework.persistence.impl.ConfigurationManager
Returns the default persistence engine, which is used, if the Mapping annotation isn't specifying another implementation.
getDefaultValue() - Method in interface com.softwareag.centrasite.appl.framework.types.AttributeDescription
The default value for this attribute.
getDefaultValue() - Method in class com.softwareag.centrasite.appl.framework.types.impl.AttributeDescriptionImpl
The default value for this attribute.
getDemo_WSDL_URL() - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.ServiceImpl
Gets Demo_WSDL_URL.
getDemo_WSDL_URL() - Method in interface com.softwareag.centrasite.appl.framework.beans.standard.Service
Gets Demo_WSDL_URL.
getDescendantConcepts() - Method in interface com.softwareag.centrasite.appl.framework.beans.standard.ClassificationScheme
Gets all descendant Concepts.
getDescendantConcepts() - Method in interface com.softwareag.centrasite.appl.framework.beans.standard.Concept
Gets all descendant Concepts.
getDescendantConcepts() - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.ClassificationSchemeImpl
Gets all descendant Concepts.
getDescendantConcepts() - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.ConceptImpl
Gets all descendant Concepts.
getDescendantConcepts() - Method in class com.softwareag.centrasite.appl.framework.lcm.beans.impl.LCAwareClassificationSchemeImpl
Gets all descendant Concepts.
getDescendantConcepts() - Method in interface com.softwareag.centrasite.appl.framework.lcm.beans.LCAwareClassificationScheme
Gets all descendant Concepts.
getDescendantOrganizations() - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.OrganizationImpl
Gets all descendant Organizations.
getDescendantOrganizations() - Method in interface com.softwareag.centrasite.appl.framework.beans.standard.Organization
Gets all descendant Organizations.
getDescription() - Method in class com.softwareag.centrasite.appl.framework.beans.DynamicRegistryBean
 
getDescription() - Method in interface com.softwareag.centrasite.appl.framework.beans.RegistryBean
Returns the registry object description.
getDescription() - Method in class com.softwareag.centrasite.appl.framework.fixed.CSAppFixedRegistryObject
Returns the registry object description.
getDescription() - Method in class com.softwareag.centrasite.appl.framework.lcm.impl.LCModelImpl
 
getDescription() - Method in class com.softwareag.centrasite.appl.framework.lcm.impl.LCStateImpl
 
getDescription() - Method in interface com.softwareag.centrasite.appl.framework.lcm.LCModel
Returns the description of this LCModel.
getDescription() - Method in interface com.softwareag.centrasite.appl.framework.lcm.LCState
Returns the description of this LCState.
getDescription() - Method in interface com.softwareag.centrasite.appl.framework.types.AttributeDescription
Gets the attribute description.
getDescription() - Method in class com.softwareag.centrasite.appl.framework.types.impl.AttributeDescriptionImpl
Gets the attribute description.
getDescription() - Method in class com.softwareag.centrasite.appl.framework.types.impl.ProfileImpl
Returns the registry object description.
getDescription() - Method in class com.softwareag.centrasite.appl.framework.types.impl.TypeDescriptionImpl
Get the type description.
getDescription() - Method in interface com.softwareag.centrasite.appl.framework.types.Profile
Returns the registry object description.
getDescription() - Method in interface com.softwareag.centrasite.appl.framework.types.TypeDescription
Get the type description.
getDestination() - Method in class com.softwareag.centrasite.appl.framework.generator.CommandLineContext
Returns the current destination.
getDisplayName() - Method in class com.softwareag.centrasite.appl.framework.lcm.impl.LCModelImpl
 
getDisplayName() - Method in interface com.softwareag.centrasite.appl.framework.lcm.LCModel
Returns the displayName of this LCModel.
getDisplayName() - Method in interface com.softwareag.centrasite.appl.framework.types.AttributeDescription
Get the attribute's display name.
getDisplayName() - Method in class com.softwareag.centrasite.appl.framework.types.impl.AttributeDescriptionImpl
Get the attribute's display name.
getDisplayName() - Method in class com.softwareag.centrasite.appl.framework.types.impl.SlotAttributeDescriptionImpl
Get the attribute's display name.
getDisplayName() - Method in class com.softwareag.centrasite.appl.framework.types.impl.TypeDescriptionImpl
Get the type's display name.
getDisplayName() - Method in interface com.softwareag.centrasite.appl.framework.types.SlotAttributeDescription
Get the attribute's display name.
getDisplayName() - Method in interface com.softwareag.centrasite.appl.framework.types.TypeDescription
Get the type's display name.
getDocument() - Method in class com.softwareag.centrasite.appl.framework.parser.ParsedXMLDocument
Returns the document, which has been created.
getEmailAddress(EmailAddress) - Static method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.StandardMappingUtils
Gets the EmailAddress for given JAXR EmailAddress.
getEmailAddresses() - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.UserImpl
Gets the email addresses for this User.
getEmailAddresses() - Method in interface com.softwareag.centrasite.appl.framework.beans.standard.User
Gets the email addresses for this User.
getEnabledTypes() - Method in class com.softwareag.centrasite.appl.framework.lcm.impl.LCModelImpl
 
getEnabledTypes() - Method in interface com.softwareag.centrasite.appl.framework.lcm.LCModel
Returns the UDDI keys of the enabled types for LCM with this LCModel.
getEnclosedProperty() - Method in class com.softwareag.centrasite.appl.framework.mapping.ClassifiedInstanceProperty
Returns the enclosedProperty.
getEncoding() - Method in exception com.softwareag.centrasite.appl.framework.parser.CSAppFrameworkParserException
 
getEndpoint() - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.ServiceImpl
Gets Endpoint.
getEndpoint() - Method in interface com.softwareag.centrasite.appl.framework.beans.standard.Service
Gets Endpoint.
getEnumClassification(RegistryObject, String, String) - Method in class com.softwareag.centrasite.appl.framework.persistence.RegistryAccessor
Retrieves a classification with a concept which belongs to a given parent.
getEnumClassification(RegistryObject, String) - Method in class com.softwareag.centrasite.appl.framework.persistence.RegistryAccessor
Retrieves a classification with the concept id.
getEnumClassifications(RegistryObject, String, String) - Method in class com.softwareag.centrasite.appl.framework.persistence.RegistryAccessor
Retrieves all classifications with a concept which belongs to a given parent.
getEnumClassifications(RegistryObject, String) - Method in class com.softwareag.centrasite.appl.framework.persistence.RegistryAccessor
Retrieves all classifications with a concept which belongs to a given parent.
getEnumClassifications(RegistryObject, Concept) - Method in class com.softwareag.centrasite.appl.framework.persistence.RegistryAccessor
Retrieves all classifications with a concept which belongs to a given parent.
getEnumValues() - Method in interface com.softwareag.centrasite.appl.framework.types.AttributeDescription
Retrieves the enumeration values for string attribute.
getEnumValues() - Method in class com.softwareag.centrasite.appl.framework.types.impl.AttributeDescriptionImpl
Retrieves the enumeration values for string attribute.
getError_MessagesAndCodes() - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.ServiceImpl
Gets Error_MessagesAndCodes.
getError_MessagesAndCodes() - Method in interface com.softwareag.centrasite.appl.framework.beans.standard.Service
Gets Error_MessagesAndCodes.
getEventType() - Method in interface com.softwareag.centrasite.appl.framework.beans.standard.AuditableEvent
Gets the type of this event.
getEventType() - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.AuditableEventImpl
Gets the type of this event.
getExpiration() - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.RegistryEntryImpl
Gets expirationDate attribute of the RegistryEntry within the Registry.
getExpiration() - Method in interface com.softwareag.centrasite.appl.framework.beans.standard.RegistryEntry
Gets expirationDate attribute of the RegistryEntry within the Registry.
getExpiration() - Method in class com.softwareag.centrasite.appl.framework.lcm.beans.impl.LCAwareRegistryEntryImpl
Gets expirationDate attribute of the RegistryEntry within the Registry.
getExpiration() - Method in interface com.softwareag.centrasite.appl.framework.lcm.beans.LCAwareRegistryEntry
Gets expirationDate attribute of the RegistryEntry within the Registry.
getExtension() - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.TelephoneNumberImpl
 
getExtension() - Method in interface com.softwareag.centrasite.appl.framework.beans.standard.TelephoneNumber
Gets the internal extension.
getExternalIdentifiers() - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.RegistryObjectImpl
Returns the ExternalIdentifiers associated with this object that are external identifiers for this object.
getExternalIdentifiers() - Method in interface com.softwareag.centrasite.appl.framework.beans.standard.RegistryObject
Returns the ExternalIdentifiers associated with this object that are external identifiers for this object.
getExternalIdentifiers() - Method in class com.softwareag.centrasite.appl.framework.lcm.beans.impl.LCAwareRegistryObjectImpl
Returns the ExternalIdentifiers associated with this object that are external identifiers for this object.
getExternalIdentifiers() - Method in interface com.softwareag.centrasite.appl.framework.lcm.beans.LCAwareRegistryObject
Returns the ExternalIdentifiers associated with this object that are external identifiers for this object.
getExternalLinks() - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.RegistryObjectImpl
Returns the ExternalLinks associated with this object.
getExternalLinks() - Method in interface com.softwareag.centrasite.appl.framework.beans.standard.RegistryObject
Returns the ExternalLinks associated with this object.
getExternalLinks() - Method in class com.softwareag.centrasite.appl.framework.lcm.beans.impl.LCAwareRegistryObjectImpl
Returns the ExternalLinks associated with this object.
getExternalLinks() - Method in interface com.softwareag.centrasite.appl.framework.lcm.beans.LCAwareRegistryObject
Returns the ExternalLinks associated with this object.
getExternalURI() - Method in interface com.softwareag.centrasite.appl.framework.beans.standard.ExternalLink
Gets URI to the an external resource.
getExternalURI() - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.ExternalLinkImpl
Gets URI to the an external resource.
getField(Class<?>, String) - Static method in class com.softwareag.centrasite.appl.framework.util.Reflection
Searches for a field named pFieldName in the given class, or its superclass.
getFirstName() - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.PersonNameImpl
 
getFirstName() - Method in interface com.softwareag.centrasite.appl.framework.beans.standard.PersonName
Gets the first name for this Person.
getFirstSlotValue(RegistryObject, String) - Static method in class com.softwareag.centrasite.appl.framework.utils.JAXRUtils
Returns the first value, of the slot with the given name, if any, or null.
getFixedRegistryObject(Key) - Method in class com.softwareag.centrasite.appl.framework.fixed.FixedRegistryObjectPool
Returns the fixed registry object with the given key.
getFixedRegistryObject(Key) - Method in class com.softwareag.centrasite.appl.framework.fixed.FixedRegistryObjectPool
Returns the fixed registry object with the given key.
getFixedRegistryObject(String) - Method in class com.softwareag.centrasite.appl.framework.fixed.FixedRegistryObjectPool
Returns the fixed registry object with the given Id.
getFlushMode() - Method in interface com.softwareag.centrasite.appl.framework.persistence.BeanPool
Retrieves the current FlushMode.
getFlushMode() - Method in class com.softwareag.centrasite.appl.framework.persistence.impl.BeanPoolImpl
 
getForwardLabel(Locale) - Method in interface com.softwareag.centrasite.appl.framework.types.AssociationType
Returns the forward label of this AssociationType in the given locale.
getForwardLabel(Locale) - Method in class com.softwareag.centrasite.appl.framework.types.impl.AssociationTypeImpl
 
getFullName() - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.PersonNameImpl
 
getFullName() - Method in interface com.softwareag.centrasite.appl.framework.beans.standard.PersonName
Gets the fully formatted name for this person.
getFullPath() - Method in class com.softwareag.centrasite.appl.framework.fixed.CSAppConcept
Returns the concepts path, including the classification schemes key.
getFunctional_Requirements() - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.ServiceImpl
Gets Functional_Requirements.
getFunctional_Requirements() - Method in interface com.softwareag.centrasite.appl.framework.beans.standard.Service
Gets Functional_Requirements.
getGenericObjectListener() - Method in class com.softwareag.centrasite.appl.framework.persistence.versioning.impl.VersionObjectListenerImpl
Gets the generic object listener from CentraSite VMS.
getGenericState() - Method in class com.softwareag.centrasite.appl.framework.lcm.impl.LCStateImpl
Returns the generic com.centrasite.lcmapi.LCState wrapped by LCStateImpl.
getGetter() - Method in class com.softwareag.centrasite.appl.framework.mapping.BaseProperty
Returns the getter java method for this property.
getGetter() - Method in interface com.softwareag.centrasite.appl.framework.mapping.Property
Returns the getter java method for this property.
getGetter(Object, String) - Static method in class com.softwareag.centrasite.appl.framework.util.Reflection
Returns a getter for the given property.
getGetter(String, Class<?>) - Static method in class com.softwareag.centrasite.appl.framework.util.Reflection
Returns a getter for the given property.
getGetters(Class<?>) - Static method in class com.softwareag.centrasite.appl.framework.util.Reflection
Returns the getter methods for the given bean type.
getGetters(Object) - Static method in class com.softwareag.centrasite.appl.framework.util.Reflection
Returns the given objects getters.
getHasPolicyAttachment() - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.ServiceImpl
Gets hasPolicyAttachment.
getHasPolicyAttachment() - Method in interface com.softwareag.centrasite.appl.framework.beans.standard.Service
Gets hasPolicyAttachment.
getIconUrl() - Method in class com.softwareag.centrasite.appl.framework.types.impl.TypeDescriptionImpl
Get the link to the type icon.
getIconUrl() - Method in interface com.softwareag.centrasite.appl.framework.types.TypeDescription
Get the link to the type icon.
getId() - Method in interface com.softwareag.centrasite.appl.framework.beans.Key
Returns the ID of the key.
getId() - Method in class com.softwareag.centrasite.appl.framework.beans.KeyImpl
 
getIdentificationScheme() - Method in interface com.softwareag.centrasite.appl.framework.beans.standard.ExternalIdentifier
Gets the ClassificationScheme that is used as the identification scheme for identifying this object.
getIdentificationScheme() - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.ExternalIdentifierImpl
 
getIdentity() - Method in class com.softwareag.centrasite.appl.framework.beans.DynamicRegistryBean
Returns the identity object.
getIdentity(RegistryBean) - Static method in class com.softwareag.centrasite.appl.framework.utils.BeanUtils
Retrieves the Identity object for this registry bean.
getImplementation_Technology() - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.ServiceImpl
Gets Implementation_Technology.
getImplementation_Technology() - Method in interface com.softwareag.centrasite.appl.framework.beans.standard.Service
Gets Implementation_Technology.
getImplementationPackageName() - Method in class com.softwareag.centrasite.appl.framework.generator.CommandLineContext
Returns the implementation package name.
getInitialState() - Method in class com.softwareag.centrasite.appl.framework.lcm.impl.LCModelImpl
 
getInitialState() - Method in interface com.softwareag.centrasite.appl.framework.lcm.LCModel
Returns the initialState of this LCModel.
getInstance() - Static method in class com.softwareag.centrasite.appl.framework.BeanTypeAnnotationProcessor
Returns the default BeanTypeAnnotationProcessor.
getInstance() - Static method in class com.softwareag.centrasite.appl.framework.persistence.mapper.PropertyMapperFactory
Returns the default PropertyMapperFactory.
getInstance(Configuration) - Static method in class com.softwareag.centrasite.appl.framework.persistence.RegistryObjectPaths
Retrieves and instance of a RegistryObjectPaths.
getInstance() - Static method in class com.softwareag.centrasite.appl.framework.persistence.search.impl.PredicateFactory
Gets the predicate factory instance.
getInstance() - Static method in class com.softwareag.centrasite.appl.framework.util.LocaleProvider
Returns the current locale provider.
getIntDescription() - Method in class com.softwareag.centrasite.appl.framework.fixed.CSAppFixedRegistryObject
Returns the collection of localized descriptions.
getInterfacePackageName() - Method in class com.softwareag.centrasite.appl.framework.generator.CommandLineContext
Returns the interface package name.
getInternationalString(InternationalString) - Static method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.StandardMappingUtils
Gets the InternationalString for given JAXR InternationalString.
getIntName() - Method in class com.softwareag.centrasite.appl.framework.fixed.CSAppFixedRegistryObject
Returns the collection of localized names.
getJAXRAnnotations(RegistryBean, Method) - Static method in class com.softwareag.centrasite.appl.framework.persistence.mapper.MappingUtils
Retrieves annotations assigned to a method of a bean by traversing all its interfaces and filtering on package name.
getJAXRAnnotations(Class<?>, Method) - Static method in class com.softwareag.centrasite.appl.framework.persistence.mapper.MappingUtils
Retrieves annotations assigned to a method of a bean type by traversing all its interfaces and filtering on package name.
getJAXREmailAddress() - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.EmailAddressImpl
Get the the javax.xml.registry.infomodel.EmailAddress instance wrapped by this object.
getJAXREmailAddress(EmailAddress) - Static method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.StandardMappingUtils
Gets JAXR EmailAddress for given EmailAddress.
getJaxrInternationalString() - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.InternationalStringImpl
Gets the the javax.xml.registry.infomodel.InternationalString instance wrapped by this object.
getJAXRInternationalString(InternationalString) - Static method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.StandardMappingUtils
Gets the JAXR InternationalString for given InternationalString.
getJaxrLocalizedString() - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.LocalizedStringImpl
Get the the javax.xml.registry.infomodel.LocalizedString instance wrapped by this object.
getJAXRLoclizedString(LocalizedString) - Static method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.StandardMappingUtils
Gets the JAXR LocalizedString for given LocalizedString.
getJaxrPersonName() - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.PersonNameImpl
Get the the javax.xml.registry.infomodel.PersonName instance wrapped by this object.
getJAXRPersonName(PersonName) - Static method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.StandardMappingUtils
Gets the JAXR PersonName for given PersonName.
getJaxrPostalAddress() - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.PostalAddressImpl
Get the the javax.xml.registry.infomodel.PostalAddress instance wrapped by this object.
getJAXRPostalAddress(PostalAddress) - Static method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.StandardMappingUtils
Gets the JAXR PostalAddress for given PostalAddress.
getJaxrSlot() - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.SlotImpl
Get the the javax.xml.registry.infomodel.Slot instance wrapped by this object.
getJAXRSlot(Slot) - Static method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.StandardMappingUtils
Gets the JAXR Slot for given Slot.
getJAXRTelephoneNumber(TelephoneNumber) - Static method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.StandardMappingUtils
Gets JAXR TelephoneNumber for given TelephoneNumber.
getJaxrTelephoneNumber() - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.TelephoneNumberImpl
Get the the javax.xml.registry.infomodel.TelephoneNumber instance wrapped by this object.
getKey() - Method in class com.softwareag.centrasite.appl.framework.beans.DynamicRegistryBean
 
getKey() - Method in class com.softwareag.centrasite.appl.framework.beans.Identity
Returns the key.
getKey() - Method in interface com.softwareag.centrasite.appl.framework.beans.RegistryBean
Returns the registry object key.
getKey() - Method in class com.softwareag.centrasite.appl.framework.fixed.CSAppFixedRegistryObject
Returns the registry object key.
getKey() - Method in class com.softwareag.centrasite.appl.framework.lcm.impl.LCModelImpl
 
getKey() - Method in interface com.softwareag.centrasite.appl.framework.lcm.LCModel
Return the LCModel Key.
getKey() - Method in class com.softwareag.centrasite.appl.framework.persistence.impl.BackedDynamicRegistryBeanHandler
 
getKey() - Method in interface com.softwareag.centrasite.appl.framework.persistence.impl.BeanInfo
Returns the objects key.
getKey() - Method in class com.softwareag.centrasite.appl.framework.persistence.impl.DynamicRegistryBeanHandler
 
getKey() - Method in class com.softwareag.centrasite.appl.framework.types.impl.ProfileImpl
 
getKey() - Method in interface com.softwareag.centrasite.appl.framework.types.Profile
Retrieves the key of this profile object.
getLargeIconUrl() - Method in class com.softwareag.centrasite.appl.framework.types.impl.TypeDescriptionImpl
Get the url to the LargeTypeIcon.
getLargeIconUrl() - Method in interface com.softwareag.centrasite.appl.framework.types.TypeDescription
Get the url to the LargeTypeIcon.
getLastName() - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.PersonNameImpl
 
getLastName() - Method in interface com.softwareag.centrasite.appl.framework.beans.standard.PersonName
Gets the last name (surname) for this Person.
getLCMAdminManager() - Method in class com.softwareag.centrasite.appl.framework.SessionContext
Returns an instance of LCMAdminManager.
getLCModel(String) - Method in class com.softwareag.centrasite.appl.framework.lcm.impl.LCMAdminManagerImpl
 
getLCModel(String) - Method in interface com.softwareag.centrasite.appl.framework.lcm.LCMAdminManager
Get the LCModel with the given key.
getLCState() - Method in class com.softwareag.centrasite.appl.framework.lcm.beans.LCAwareDynamicRegistryBean
 
getLCState() - Method in interface com.softwareag.centrasite.appl.framework.lcm.beans.LifeCycleAware
Returns the current state of the registryBean.
getLineNumber() - Method in exception com.softwareag.centrasite.appl.framework.parser.CSAppFrameworkParserException
 
getLinkedObjects() - Method in interface com.softwareag.centrasite.appl.framework.beans.standard.ExternalLink
Gets the collection of RegistryObjects that are annotated by this ExternalLink.
getLinkedObjects() - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.ExternalLinkImpl
Gets the collection of RegistryObjects that are annotated by this ExternalLink.
getLocale() - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.LocalizedStringImpl
 
getLocale() - Method in interface com.softwareag.centrasite.appl.framework.beans.standard.LocalizedString
Gets the Locale for this object.
getLocale() - Method in class com.softwareag.centrasite.appl.framework.persistence.impl.DefaultRegistryProvider
 
getLocale() - Method in class com.softwareag.centrasite.appl.framework.persistence.impl.QueryContextImpl
 
getLocale() - Method in class com.softwareag.centrasite.appl.framework.persistence.impl.StandaloneRegistryProvider
The Locale in which the registry will be accessed.
getLocale() - Method in interface com.softwareag.centrasite.appl.framework.persistence.QueryContext
Retrieves the Locale for the context.
getLocale() - Method in interface com.softwareag.centrasite.appl.framework.persistence.RegistryProvider
The Locale in which the registry will be accessed.
getLocale() - Method in class com.softwareag.centrasite.appl.framework.persistence.search.SearchQuery
Returns the current locale.
getLocale() - Method in class com.softwareag.centrasite.appl.framework.util.LocaleProvider
Returns the current locale.
getLocale() - Method in class com.softwareag.centrasite.appl.framework.util.PluggableUIRegistryProvider
The Locale in which the registry will be accessed.
getLocale() - Method in class com.softwareag.centrasite.appl.framework.util.pui.PluggableUIRegistryProvider
The Locale in which the registry will be accessed.
getLocalFunctionCount() - Method in class com.softwareag.centrasite.appl.framework.persistence.search.SearchQuery
Gets the local function count.
getLocalizedString(Locale, String) - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.InternationalStringImpl
 
getLocalizedString(Locale, String) - Method in interface com.softwareag.centrasite.appl.framework.beans.standard.InternationalString
Gets the LocalizedString for the specified Locale and charsetName.
getLocalizedStrings() - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.InternationalStringImpl
 
getLocalizedStrings() - Method in interface com.softwareag.centrasite.appl.framework.beans.standard.InternationalString
Returns the LocalizedStrings associated with this object.
getLocalName() - Method in interface com.softwareag.centrasite.appl.framework.types.AttributeDescription
Derive local part from complete name.
getLocalName() - Method in class com.softwareag.centrasite.appl.framework.types.impl.AttributeDescriptionImpl
Derive local part from complete name.
getLocalName(Concept) - Static method in class com.softwareag.centrasite.appl.framework.utils.JAXRUtils
Returns the local name of this concept.
getLocalPart() - Method in class com.softwareag.centrasite.appl.framework.types.impl.TypeDescriptionImpl
Derive local part from complete name.
getLocalPart() - Method in interface com.softwareag.centrasite.appl.framework.types.TypeDescription
Derive local part from complete name.
getLocalStringValue(InternationalString, Locale) - Static method in class com.softwareag.centrasite.appl.framework.utils.JAXRUtils
Returns the InternationalString value for the given locale.
getLocator() - Method in exception com.softwareag.centrasite.appl.framework.parser.CSAppFrameworkParserException
Returns the exceptions locator.
getLocator(Node) - Method in interface com.softwareag.centrasite.appl.framework.parser.NodeInfo
Returns the given node's locator.
getLocator(Node) - Method in class com.softwareag.centrasite.appl.framework.parser.ParsedXMLDocument
 
getLoclizedString(LocalizedString) - Static method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.StandardMappingUtils
Gets the LocalizedString for given JAXR LocalizedString.
getMajorVersion() - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.ClassificationSchemeImpl
Gets the major revision number for this version of the Versionable object.
getMajorVersion() - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.ExtrinsicObjectImpl
Gets the major revision number for this version of the Versionable object.
getMajorVersion() - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.RegistryEntryImpl
Gets the major revision number for this version of the Versionable object.
getMajorVersion() - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.RegistryPackageImpl
Gets the major revision number for this version of the Versionable object.
getMajorVersion() - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.ServiceImpl
Gets the major revision number for this version of the Versionable object.
getMajorVersion() - Method in interface com.softwareag.centrasite.appl.framework.beans.standard.Versionable
Gets the major revision number for this version of the Versionable object.
getMajorVersion() - Method in class com.softwareag.centrasite.appl.framework.lcm.beans.impl.LCAwareClassificationSchemeImpl
Gets the major revision number for this version of the Versionable object.
getMajorVersion() - Method in class com.softwareag.centrasite.appl.framework.lcm.beans.impl.LCAwareRegistryEntryImpl
Gets the major revision number for this version of the Versionable object.
getMajorVersion(RegistryBean) - Method in class com.softwareag.centrasite.appl.framework.persistence.versioning.impl.VersionManagerImpl
 
getMajorVersion(RegistryBean) - Method in interface com.softwareag.centrasite.appl.framework.persistence.versioning.VersionManager
Returns the major version number of any registry bean.
getMandatoryProfiles() - Method in class com.softwareag.centrasite.appl.framework.types.impl.TypeManagerImpl
 
getMandatoryProfiles() - Method in interface com.softwareag.centrasite.appl.framework.types.TypeManager
Retrieves the list of mandatory profiles (Permissions, Object-Specific properties etc.).
getMandatoryQNameAttribute(Element, String) - Method in class com.softwareag.centrasite.appl.framework.parser.ParsedXMLDocument
Queries the given element for a mandatory attribute.
getMandatoryStringAttribute(Element, String) - Method in class com.softwareag.centrasite.appl.framework.parser.ParsedXMLDocument
Queries the given element for a mandatory attribute.
getMapper(Class<T>) - Method in class com.softwareag.centrasite.appl.framework.persistence.impl.PersistenceContextImpl
 
getMapper(Class<T>) - Method in interface com.softwareag.centrasite.appl.framework.persistence.PersistenceContext
Returns the Mapper for the given interface.
getMapperFor(RegistryBean, Property) - Method in class com.softwareag.centrasite.appl.framework.persistence.mapper.PropertyMapperFactory
Retrieves PropertyMapper for a bean method and property.
getMaxConceptCacheSize() - Method in class com.softwareag.centrasite.appl.framework.Configuration
Returns the maximum cache size.
getMaxOccurs() - Method in interface com.softwareag.centrasite.appl.framework.types.AttributeDescription
Returns the maximum occurence.
getMaxOccurs() - Method in class com.softwareag.centrasite.appl.framework.types.impl.AttributeDescriptionImpl
Returns the maximum occurence.
getMaxVersionObject(RegistryBean) - Method in class com.softwareag.centrasite.appl.framework.persistence.versioning.impl.VersionManagerImpl
 
getMaxVersionObject(RegistryBean) - Method in interface com.softwareag.centrasite.appl.framework.persistence.versioning.VersionManager
Get the maximum version object of an arbitrary given object in a versioning row.
getMessage() - Method in exception com.softwareag.centrasite.appl.framework.parser.CSAppFrameworkParserException
 
getMetaDataHolder() - Method in class com.softwareag.centrasite.appl.framework.mapping.BeanType
Returns the meta data holder.
getMiddleName() - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.PersonNameImpl
 
getMiddleName() - Method in interface com.softwareag.centrasite.appl.framework.beans.standard.PersonName
Gets the middle name for this Person.
getMimeType() - Method in interface com.softwareag.centrasite.appl.framework.beans.standard.ExtrinsicObject
Gets the mime type associated with this object.
getMimeType() - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.ExtrinsicObjectImpl
Gets the mime type associated with this object.
getMinOccurs() - Method in interface com.softwareag.centrasite.appl.framework.types.AttributeDescription
Returns the minimum occurence.
getMinOccurs() - Method in class com.softwareag.centrasite.appl.framework.types.impl.AttributeDescriptionImpl
Returns the minimum occurence.
getMinorVersion() - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.ClassificationSchemeImpl
Gets the minor revision number for this version of the Versionable object.
getMinorVersion() - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.ExtrinsicObjectImpl
Gets the minor revision number for this version of the Versionable object.
getMinorVersion() - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.RegistryEntryImpl
Gets the minor revision number for this version of the Versionable object.
getMinorVersion() - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.RegistryPackageImpl
Gets the minor revision number for this version of the Versionable object.
getMinorVersion() - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.ServiceImpl
Gets the minor revision number for this version of the Versionable object.
getMinorVersion() - Method in interface com.softwareag.centrasite.appl.framework.beans.standard.Versionable
Gets the minor revision number for this version of the Versionable object.
getMinorVersion() - Method in class com.softwareag.centrasite.appl.framework.lcm.beans.impl.LCAwareClassificationSchemeImpl
Gets the minor revision number for this version of the Versionable object.
getMinorVersion() - Method in class com.softwareag.centrasite.appl.framework.lcm.beans.impl.LCAwareRegistryEntryImpl
Gets the minor revision number for this version of the Versionable object.
getMinorVersion(RegistryBean) - Method in class com.softwareag.centrasite.appl.framework.persistence.versioning.impl.VersionManagerImpl
 
getMinorVersion(RegistryBean) - Method in interface com.softwareag.centrasite.appl.framework.persistence.versioning.VersionManager
Returns the minor version number of any registry object.
getModel() - Method in class com.softwareag.centrasite.appl.framework.Configuration
Returns the registry object model.
getModel() - Method in class com.softwareag.centrasite.appl.framework.mapping.BeanType
Returns the registry object model.
getModelClassificationScheme() - Method in class com.softwareag.centrasite.appl.framework.lcm.impl.LCModelImpl
 
getModelClassificationScheme() - Method in interface com.softwareag.centrasite.appl.framework.lcm.LCModel
Return the ClassificationScheme.
getModifiedObjects() - Method in interface com.softwareag.centrasite.appl.framework.persistence.impl.BackedBeanInfo
Retrieves all modified RegistryObject including the primary backed object.
getModifiedObjects() - Method in class com.softwareag.centrasite.appl.framework.persistence.impl.BackedDynamicRegistryBeanHandler
Retrieves all modified RegistryObject including the primary backed object.
getModifiedObjects() - Method in interface com.softwareag.centrasite.appl.framework.persistence.mapper.ChangeHandler
Obtains the list of RegistryObjects modified when applying the changes.
getMonth() - Method in class com.softwareag.centrasite.appl.framework.data.Date
Returns the dates month.
getNakedBean(RegistryBean) - Static method in class com.softwareag.centrasite.appl.framework.utils.BeanUtils
Extract and return the naked instance of a RegistryBean from a (possibly) proxied instance.
getName() - Method in class com.softwareag.centrasite.appl.framework.beans.DynamicRegistryBean
 
getName() - Method in interface com.softwareag.centrasite.appl.framework.beans.RegistryBean
Returns the registry object name.
getName() - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.SlotImpl
 
getName() - Method in interface com.softwareag.centrasite.appl.framework.beans.standard.Slot
Gets the name for this Slot.
getName() - Method in class com.softwareag.centrasite.appl.framework.data.CSAppAssociationTypeRef
Returns the object types qualified name as a string.
getName() - Method in class com.softwareag.centrasite.appl.framework.data.CSAppObjectTypeRef
Returns the object types qualified name as a string.
getName() - Method in class com.softwareag.centrasite.appl.framework.data.CSAppTaxonomyRef
Returns the classification taxonomy name as a string.
getName() - Method in class com.softwareag.centrasite.appl.framework.fixed.CSAppFixedRegistryObject
Returns the registry object name.
getName() - Method in class com.softwareag.centrasite.appl.framework.lcm.impl.LCStateImpl
 
getName() - Method in interface com.softwareag.centrasite.appl.framework.lcm.LCState
Returns the name of this LCState.
getName() - Method in class com.softwareag.centrasite.appl.framework.mapping.BaseProperty
Returns the property name.
getName() - Method in interface com.softwareag.centrasite.appl.framework.mapping.Property
Returns the property name.
getName(Locale) - Method in interface com.softwareag.centrasite.appl.framework.types.AssociationType
Returns the name of this AssociationType in the given locale.
getName() - Method in interface com.softwareag.centrasite.appl.framework.types.AttributeDescription
Get the attribute name.
getName(Locale) - Method in class com.softwareag.centrasite.appl.framework.types.impl.AssociationTypeImpl
 
getName() - Method in class com.softwareag.centrasite.appl.framework.types.impl.AttributeDescriptionImpl
Get the attribute name.
getName() - Method in class com.softwareag.centrasite.appl.framework.types.impl.ProfileImpl
Returns the registry objects name.
getName() - Method in class com.softwareag.centrasite.appl.framework.types.impl.TypeDescriptionImpl
Get the type name.
getName() - Method in interface com.softwareag.centrasite.appl.framework.types.Profile
Returns the registry objects name.
getName() - Method in interface com.softwareag.centrasite.appl.framework.types.TypeDescription
Get the type name.
getNamespaceUri() - Method in class com.softwareag.centrasite.appl.framework.types.impl.TypeDescriptionImpl
Derive namespace from complete name.
getNamespaceUri() - Method in interface com.softwareag.centrasite.appl.framework.types.TypeDescription
Derive namespace from complete name.
getNestedProperty() - Method in class com.softwareag.centrasite.appl.framework.mapping.NestedProperty
Returns the nested property.
getNewerVersionObjects(RegistryBean, Collection<Classification>) - Method in class com.softwareag.centrasite.appl.framework.persistence.versioning.impl.VersionManagerImpl
 
getNewerVersionObjects(RegistryBean, Collection<Classification>) - Method in interface com.softwareag.centrasite.appl.framework.persistence.versioning.VersionManager
Gets all older versioned objects based on the object given.
getNextContextObject() - Method in class com.softwareag.centrasite.appl.framework.persistence.search.SearchQuery
Gets the next context object.
getNextStates() - Method in class com.softwareag.centrasite.appl.framework.lcm.impl.LCStateImpl
 
getNextStates() - Method in interface com.softwareag.centrasite.appl.framework.lcm.LCState
Returns the next states of this LCState.
getNon_Functional_Requirements() - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.ServiceImpl
Gets Non_Functional_Requirements.
getNon_Functional_Requirements() - Method in interface com.softwareag.centrasite.appl.framework.beans.standard.Service
Gets Non_Functional_Requirements.
getNumber() - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.TelephoneNumberImpl
 
getNumber() - Method in interface com.softwareag.centrasite.appl.framework.beans.standard.TelephoneNumber
Gets the telephone number suffix, not including the country or area code.
getObjectFactory(Class<T>) - Method in class com.softwareag.centrasite.appl.framework.persistence.impl.PersistenceContextImpl
 
getObjectFactory(Class<T>) - Method in interface com.softwareag.centrasite.appl.framework.persistence.PersistenceContext
Retrieves the ObjectFactory for given bean type.
getObjectType() - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.RegistryObjectImpl
Gets the object type that best describes the RegistryObject.
getObjectType() - Method in interface com.softwareag.centrasite.appl.framework.beans.standard.RegistryObject
Gets the object type that best describes the RegistryObject.
getObjectType(CSAppObjectTypeRef) - Method in class com.softwareag.centrasite.appl.framework.fixed.FixedRegistryObjectPool
Returns an instance of CSAppObjectType, which has been registered in the pool, and has the given reference objects name.
getObjectType(String) - Method in class com.softwareag.centrasite.appl.framework.fixed.FixedRegistryObjectPool
Returns an instance of CSAppObjectType, which has been registered in the pool, and has the given reference objects name.
getObjectType() - Method in class com.softwareag.centrasite.appl.framework.lcm.beans.impl.LCAwareRegistryObjectImpl
Gets the object type that best describes the RegistryObject.
getObjectType() - Method in interface com.softwareag.centrasite.appl.framework.lcm.beans.LCAwareRegistryObject
Gets the object type that best describes the RegistryObject.
getObjectTypeName(Class<? extends RegistryBean>) - Method in class com.softwareag.centrasite.appl.framework.persistence.search.SearchQuery
Gives the object type name for a given bean class.
getObjectTypeRef() - Method in class com.softwareag.centrasite.appl.framework.parser.CSAppObjectTypeRefInfo
Returns the instance of CSAppObjectTypeRef, which is being created.
getObjectTypes() - Method in class com.softwareag.centrasite.appl.framework.parser.FixedRegistryObjectCollection
Returns the collection of fixed object types.
getOlderVersionObjects(RegistryBean, Collection<Classification>) - Method in class com.softwareag.centrasite.appl.framework.persistence.versioning.impl.VersionManagerImpl
 
getOlderVersionObjects(RegistryBean, Collection<Classification>) - Method in interface com.softwareag.centrasite.appl.framework.persistence.versioning.VersionManager
Gets all older versioned objects based on the object given.
getOperation() - Method in class com.softwareag.centrasite.appl.framework.persistence.search.impl.BasicPredicate
Gets the operation applied on the predicate.
getOperation() - Method in class com.softwareag.centrasite.appl.framework.persistence.search.impl.DefaultPredicate
Gets the operation.
getOperation() - Method in class com.softwareag.centrasite.appl.framework.persistence.search.Operation
Gets the operation type.
getOperationString() - Method in class com.softwareag.centrasite.appl.framework.persistence.search.Operation
Returns the proper operation.
getOrderQueryString(SearchQuery) - Method in class com.softwareag.centrasite.appl.framework.persistence.search.Order
Returns an order query, depending on the Order's property.
getOrders() - Method in class com.softwareag.centrasite.appl.framework.persistence.search.impl.SearchImpl
Gets the list of orders defined for the predicate search results.
getOrganization() - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.UserImpl
Gets the Organization that this User is affiliated with.
getOrganization() - Method in interface com.softwareag.centrasite.appl.framework.beans.standard.User
Gets the Organization that this User is affiliated with.
getOrganization() - Method in class com.softwareag.centrasite.appl.framework.lcm.impl.LCModelImpl
 
getOrganization() - Method in interface com.softwareag.centrasite.appl.framework.lcm.LCModel
Returns the organization to which the LCModel belongs to.
getParent() - Method in interface com.softwareag.centrasite.appl.framework.beans.standard.Concept
Gets the parent Concept or ClassificationScheme for this object.
getParent() - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.ConceptImpl
Gets the parent Concept or ClassificationScheme for this object.
getParent() - Method in class com.softwareag.centrasite.appl.framework.data.CSAppConceptRef
Returns the concepts parent concept.
getParent() - Method in class com.softwareag.centrasite.appl.framework.fixed.CSAppConcept
Returns the concepts parent concept.
getParentConcept() - Method in interface com.softwareag.centrasite.appl.framework.beans.standard.Concept
Gets the parent Concept or null if parent is a ClassificationScheme.
getParentConcept() - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.ConceptImpl
Gets the parent Concept or null if parent is a ClassificationScheme.
getParentOrganization() - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.OrganizationImpl
Gets the parent (container) organization.
getParentOrganization() - Method in interface com.softwareag.centrasite.appl.framework.beans.standard.Organization
Gets the parent (container) organization.
getPassword() - Method in class com.softwareag.centrasite.appl.framework.generator.CommandLineContext
Returns the password credential.
getPassword() - Method in class com.softwareag.centrasite.appl.framework.persistence.impl.StandaloneRegistryProvider
Retrieves the user password.
getPath() - Method in interface com.softwareag.centrasite.appl.framework.beans.standard.Concept
Gets the canonical path representation for this Concept.
getPath() - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.ConceptImpl
Gets the canonical path representation for this Concept.
getPath() - Method in class com.softwareag.centrasite.appl.framework.data.CSAppConceptRef
Returns the concepts path, excluding the classification scheme.
getPath() - Method in class com.softwareag.centrasite.appl.framework.fixed.CSAppConcept
Returns the concepts path, excluding the classification schemes key.
getPath(SearchQuery) - Method in class com.softwareag.centrasite.appl.framework.persistence.search.impl.CombinedPredicate
Unused method , combined predicate can't return path string.
getPendingState() - Method in class com.softwareag.centrasite.appl.framework.lcm.impl.LCRegistryObjectStateImpl
 
getPendingState() - Method in interface com.softwareag.centrasite.appl.framework.lcm.LCRegistryObjectState
Get the pending state.
getPersistenceContext() - Method in class com.softwareag.centrasite.appl.framework.persistence.impl.BackedDynamicRegistryBeanHandler
 
getPersistenceContext() - Method in interface com.softwareag.centrasite.appl.framework.persistence.impl.BeanInfo
Returns the pool, which created this bean.
getPersistenceContext() - Method in class com.softwareag.centrasite.appl.framework.persistence.impl.BeanPoolImpl
 
getPersistenceContext() - Method in class com.softwareag.centrasite.appl.framework.persistence.impl.DynamicRegistryBeanHandler
 
getPersistenceContext() - Method in class com.softwareag.centrasite.appl.framework.persistence.impl.PersistenceEventImpl
 
getPersistenceContext() - Method in interface com.softwareag.centrasite.appl.framework.persistence.ManagedBeanPool
Retrieves the PersistenceContext.
getPersistenceContext() - Method in interface com.softwareag.centrasite.appl.framework.persistence.PersistenceEvent
Retrieves the current PersistenceContext.
getPersistenceEngine(Class<T>) - Method in class com.softwareag.centrasite.appl.framework.persistence.impl.PersistenceContextImpl
 
getPersistenceEngine(Class<T>) - Method in interface com.softwareag.centrasite.appl.framework.persistence.PersistenceContext
Returns the PersistenceEngine for the given bean.
getPersistenceListeners() - Method in interface com.softwareag.centrasite.appl.framework.persistence.BeanPool
Retrieves the list of currently registered PersistenceEventListener instances for this BeanPool.
getPersistenceListeners() - Method in class com.softwareag.centrasite.appl.framework.persistence.impl.BeanPoolImpl
 
getPersistenceMode() - Method in class com.softwareag.centrasite.appl.framework.Configuration
Retrieves the PersistenceMode.
getPersistentClass() - Method in class com.softwareag.centrasite.appl.framework.mapping.BeanType
Returns the persistent class.
getPersonName(PersonName) - Static method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.StandardMappingUtils
Gets the PersonName for given JAXR PersonName.
getPersonName() - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.UserImpl
Returns the name of this User.
getPersonName() - Method in interface com.softwareag.centrasite.appl.framework.beans.standard.User
Returns the name of this User.
getPostalAddress() - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.OrganizationImpl
Gets the Address for this Organization.
getPostalAddress(PostalAddress) - Static method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.StandardMappingUtils
Gets the PostalAddress for given JAXR PostalAddress.
getPostalAddress() - Method in interface com.softwareag.centrasite.appl.framework.beans.standard.Organization
Gets the Address for this Organization.
getPostalAddresses() - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.UserImpl
Gets the postal address for this User.
getPostalAddresses() - Method in interface com.softwareag.centrasite.appl.framework.beans.standard.User
Gets the postal address for this User.
getPostalCode() - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.PostalAddressImpl
 
getPostalCode() - Method in interface com.softwareag.centrasite.appl.framework.beans.standard.PostalAddress
Returns the Postal code..
getPrecision() - Method in interface com.softwareag.centrasite.appl.framework.types.AttributeDescription
Get the precision for a "number" attribute.
getPrecision() - Method in class com.softwareag.centrasite.appl.framework.types.impl.AttributeDescriptionImpl
 
getPredicate() - Method in class com.softwareag.centrasite.appl.framework.persistence.search.impl.SearchImpl
Gets the predicate object.
getPredicates() - Method in class com.softwareag.centrasite.appl.framework.persistence.search.impl.CombinedPredicate
Gets the List of predicates combined.
getPreferredNexState() - Method in class com.softwareag.centrasite.appl.framework.lcm.impl.LCStateImpl
 
getPreferredNexState() - Method in interface com.softwareag.centrasite.appl.framework.lcm.LCState
Returns the preferred next state to this LCState.
getPrefixForNamespaceUri(String, boolean) - Method in class com.softwareag.centrasite.appl.framework.persistence.search.SearchQuery
Declares and returns a prefix for a given nameSpaceUri.
getPreviousContextObjectType() - Method in class com.softwareag.centrasite.appl.framework.persistence.search.SearchQuery
Gets the previous context object type.
getPrimaryContact() - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.OrganizationImpl
Gets the primary Contact for this Organization.
getPrimaryContact() - Method in interface com.softwareag.centrasite.appl.framework.beans.standard.Organization
Gets the primary Contact for this Organization.
getProfile(String) - Method in class com.softwareag.centrasite.appl.framework.types.impl.TypeDescriptionImpl
Gets a profile of an object type for a given name.
getProfile(String) - Method in class com.softwareag.centrasite.appl.framework.types.impl.TypeManagerImpl
Retrieves the profile with the given key.
getProfile(String) - Method in interface com.softwareag.centrasite.appl.framework.types.TypeDescription
Gets a profile of an object type for a given name.
getProfile(String) - Method in interface com.softwareag.centrasite.appl.framework.types.TypeManager
Retrieves the profile with the given key.
getProfiles() - Method in class com.softwareag.centrasite.appl.framework.types.impl.TypeDescriptionImpl
Gets the profiles list of an object type.
getProfiles() - Method in interface com.softwareag.centrasite.appl.framework.types.TypeDescription
Gets the profiles list of an object type.
getPrologExtension() - Method in class com.softwareag.centrasite.appl.framework.persistence.search.SearchQuery
Gets the prolog extension.
getProperties() - Method in interface com.softwareag.centrasite.appl.framework.beans.PropertyRegistryBean
Methods for retrieving the object specific properties for that bean.
getProperties() - Method in class com.softwareag.centrasite.appl.framework.mapping.BeanType
Returns all properties of this bean type.
getPropertiesToMap() - Method in interface com.softwareag.centrasite.appl.framework.persistence.impl.BackedBeanInfo
Retrieves the PropertyMapper instances that need to be invoked by the BeanMapper working on this proxy.
getPropertiesToMap() - Method in class com.softwareag.centrasite.appl.framework.persistence.impl.BackedDynamicRegistryBeanHandler
 
getProperty(Class<? extends RegistryBean>, Method, List<Annotation>, BeanType) - Method in class com.softwareag.centrasite.appl.framework.BeanTypeAnnotationProcessor
Returns the Property with the given name.
getProperty(String) - Method in class com.softwareag.centrasite.appl.framework.Configuration
Gets the property value.
getProperty(String) - Method in class com.softwareag.centrasite.appl.framework.ioc.DefaultIOCProvider
Returns a property value, which has previously been set using DefaultIOCProvider.setProperty(String,Object).
getProperty(String) - Method in class com.softwareag.centrasite.appl.framework.mapping.BeanType
Finds the Property with the given name.
getProperty(Annotation, Method, BeanType) - Method in class com.softwareag.centrasite.appl.framework.persistence.mapper.annotations.processors.AssociationAnnotationProcessor
 
getProperty(Annotation, Method, BeanType) - Method in class com.softwareag.centrasite.appl.framework.persistence.mapper.annotations.processors.AssociationTargetAnnotationProcessor
 
getProperty(Annotation, Method, BeanType) - Method in class com.softwareag.centrasite.appl.framework.persistence.mapper.annotations.processors.BoolAttributeAnnotationProcessor
 
getProperty(Annotation, Method, BeanType) - Method in class com.softwareag.centrasite.appl.framework.persistence.mapper.annotations.processors.ClassificationAnnotationProcessor
 
getProperty(Annotation, Method, BeanType) - Method in class com.softwareag.centrasite.appl.framework.persistence.mapper.annotations.processors.ClassificationAttributeAnnotationProcessor
 
getProperty(Annotation, Method, BeanType) - Method in class com.softwareag.centrasite.appl.framework.persistence.mapper.annotations.processors.ClassificationConceptAnnotationProcessor
 
getProperty(Annotation, Method, BeanType) - Method in class com.softwareag.centrasite.appl.framework.persistence.mapper.annotations.processors.ClassifiedInstancePropertyAnnotationProcessor
 
getProperty(Annotation, Method, BeanType) - Method in class com.softwareag.centrasite.appl.framework.persistence.mapper.annotations.processors.DateAttributeAnnotationProcessor
 
getProperty(Annotation, Method, BeanType) - Method in class com.softwareag.centrasite.appl.framework.persistence.mapper.annotations.processors.DurationAnnotationProcessor
 
getProperty(Annotation, Method, BeanType) - Method in class com.softwareag.centrasite.appl.framework.persistence.mapper.annotations.processors.ExternalLinkAnnotationProcessor
 
getProperty(Annotation, Method, BeanType) - Method in class com.softwareag.centrasite.appl.framework.persistence.mapper.annotations.processors.FileAttributeAnnotationProcessor
 
getProperty(Annotation, Method, BeanType) - Method in class com.softwareag.centrasite.appl.framework.persistence.mapper.annotations.processors.RegistryObjectPropertyAnnotationProcessor
 
getProperty(Annotation, Method, BeanType) - Method in class com.softwareag.centrasite.appl.framework.persistence.mapper.annotations.processors.RelationshipAnnotationProcessor
 
getProperty(Annotation, Method, BeanType) - Method in class com.softwareag.centrasite.appl.framework.persistence.mapper.annotations.processors.SlotAnnotationProcessor
 
getProperty(Annotation, Method, BeanType) - Method in class com.softwareag.centrasite.appl.framework.persistence.mapper.annotations.processors.SlotsAnnotationProcessor
 
getProperty(Annotation, Method, BeanType) - Method in class com.softwareag.centrasite.appl.framework.persistence.mapper.annotations.processors.TelephoneNumbersPropertyAnnotationProcessor
 
getProperty(Annotation, Method, BeanType) - Method in class com.softwareag.centrasite.appl.framework.persistence.mapper.annotations.processors.UrlAnnotationProcessor
 
getProperty() - Method in interface com.softwareag.centrasite.appl.framework.persistence.mapper.PropertyMapper
Get the property.
getProperty() - Method in class com.softwareag.centrasite.appl.framework.persistence.search.impl.DefaultPredicate
Gets the property name.
getProperty() - Method in class com.softwareag.centrasite.appl.framework.persistence.search.Order
Gets the Property instance.
getProperty(Annotation, Method, BeanType) - Method in interface com.softwareag.centrasite.appl.framework.PropertyAnnotationProcessor
Creates a Property instance for the given annotaion.
getProperty(Object, Method) - Static method in class com.softwareag.centrasite.appl.framework.util.Reflection
Returns the Method for getting a property of a bean.
getProperty(Object, String) - Static method in class com.softwareag.centrasite.appl.framework.util.Reflection
Method for getting a property of a bean.
getPropertyMapperFactory() - Method in class com.softwareag.centrasite.appl.framework.persistence.mapper.impl.AnnotationBeanMapper
Returns the property mapper factory.
getPropertyMappers(T, PersistenceContext) - Method in interface com.softwareag.centrasite.appl.framework.persistence.mapper.BackedBeanMapper
Obtains all PropertyMapper-s for a given bean.
getPropertyMappers(T, PersistenceContext) - Method in class com.softwareag.centrasite.appl.framework.persistence.mapper.impl.DefaultBackedBeanMapper
Processes the annotations of the bean and initializes the PropertyMapper instances for the required properties.
getPropertyName() - Method in class com.softwareag.centrasite.appl.framework.persistence.search.impl.BasicPredicate
Gets the property name.
getPropertyName() - Method in class com.softwareag.centrasite.appl.framework.persistence.search.Order
Returns the Order's property name.
getPropertyName(Method) - Static method in class com.softwareag.centrasite.appl.framework.util.Reflection
Returns the property name represented by the given method.
getPropertyPath(RegistryObjectProperty, SearchQuery) - Static method in class com.softwareag.centrasite.appl.framework.persistence.search.impl.QueryPathGenerator
Gets the property path.
getPropery() - Method in class com.softwareag.centrasite.appl.framework.mapping.Association
Returns the underlying Property instance.
getPropery() - Method in class com.softwareag.centrasite.appl.framework.mapping.Classification
Returns the underlying Property instance.
getPropery() - Method in class com.softwareag.centrasite.appl.framework.mapping.ExternalLink
 
getPropery() - Method in interface com.softwareag.centrasite.appl.framework.mapping.Relation
Returns the underlying Property instance.
getProvidingOrganization() - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.ServiceImpl
Gets the Organization that provides this service.
getProvidingOrganization() - Method in interface com.softwareag.centrasite.appl.framework.beans.standard.Service
Gets the Organization that provides this service.
getPublicId() - Method in exception com.softwareag.centrasite.appl.framework.parser.CSAppFrameworkParserException
 
getQName() - Method in class com.softwareag.centrasite.appl.framework.data.CSAppAssociationTypeRef
Returns the object types qualified name.
getQName() - Method in class com.softwareag.centrasite.appl.framework.data.CSAppObjectTypeRef
Returns the object types qualified name.
getQName() - Method in class com.softwareag.centrasite.appl.framework.data.CSAppTaxonomyRef
Returns the classification taxonomy name.
getQName(Node, String) - Method in interface com.softwareag.centrasite.appl.framework.parser.NodeInfo
Converts the given argument into a QName.
getQName(Node, String) - Method in class com.softwareag.centrasite.appl.framework.parser.ParsedXMLDocument
 
getQueryFunction(Object, Property) - Method in class com.softwareag.centrasite.appl.framework.persistence.mapper.slots.AbstractSlotHandler
 
getQueryFunction(Object, Property) - Method in class com.softwareag.centrasite.appl.framework.persistence.mapper.slots.CustomDateSlotHandler
 
getQueryFunction(Object, Property) - Method in interface com.softwareag.centrasite.appl.framework.persistence.mapper.slots.SlotHandler
Wraps the result of the SlotHandler.toString(Object) in a proper Query Type.
getQueryPath() - Method in class com.softwareag.centrasite.appl.framework.persistence.search.SearchQuery
Gets the query path.
getQueryString(SearchQuery) - Method in class com.softwareag.centrasite.appl.framework.persistence.search.impl.BasicPredicate
Does nothing, this predicate does not have enough information to create a query string
getQueryString(SearchQuery) - Method in class com.softwareag.centrasite.appl.framework.persistence.search.impl.CombinedPredicate
 
getQueryString(SearchQuery) - Method in class com.softwareag.centrasite.appl.framework.persistence.search.impl.DefaultPredicate
 
getQueryString(SearchQuery) - Method in class com.softwareag.centrasite.appl.framework.persistence.search.impl.NestedPredicate
The nested predicate holds information about the real property it represents and if present the next nested property.
getQueryString(SearchQuery) - Method in class com.softwareag.centrasite.appl.framework.persistence.search.impl.SlotValuePredicate
 
getQueryString(SearchQuery) - Method in class com.softwareag.centrasite.appl.framework.persistence.search.impl.SupportTypePredicate
The nested predicate holds information about the real property it represents and if present the next nested property.By calling getQueryString for the first and the last properties, it will provide a specific path for the query.
getQueryString(String, String) - Method in class com.softwareag.centrasite.appl.framework.persistence.search.Operation
Creates a query string,depending on the operation Type, representing the where clause.
getQueryString(SearchQuery) - Method in interface com.softwareag.centrasite.appl.framework.persistence.search.Predicate
Generates a specific query string depending on the predicate data.
getRealProperty() - Method in class com.softwareag.centrasite.appl.framework.mapping.NestedProperty
Returns the actual property.
getReferencedObjectIdPath(Relation, SearchQuery) - Static method in class com.softwareag.centrasite.appl.framework.persistence.search.impl.QueryPathGenerator
Generates the key path for specific property.
getReferencedObjectPath(Property, SearchQuery) - Static method in class com.softwareag.centrasite.appl.framework.persistence.search.impl.QueryPathGenerator
Returns the query path for a specific property.
getRegEntry() - Method in class com.softwareag.centrasite.appl.framework.types.impl.ProfileImpl
Returns the RegistryEntry Profile object associated with this Profile.
getRegistryAccessor() - Method in class com.softwareag.centrasite.appl.framework.persistence.impl.QueryContextImpl
 
getRegistryAccessor() - Method in interface com.softwareag.centrasite.appl.framework.persistence.QueryContext
Returns the RegistryAccessor, which is a helper object for registry operations.
getRegistryBean() - Method in interface com.softwareag.centrasite.appl.framework.beans.standard.AuditableEvent
Gets the RegistryObject associated with this AuditableEvent.
getRegistryBean() - Method in interface com.softwareag.centrasite.appl.framework.beans.standard.ExternalIdentifier
Gets the parent RegistryObject for this ExternalIdentifier.
getRegistryBean() - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.AuditableEventImpl
Gets the RegistryObject associated with this AuditableEvent.
getRegistryBean() - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.ExternalIdentifierImpl
 
getRegistryBeanGenerator() - Method in class com.softwareag.centrasite.appl.framework.SessionContext
Retrieves the RegistryBeanGenerator instance for the current session.
getRegistryObject() - Method in interface com.softwareag.centrasite.appl.framework.persistence.impl.BackedBeanInfo
Retrieves the backed RegistryObject.
getRegistryObject() - Method in class com.softwareag.centrasite.appl.framework.persistence.impl.BackedDynamicRegistryBeanHandler
Retrieves the backed RegistryObject.
getRegistryObject() - Method in class com.softwareag.centrasite.appl.framework.persistence.impl.PersistenceEventImpl
 
getRegistryObject(T, PersistenceContext) - Method in interface com.softwareag.centrasite.appl.framework.persistence.mapper.BackedBeanMapper
Obtains the RegistryObject for the given bean.
getRegistryObject(T, PersistenceContext) - Method in class com.softwareag.centrasite.appl.framework.persistence.mapper.impl.DefaultBackedBeanMapper
Obtains the RegistryObject for the given bean.
getRegistryObject() - Method in interface com.softwareag.centrasite.appl.framework.persistence.PersistenceEvent
Retrieves the RegistryObject attached to this event.
getRegistryObject(Key) - Method in class com.softwareag.centrasite.appl.framework.persistence.RegistryAccessor
Returns the registry object with the given Key.
getRegistryObject(Key) - Method in class com.softwareag.centrasite.appl.framework.persistence.RegistryAccessor
Returns the registry object with the given Key.
getRegistryObject(String) - Method in class com.softwareag.centrasite.appl.framework.persistence.RegistryAccessor
Returns the registry object with the given ID.
getRegistryObjectModel() - Method in class com.softwareag.centrasite.appl.framework.persistence.impl.BeanPoolImpl
 
getRegistryObjectModel() - Method in class com.softwareag.centrasite.appl.framework.persistence.impl.PersistenceContextImpl
 
getRegistryObjectModel() - Method in interface com.softwareag.centrasite.appl.framework.persistence.ManagedBeanPool
Retrieves the RegistryObjectModel instance for this bean pool..
getRegistryObjectModel() - Method in interface com.softwareag.centrasite.appl.framework.persistence.PersistenceContext
Returns the RegistryObjectModel.
getRegistryObjectPaths() - Method in class com.softwareag.centrasite.appl.framework.persistence.impl.QueryContextImpl
 
getRegistryObjectPaths() - Method in interface com.softwareag.centrasite.appl.framework.persistence.QueryContext
Retrieves reference to the RegistryObjectPaths.
getRegistryObjects() - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.RegistryPackageImpl
Gets the collection of member RegistryObjects of this RegistryPackage.
getRegistryObjects() - Method in interface com.softwareag.centrasite.appl.framework.beans.standard.RegistryPackage
Gets the collection of member RegistryObjects of this RegistryPackage.
getRegistryObjects(String) - Method in class com.softwareag.centrasite.appl.framework.persistence.RegistryAccessor
Returns all registry objects from the given object type.
getRegistryObjectType() - Method in class com.softwareag.centrasite.appl.framework.mapping.BeanType
Returns the registry object type.
getRegistryObjectTypeConcept() - Method in class com.softwareag.centrasite.appl.framework.mapping.BeanType
Returns the registry object type.
getRegistryObjectTypeKey() - Method in class com.softwareag.centrasite.appl.framework.mapping.BeanType
Returns the registry object type key.
getRegistryPackages() - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.RegistryObjectImpl
Returns the Package associated with this object.
getRegistryPackages() - Method in interface com.softwareag.centrasite.appl.framework.beans.standard.RegistryObject
Returns the Package associated with this object.
getRegistryPackages() - Method in class com.softwareag.centrasite.appl.framework.lcm.beans.impl.LCAwareRegistryObjectImpl
Returns the Package associated with this object.
getRegistryPackages() - Method in interface com.softwareag.centrasite.appl.framework.lcm.beans.LCAwareRegistryObject
Returns the Package associated with this object.
getRegistryProvider() - Method in class com.softwareag.centrasite.appl.framework.Configuration
Retrieves the RegistryProvider to be used.
getRegistryProvider() - Method in class com.softwareag.centrasite.appl.framework.mapping.BeanType
Returns the registry provider object of the model.
getRegistryProvider() - Method in class com.softwareag.centrasite.appl.framework.mapping.RegistryObjectModel
Returns the registry provider.
getRegistryService() - Method in class com.softwareag.centrasite.appl.framework.persistence.impl.QueryContextImpl
 
getRegistryService() - Method in interface com.softwareag.centrasite.appl.framework.persistence.QueryContext
Returns the RegistryService.
getRegistryUrl() - Method in class com.softwareag.centrasite.appl.framework.persistence.impl.StandaloneRegistryProvider
Retrieves the used registryUrl.
getRelease_Notes() - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.ServiceImpl
Gets Release_Notes.
getRelease_Notes() - Method in interface com.softwareag.centrasite.appl.framework.beans.standard.Service
Gets Release_Notes.
getRemover(Object, String) - Static method in class com.softwareag.centrasite.appl.framework.util.Reflection
Returns the remove method for a given property and bean.
getRepositoryItem() - Method in interface com.softwareag.centrasite.appl.framework.beans.standard.ExtrinsicObject
Gets the repository item for this object.
getRepositoryItem() - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.ExtrinsicObjectImpl
Gets the repository item for this object.
getRevisionBeans(Collection<T>, String) - Method in class com.softwareag.centrasite.appl.framework.persistence.revision.impl.RevisionManagerImpl
 
getRevisionBeans(RegistryBean) - Method in class com.softwareag.centrasite.appl.framework.persistence.revision.impl.RevisionManagerImpl
 
getRevisionBeans(RegistryBean, String) - Method in class com.softwareag.centrasite.appl.framework.persistence.revision.impl.RevisionManagerImpl
 
getRevisionBeans(RegistryBean) - Method in interface com.softwareag.centrasite.appl.framework.persistence.revision.RevisionManager
Get revision objects based on a specific registry bean.
getRevisionBeans(Collection<T>, String) - Method in interface com.softwareag.centrasite.appl.framework.persistence.revision.RevisionManager
Get the revision beans for the specified registry beans and having a checkpoint name (label).
getRevisionBeans(RegistryBean, String) - Method in interface com.softwareag.centrasite.appl.framework.persistence.revision.RevisionManager
Get the revision beans, for the specified registry bean and having a checkpoint name (label).
getRevisionManager() - Method in class com.softwareag.centrasite.appl.framework.SessionContext
Retrieves the RevisionManager instance for the current session.
getRootOrganization() - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.OrganizationImpl
Gets the root organization.
getRootOrganization() - Method in interface com.softwareag.centrasite.appl.framework.beans.standard.Organization
Gets the root organization.
getSchema() - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.ServiceImpl
Gets Schema.
getSchema() - Method in interface com.softwareag.centrasite.appl.framework.beans.standard.Service
Gets Schema.
getSequenceNumber() - Method in class com.softwareag.centrasite.appl.framework.types.impl.ProfileImpl
Retrieves this profiles's sequence number inside the type it belongs to.
getSequenceNumber() - Method in interface com.softwareag.centrasite.appl.framework.types.Profile
Retrieves this profiles's sequence number inside the type it belongs to.
getService() - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.ServiceBindingImpl
Gets the parent service for which this is a binding.
getService() - Method in interface com.softwareag.centrasite.appl.framework.beans.standard.ServiceBinding
Gets the parent service for which this is a binding.
getServiceBinding() - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.SpecificationLinkImpl
Gets the parent ServiceBinding for this SpecificationLink.
getServiceBinding() - Method in interface com.softwareag.centrasite.appl.framework.beans.standard.SpecificationLink
Gets the parent ServiceBinding for this SpecificationLink.
getServiceBindings() - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.ServiceImpl
Gets all children ServiceBindings.
getServiceBindings() - Method in interface com.softwareag.centrasite.appl.framework.beans.standard.Service
Gets all children ServiceBindings.
getServices() - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.OrganizationImpl
Gets all child Services.
getServices() - Method in interface com.softwareag.centrasite.appl.framework.beans.standard.Organization
Gets all child Services.
getSetter() - Method in class com.softwareag.centrasite.appl.framework.mapping.BaseProperty
Returns the setter java method for this property.
getSetter() - Method in interface com.softwareag.centrasite.appl.framework.mapping.Property
Returns the setter java method for this property.
getSetter(Object, String) - Static method in class com.softwareag.centrasite.appl.framework.util.Reflection
Returns the setter method for a give property and bean.
getSetter(Object, Method) - Static method in class com.softwareag.centrasite.appl.framework.util.Reflection
Returns a setter for the given getter property.
getSetter(Method, Class<?>) - Static method in class com.softwareag.centrasite.appl.framework.util.Reflection
Returns a setter for the given getter property.
getSetters(Object) - Static method in class com.softwareag.centrasite.appl.framework.util.Reflection
Returns the given objects setters.
getSlot(Slot) - Static method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.StandardMappingUtils
Gets the Slot for given JAXR Slot.
getSlotHandlers() - Method in class com.softwareag.centrasite.appl.framework.persistence.impl.ConfigurationManager
Returns the list of slot handlers.
getSlotName() - Method in class com.softwareag.centrasite.appl.framework.mapping.ExternalLink
Returns the name of a slot that the external link must contain.
getSlotName() - Method in class com.softwareag.centrasite.appl.framework.mapping.Slot
Returns the slot name.
getSlotNameProperty() - Method in class com.softwareag.centrasite.appl.framework.mapping.Slots
Returns the slotNameProperty.
getSlots() - Method in interface com.softwareag.centrasite.appl.framework.beans.standard.ExtensibleObject
Returns the Slots associated with this object.
getSlots() - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.PostalAddressImpl
Returns the Slots associated with this object.
getSlots() - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.RegistryObjectImpl
Returns the Slots associated with this object.
getSlots() - Method in class com.softwareag.centrasite.appl.framework.lcm.beans.impl.LCAwareRegistryObjectImpl
Returns the Slots associated with this object.
getSlotTargetType(Method, Slot) - Static method in class com.softwareag.centrasite.appl.framework.utils.CollectionUtils
Determines the type of mapped to a slot property.
getSlotType() - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.SlotImpl
 
getSlotType() - Method in interface com.softwareag.centrasite.appl.framework.beans.standard.Slot
Gets the slotType for this Slot.
getSlotType() - Method in class com.softwareag.centrasite.appl.framework.mapping.Slot
Returns the slot type.
getSlotTypeProperty() - Method in class com.softwareag.centrasite.appl.framework.mapping.Slots
Returns the slotTypeProperty.
getSlotValue() - Method in class com.softwareag.centrasite.appl.framework.mapping.ExternalLink
Returns the required value of the slot specified by slotName.
getSlotValues(RegistryObject, String) - Static method in class com.softwareag.centrasite.appl.framework.utils.JAXRUtils
Returns collection of values, of the slot with the given name.
getSlotValuesProperty() - Method in class com.softwareag.centrasite.appl.framework.mapping.Slots
Returns the slotTypeProperty.
getSOAP_Version() - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.ServiceImpl
Gets SOAP_Version.
getSOAP_Version() - Method in interface com.softwareag.centrasite.appl.framework.beans.standard.Service
Gets SOAP_Version.
getSourceBean() - Method in class com.softwareag.centrasite.appl.framework.persistence.impl.RelationInfo
Retrieves the source bean.
getSourceMode() - Method in class com.softwareag.centrasite.appl.framework.persistence.versioning.CopyRule
Returns the source copy mode.
getSourceObject() - Method in interface com.softwareag.centrasite.appl.framework.beans.standard.Association
Gets the Object that is the source of this Association.
getSourceObject() - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.AssociationImpl
Gets the Object that is the source of this Association.
getSourceRelations(RegistryBean) - Method in class com.softwareag.centrasite.appl.framework.persistence.impl.BeanPoolImpl
Retrieves all registered relations inside the pool where the given bean is the source.
getSourceRelations(RegistryBean) - Method in interface com.softwareag.centrasite.appl.framework.persistence.ManagedBeanPool
Retrieves all registered relations inside the pool where the given bean is the source.
getSpecificationLinks() - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.ServiceBindingImpl
Gets all child SpecificationLinks.
getSpecificationLinks() - Method in interface com.softwareag.centrasite.appl.framework.beans.standard.ServiceBinding
Gets all child SpecificationLinks.
getSpecificationObject() - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.SpecificationLinkImpl
Gets the specification object for this object.
getSpecificationObject() - Method in interface com.softwareag.centrasite.appl.framework.beans.standard.SpecificationLink
Gets the specification object for this object.
getStability() - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.RegistryEntryImpl
Gets the stability indicator for the RegistryEntry within the Registry.
getStability() - Method in interface com.softwareag.centrasite.appl.framework.beans.standard.RegistryEntry
Gets the stability indicator for the RegistryEntry within the Registry.
getStability() - Method in class com.softwareag.centrasite.appl.framework.lcm.beans.impl.LCAwareRegistryEntryImpl
Gets the stability indicator for the RegistryEntry within the Registry.
getStability() - Method in interface com.softwareag.centrasite.appl.framework.lcm.beans.LCAwareRegistryEntry
Gets the stability indicator for the RegistryEntry within the Registry.
getStateConcept() - Method in class com.softwareag.centrasite.appl.framework.lcm.impl.LCStateImpl
 
getStateConcept() - Method in interface com.softwareag.centrasite.appl.framework.lcm.LCState
Returns the underlying State Concept key.
getStateOrProvince() - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.PostalAddressImpl
 
getStateOrProvince() - Method in interface com.softwareag.centrasite.appl.framework.beans.standard.PostalAddress
Returns the State or Province.
getStates() - Method in class com.softwareag.centrasite.appl.framework.lcm.impl.LCModelImpl
 
getStates() - Method in interface com.softwareag.centrasite.appl.framework.lcm.LCModel
Returns the states of the LCModel.
getStatus() - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.RegistryEntryImpl
Gets the life cycle status of the RegistryEntry within the registry.
getStatus() - Method in interface com.softwareag.centrasite.appl.framework.beans.standard.RegistryEntry
Gets the life cycle status of the RegistryEntry within the registry.
getStatus() - Method in class com.softwareag.centrasite.appl.framework.lcm.beans.impl.LCAwareRegistryEntryImpl
Gets the life cycle status of the RegistryEntry within the registry.
getStatus() - Method in interface com.softwareag.centrasite.appl.framework.lcm.beans.LCAwareRegistryEntry
Gets the life cycle status of the RegistryEntry within the registry.
getStreet() - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.PostalAddressImpl
 
getStreet() - Method in interface com.softwareag.centrasite.appl.framework.beans.standard.PostalAddress
Returns the Street.
getStreetNumber() - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.PostalAddressImpl
 
getStreetNumber() - Method in interface com.softwareag.centrasite.appl.framework.beans.standard.PostalAddress
Returns the Street Number.
getSubmittingOrganization() - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.RegistryObjectImpl
Gets the Organization that submitted this RegistryObject.
getSubmittingOrganization() - Method in interface com.softwareag.centrasite.appl.framework.beans.standard.RegistryObject
Gets the Organization that submitted this RegistryObject.
getSubmittingOrganization() - Method in class com.softwareag.centrasite.appl.framework.lcm.beans.impl.LCAwareRegistryObjectImpl
Gets the Organization that submitted this RegistryObject.
getSubmittingOrganization() - Method in interface com.softwareag.centrasite.appl.framework.lcm.beans.LCAwareRegistryObject
Gets the Organization that submitted this RegistryObject.
getSystemId() - Method in exception com.softwareag.centrasite.appl.framework.parser.CSAppFrameworkParserException
 
getTargetBean() - Method in class com.softwareag.centrasite.appl.framework.persistence.impl.RelationInfo
Retrieves the target bean.
getTargetBinding() - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.ServiceBindingImpl
Gets the next ServiceBinding in case there is a redirection from one service provider to another service provider.
getTargetBinding() - Method in interface com.softwareag.centrasite.appl.framework.beans.standard.ServiceBinding
Gets the next ServiceBinding in case there is a redirection from one service provider to another service provider.
getTargetConcept() - Method in class com.softwareag.centrasite.appl.framework.mapping.Classification
Returns the target concept.
getTargetMode() - Method in class com.softwareag.centrasite.appl.framework.persistence.versioning.CopyRule
Returns the target copy mode.
getTargetObject() - Method in interface com.softwareag.centrasite.appl.framework.beans.standard.Association
Gets the Object that is the target of this Association.
getTargetObject() - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.AssociationImpl
Gets the Object that is the target of this Association.
getTargetObjectTypeKeys() - Method in class com.softwareag.centrasite.appl.framework.types.impl.RelationshipAttributeDescriptionImpl
 
getTargetObjectTypeKeys() - Method in interface com.softwareag.centrasite.appl.framework.types.RelationshipAttributeDescription
Get all target object type keys used to create the relationship attribute.
getTargetPropertyName() - Method in class com.softwareag.centrasite.appl.framework.mapping.RegistryObjectProperty
Returns the targetPropertyName.
getTargetRelations(RegistryBean) - Method in class com.softwareag.centrasite.appl.framework.persistence.impl.BeanPoolImpl
Retrieves all registered relations inside the pool where the given bean is the target.
getTargetRelations(RegistryBean) - Method in interface com.softwareag.centrasite.appl.framework.persistence.ManagedBeanPool
Retrieves all registered relations inside the pool where the given bean is the target.
getTargetType() - Method in class com.softwareag.centrasite.appl.framework.mapping.BaseProperty
Returns the target type.
getTargetType() - Method in interface com.softwareag.centrasite.appl.framework.mapping.Property
Returns the target type.
getTargetType(Method, Class<?>) - Static method in class com.softwareag.centrasite.appl.framework.utils.CollectionUtils
If the getter method returns Collection returns the annotation target type, otherwise returns the getter return type.
getTargetTypes() - Method in class com.softwareag.centrasite.appl.framework.mapping.Association
Returns the list of target types.
getTaxonomies() - Method in class com.softwareag.centrasite.appl.framework.parser.FixedRegistryObjectCollection
Returns the collection of fixed taxonomies.
getTaxonomy() - Method in class com.softwareag.centrasite.appl.framework.data.CSAppConceptRef
Returns the concepts classification scheme.
getTaxonomyRef() - Method in class com.softwareag.centrasite.appl.framework.parser.CSAppTaxonomyRefInfo
Returns the taxonomy reference.
getTechnical_Support_Email() - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.ServiceImpl
Gets Technical_Support_Email.
getTechnical_Support_Email() - Method in interface com.softwareag.centrasite.appl.framework.beans.standard.Service
Gets Technical_Support_Email.
getTechnical_Support_Phone() - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.ServiceImpl
Gets Technical_Support_Phone.
getTechnical_Support_Phone() - Method in interface com.softwareag.centrasite.appl.framework.beans.standard.Service
Gets Technical_Support_Phone.
getTelephoneNumber(TelephoneNumber) - Static method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.StandardMappingUtils
Gets the TelephoneNumber for given JAXR TelephoneNumber.
getTelephoneNumbers() - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.OrganizationImpl
Gets the telephone numbers for this User that match the specified telephone number type.
getTelephoneNumbers() - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.UserImpl
Get all telephone numbers for this user.
getTelephoneNumbers() - Method in interface com.softwareag.centrasite.appl.framework.beans.standard.Organization
Gets the telephone numbers for this User that match the specified telephone number type.
getTelephoneNumbers() - Method in interface com.softwareag.centrasite.appl.framework.beans.standard.User
Gets the telephone numbers for this User that match the specified telephone number type.
getTimestamp() - Method in interface com.softwareag.centrasite.appl.framework.beans.standard.AuditableEvent
Gets the Timestamp for when this event occurred.
getTimestamp() - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.AuditableEventImpl
Gets the Timestamp for when this event occurred.
getTimeZone() - Method in class com.softwareag.centrasite.appl.framework.persistence.impl.ConfigurationManager
Returns the configured TimeZone.
getType() - Method in interface com.softwareag.centrasite.appl.framework.beans.standard.EmailAddress
Gets the type for this object.
getType() - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.EmailAddressImpl
 
getType() - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.PostalAddressImpl
 
getType() - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.TelephoneNumberImpl
 
getType() - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.UserImpl
Gets the type for this User.
getType() - Method in interface com.softwareag.centrasite.appl.framework.beans.standard.PostalAddress
Returns the type of address (for example, "headquarters") as a String.
getType() - Method in interface com.softwareag.centrasite.appl.framework.beans.standard.TelephoneNumber
Returns the type of telephone number (for example, "fax").
getType() - Method in interface com.softwareag.centrasite.appl.framework.beans.standard.User
Gets the type for this User.
getType() - Method in class com.softwareag.centrasite.appl.framework.mapping.TelephoneNumbers
The type of the telephone number.
getType() - Method in class com.softwareag.centrasite.appl.framework.persistence.impl.RelationInfo
Retrieves the relation type.
getType() - Method in interface com.softwareag.centrasite.appl.framework.types.AttributeDescription
Get the attribute type.
getType() - Method in class com.softwareag.centrasite.appl.framework.types.impl.AttributeDescriptionImpl
Get the attribute type.
getType(String) - Method in class com.softwareag.centrasite.appl.framework.types.impl.TypeManagerImpl
Retrieves the object type which matches the given name.
getType(String) - Method in interface com.softwareag.centrasite.appl.framework.types.TypeManager
Retrieves the object type which matches the given name.
getTypeManager() - Method in class com.softwareag.centrasite.appl.framework.SessionContext
Retrieves the TypeManager instance for the current session.
getTypeName() - Method in class com.softwareag.centrasite.appl.framework.generator.CommandLineContext
Returns the type name.
getUnitLabel() - Method in interface com.softwareag.centrasite.appl.framework.types.AttributeDescription
Return this slot's unit label.
getUnitLabel() - Method in class com.softwareag.centrasite.appl.framework.types.impl.AttributeDescriptionImpl
 
getUrl() - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.TelephoneNumberImpl
 
getUrl() - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.UserImpl
Gets the URL to the web page for this User.
getUrl() - Method in interface com.softwareag.centrasite.appl.framework.beans.standard.TelephoneNumber
Gets the URL that can dial this number electronically.
getUrl() - Method in interface com.softwareag.centrasite.appl.framework.beans.standard.User
Gets the URL to the web page for this User.
getUsage_Examples() - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.ServiceImpl
Gets Usage_Examples.
getUsage_Examples() - Method in interface com.softwareag.centrasite.appl.framework.beans.standard.Service
Gets Usage_Examples.
getUsageDescription() - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.SpecificationLinkImpl
Gets the description of the usage parameters.
getUsageDescription() - Method in interface com.softwareag.centrasite.appl.framework.beans.standard.SpecificationLink
Gets the description of the usage parameters.
getUsageParameters() - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.SpecificationLinkImpl
Gets any usage parameters.
getUsageParameters() - Method in interface com.softwareag.centrasite.appl.framework.beans.standard.SpecificationLink
Gets any usage parameters.
getUser() - Method in interface com.softwareag.centrasite.appl.framework.beans.standard.AuditableEvent
Gets the User associated with this object.
getUser() - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.AuditableEventImpl
Gets the User associated with this object.
getUser() - Method in class com.softwareag.centrasite.appl.framework.generator.CommandLineContext
Returns the current user.
getUser() - Method in class com.softwareag.centrasite.appl.framework.persistence.impl.StandaloneRegistryProvider
Retrieves the used username.
getUsers() - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.OrganizationImpl
Gets the Collection of Users affiliated with this Organization.
getUsers() - Method in interface com.softwareag.centrasite.appl.framework.beans.standard.Organization
Gets the Collection of Users affiliated with this Organization.
getUserVersion() - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.ClassificationSchemeImpl
Gets the user-specified revision number for this version of the Versionable object.
getUserVersion() - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.ExtrinsicObjectImpl
Gets the user-specified revision number for this version of the Versionable object.
getUserVersion() - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.RegistryEntryImpl
Gets the user-specified revision number for this version of the Versionable object.
getUserVersion() - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.RegistryPackageImpl
Gets the user-specified revision number for this version of the Versionable object.
getUserVersion() - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.ServiceImpl
Gets the user-specified revision number for this version of the Versionable object.
getUserVersion() - Method in interface com.softwareag.centrasite.appl.framework.beans.standard.Versionable
Gets the user-specified revision number for this version of the Versionable object.
getUserVersion() - Method in class com.softwareag.centrasite.appl.framework.lcm.beans.impl.LCAwareClassificationSchemeImpl
Gets the user-specified revision number for this version of the Versionable object.
getUserVersion() - Method in class com.softwareag.centrasite.appl.framework.lcm.beans.impl.LCAwareRegistryEntryImpl
Gets the user-specified revision number for this version of the Versionable object.
getUserVersion(RegistryBean) - Method in class com.softwareag.centrasite.appl.framework.persistence.versioning.impl.VersionManagerImpl
 
getUserVersion(RegistryBean) - Method in interface com.softwareag.centrasite.appl.framework.persistence.versioning.VersionManager
Returns the user version of any registry bean.
getValidateURI() - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.ExternalLinkImpl
Gets whether to do URI validation for this object.
getValidateURI() - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.ServiceBindingImpl
Gets whether to do URI validation for this object.
getValidateURI() - Method in interface com.softwareag.centrasite.appl.framework.beans.standard.URIValidator
Gets whether to do URI validation for this object.
getValue() - Method in interface com.softwareag.centrasite.appl.framework.beans.standard.Classification
Gets the taxonomy value for this Classification.
getValue() - Method in interface com.softwareag.centrasite.appl.framework.beans.standard.Concept
Gets the value (usually a code in a taxonomy) associated with this Concept.
getValue() - Method in interface com.softwareag.centrasite.appl.framework.beans.standard.ExternalIdentifier
Gets the value of an ExternalIdentifier.
getValue() - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.ClassificationImpl
Gets the taxonomy value for this Classification.
getValue() - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.ConceptImpl
Gets the value (usually a code in a taxonomy) associated with this Concept.
getValue() - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.ExternalIdentifierImpl
 
getValue() - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.InternationalStringImpl
 
getValue(Locale) - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.InternationalStringImpl
 
getValue() - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.LocalizedStringImpl
 
getValue(Object, Locale) - Static method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.StandardMappingUtils
Deprecated.
getValue() - Method in interface com.softwareag.centrasite.appl.framework.beans.standard.InternationalString
Gets the String value for the default locale and the default charset.
getValue(Locale) - Method in interface com.softwareag.centrasite.appl.framework.beans.standard.InternationalString
Gets the String value for the specified Locale and the default charset.
getValue() - Method in interface com.softwareag.centrasite.appl.framework.beans.standard.LocalizedString
Gets the String value for this object.
getValue() - Method in class com.softwareag.centrasite.appl.framework.data.CSAppConceptRef
Returns the concepts value.
getValue() - Method in class com.softwareag.centrasite.appl.framework.data.CSAppObjectTypeRef
Returns the object types value.
getValue() - Method in class com.softwareag.centrasite.appl.framework.data.IntString
Returns the strings value for the default locale.
getValue(Locale) - Method in class com.softwareag.centrasite.appl.framework.data.IntString
Returns the strings value for the given locale.
getValue() - Method in class com.softwareag.centrasite.appl.framework.fixed.CSAppClassificationScheme
Returns the classification schemes name.
getValue() - Method in class com.softwareag.centrasite.appl.framework.fixed.CSAppConcept
Returns the concepts value.
getValue(String) - Method in class com.softwareag.centrasite.appl.framework.ioc.DefaultIOCProvider
Returns the property value for the given property name.
getValue(String) - Method in interface com.softwareag.centrasite.appl.framework.ioc.IOCProvider
Returns a value for the property and the given type.
getValue(String) - Method in class com.softwareag.centrasite.appl.framework.ioc.ProxyIOCProvider
 
getValue() - Method in class com.softwareag.centrasite.appl.framework.persistence.search.impl.BasicPredicate
Gets the predicate value.
getValue() - Method in class com.softwareag.centrasite.appl.framework.persistence.search.impl.DefaultPredicate
Gets the predicate value.
getValue() - Method in interface com.softwareag.centrasite.appl.framework.types.AssociationType
Returns the value of this AssociationType.
getValue() - Method in class com.softwareag.centrasite.appl.framework.types.impl.AssociationTypeImpl
 
getValues() - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.SlotImpl
 
getValues() - Method in interface com.softwareag.centrasite.appl.framework.beans.standard.Slot
Gets the values for this Slot.
getValueType() - Method in interface com.softwareag.centrasite.appl.framework.beans.standard.ClassificationScheme
Gets the value type for this object.
getValueType() - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.ClassificationSchemeImpl
Gets the value type for this object.
getValueType() - Method in class com.softwareag.centrasite.appl.framework.lcm.beans.impl.LCAwareClassificationSchemeImpl
Gets the value type for this object.
getValueType() - Method in interface com.softwareag.centrasite.appl.framework.lcm.beans.LCAwareClassificationScheme
Gets the value type for this object.
getVersionManager() - Method in class com.softwareag.centrasite.appl.framework.SessionContext
Returns the version manager.
getVersionObjects(RegistryBean) - Method in class com.softwareag.centrasite.appl.framework.persistence.versioning.impl.VersionManagerImpl
 
getVersionObjects(RegistryBean) - Method in interface com.softwareag.centrasite.appl.framework.persistence.versioning.VersionManager
Get all versioned objects based on the object given.
getWS_I_Compliant() - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.ServiceImpl
Gets WS_I_Compliant.
getWS_I_Compliant() - Method in interface com.softwareag.centrasite.appl.framework.beans.standard.Service
Gets WS_I_Compliant.
getXMLVersion() - Method in exception com.softwareag.centrasite.appl.framework.parser.CSAppFrameworkParserException
 
getYear() - Method in class com.softwareag.centrasite.appl.framework.data.Date
Returns the dates year.
grantPurgeObject(RegistryBean) - Method in class com.softwareag.centrasite.appl.framework.persistence.versioning.impl.VersionObjectListenerImpl
 
grantPurgeObject(RegistryBean) - Method in interface com.softwareag.centrasite.appl.framework.persistence.versioning.VersionObjectListener
Grant the object to be purged.
grantVersionedObject(RegistryBean) - Method in class com.softwareag.centrasite.appl.framework.persistence.versioning.impl.VersionObjectListenerImpl
 
grantVersionedObject(RegistryBean) - Method in interface com.softwareag.centrasite.appl.framework.persistence.versioning.VersionObjectListener
Grant the object to be versioned.
gt(String, Object) - Static method in class com.softwareag.centrasite.appl.framework.persistence.search.Predicates
Create a "greater then" predicate.
gt(String, Object, Class<? extends RegistryBean>) - Static method in class com.softwareag.centrasite.appl.framework.persistence.search.Predicates
Create a "greater then" predicate for a given beanType.

H

handleExternalLink(RegistryBean, ExternalLink) - Method in class com.softwareag.centrasite.appl.framework.persistence.versioning.impl.VersionObjectListenerImpl
 
handleExternalLink(RegistryBean, ExternalLink) - Method in interface com.softwareag.centrasite.appl.framework.persistence.versioning.VersionObjectListener
Handle the external link of given object according copy mode.
hasAttributeDescription() - Method in class com.softwareag.centrasite.appl.framework.mapping.BaseProperty
Determines if it has attribute description.
hasCascadeDelete() - Method in enum com.softwareag.centrasite.appl.framework.mapping.CascadeStyle
Determines if this CascadeStyle applies for delete operation.
hashCode() - Method in class com.softwareag.centrasite.appl.framework.beans.DynamicRegistryBean
 
hashCode() - Method in class com.softwareag.centrasite.appl.framework.beans.Identity
 
hashCode() - Method in class com.softwareag.centrasite.appl.framework.beans.KeyImpl
 
hashCode() - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.AssociationImpl
 
hashCode() - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.AuditableEventImpl
 
hashCode() - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.ClassificationImpl
 
hashCode() - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.ClassificationSchemeImpl
 
hashCode() - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.ConceptImpl
 
hashCode() - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.ExternalIdentifierImpl
 
hashCode() - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.ExternalLinkImpl
 
hashCode() - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.ExtrinsicObjectImpl
 
hashCode() - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.OrganizationImpl
 
hashCode() - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.RegistryEntryImpl
 
hashCode() - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.RegistryObjectImpl
 
hashCode() - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.RegistryPackageImpl
 
hashCode() - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.ServiceBindingImpl
 
hashCode() - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.ServiceImpl
 
hashCode() - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.SpecificationLinkImpl
 
hashCode() - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.UserImpl
 
hashCode() - Method in class com.softwareag.centrasite.appl.framework.data.CSAppAssociationTypeRef
 
hashCode() - Method in class com.softwareag.centrasite.appl.framework.data.CSAppConceptRef
 
hashCode() - Method in class com.softwareag.centrasite.appl.framework.data.CSAppObjectTypeRef
 
hashCode() - Method in class com.softwareag.centrasite.appl.framework.data.CSAppTaxonomyRef
 
hashCode() - Method in class com.softwareag.centrasite.appl.framework.data.Date
 
hashCode() - Method in class com.softwareag.centrasite.appl.framework.fixed.CSAppFixedRegistryObject
 
hashCode() - Method in class com.softwareag.centrasite.appl.framework.lcm.beans.impl.LCAwareClassificationSchemeImpl
 
hashCode() - Method in class com.softwareag.centrasite.appl.framework.lcm.beans.impl.LCAwareRegistryEntryImpl
 
hashCode() - Method in class com.softwareag.centrasite.appl.framework.lcm.beans.impl.LCAwareRegistryObjectImpl
 
hashCode() - Method in class com.softwareag.centrasite.appl.framework.lcm.beans.LCAwareDynamicRegistryBean
 
hashCode() - Method in class com.softwareag.centrasite.appl.framework.persistence.versioning.VersionCopyMode
Produce a has code that equal elements have same hash code

I

Identity - Class in com.softwareag.centrasite.appl.framework.beans
Identity class to identify registry beans.
Identity() - Constructor for class com.softwareag.centrasite.appl.framework.beans.Identity
Default constructor.
Identity(Key, String) - Constructor for class com.softwareag.centrasite.appl.framework.beans.Identity
Creates the new instance.
init(RegistryBean, Property) - Method in class com.softwareag.centrasite.appl.framework.persistence.mapper.impl.ClassificationAttributePropertyMapper
 
init(RegistryBean, Property) - Method in class com.softwareag.centrasite.appl.framework.persistence.mapper.impl.ClassifiedInstancePropertyMapper
 
init(RegistryBean, Property) - Method in class com.softwareag.centrasite.appl.framework.persistence.mapper.impl.FileAttributePropertyMapper
 
init(RegistryBean, Property) - Method in class com.softwareag.centrasite.appl.framework.persistence.mapper.impl.RelationshipAttributePropertyMapper
 
init(RegistryBean, Property) - Method in class com.softwareag.centrasite.appl.framework.persistence.mapper.impl.SlotsMapper
 
init(RegistryBean, Property) - Method in interface com.softwareag.centrasite.appl.framework.persistence.mapper.PropertyMapper
Initializes the mapper.
initCollection(Class<?>) - Static method in class com.softwareag.centrasite.appl.framework.utils.CollectionUtils
Creates empty implementation for List, Collection, or Set.
initialize(IOCProvider, Object) - Method in class com.softwareag.centrasite.appl.framework.ioc.IOCController
Initializes the given objects properties.
initialize(IOCProvider) - Method in interface com.softwareag.centrasite.appl.framework.ioc.IOCListener
Called to initialize the object.
INO_DAV_PATH - Static variable in interface com.softwareag.centrasite.appl.framework.types.TypeManager
The Ino dav path needed to create the repository URL.
insert(T) - Method in class com.softwareag.centrasite.appl.framework.managers.AbstractManager
 
insert(T) - Method in interface com.softwareag.centrasite.appl.framework.managers.Manager
Inserts a bean, which has previously been created using Manager.create(), into the bean pool.
insert(T) - Method in interface com.softwareag.centrasite.appl.framework.persistence.BeanPool
insert(T) - Method in class com.softwareag.centrasite.appl.framework.persistence.impl.BeanPoolImpl
Deprecated. 
IntegerSlotHandler - Class in com.softwareag.centrasite.appl.framework.persistence.mapper.slots
Implementation of SlotHandler for integer values.
IntegerSlotHandler() - Constructor for class com.softwareag.centrasite.appl.framework.persistence.mapper.slots.IntegerSlotHandler
 
INTERNATIONAL_STRING_LOCALE_ATTRIBUTE_DELIMITER - Static variable in class com.softwareag.centrasite.appl.framework.persistence.search.impl.SupportTypePredicate
 
InternationalString - Interface in com.softwareag.centrasite.appl.framework.beans.standard
A class that represents the JAXR InternationalString.
InternationalStringImpl - Class in com.softwareag.centrasite.appl.framework.beans.standard.impl
A class that represents the JAXR InternationalString.
InternationalStringImpl(InternationalString) - Constructor for class com.softwareag.centrasite.appl.framework.beans.standard.impl.InternationalStringImpl
Constructs a new object.
IntString - Class in com.softwareag.centrasite.appl.framework.data
Representation of an international string.
IntString() - Constructor for class com.softwareag.centrasite.appl.framework.data.IntString
 
IntToStringPredicate - Class in com.softwareag.centrasite.appl.framework.persistence.search.impl
This predicate is for integer based predicates converted to string values.
IntToStringPredicate(Property, Operation, Object) - Constructor for class com.softwareag.centrasite.appl.framework.persistence.search.impl.IntToStringPredicate
Constructs an IntToStringPredicate instance.
IntToStringPredicateHandler() - Constructor for class com.softwareag.centrasite.appl.framework.persistence.search.impl.PredicateFactory.IntToStringPredicateHandler
 
invoke(Object, Method, Object[]) - Method in class com.softwareag.centrasite.appl.framework.persistence.impl.BackedDynamicRegistryBeanHandler
Handle the bean methods: - getters: ensure the bean is populated from the RO - setters: ensure the RO is populated from the bean - non-getter/setter: simply pass through to bean - "system" methods : simply pass through to this object
invoke(Object, Method, Object[]) - Method in class com.softwareag.centrasite.appl.framework.persistence.impl.DynamicRegistryBeanHandler
 
IOC - Annotation Type in com.softwareag.centrasite.appl.framework.ioc
This annotation indicates, that a factory should initialize the annotated property.
IOCController - Class in com.softwareag.centrasite.appl.framework.ioc
The IOCController is responsible for property injection.
IOCController() - Constructor for class com.softwareag.centrasite.appl.framework.ioc.IOCController
 
IOCListener - Interface in com.softwareag.centrasite.appl.framework.ioc
Interface of an object, which wants to initialize itself.
IOCProvider - Interface in com.softwareag.centrasite.appl.framework.ioc
The IOCProvider is called by the IOCController to provide values for the properties, that the IOCController wants to fill.
isActive() - Method in class com.softwareag.centrasite.appl.framework.lcm.impl.LCModelImpl
 
isActive() - Method in interface com.softwareag.centrasite.appl.framework.lcm.LCModel
Checks whether the model is Active.
isAfter(Date) - Method in class com.softwareag.centrasite.appl.framework.data.Date
Returns, whether this Date is after the given date.
isAndOperator() - Method in class com.softwareag.centrasite.appl.framework.persistence.search.impl.CombinedPredicate
Returns whether the AND operation is applied or the OR operation is applied.
isAutoRereadOutdatedObjects() - Method in class com.softwareag.centrasite.appl.framework.persistence.impl.ConfigurationManager
Retrieves the Configuration.PROP_AUTO_REREAD_OUTDATED_OBJECTS property and converts it to boolean.
isBeanCreated(RegistryBean) - Static method in class com.softwareag.centrasite.appl.framework.utils.BeanUtils
Checks if a given bean is newly created.
isBefore(Date) - Method in class com.softwareag.centrasite.appl.framework.data.Date
Returns, whether this Date is before the given date.
isCachingChilds() - Method in class com.softwareag.centrasite.appl.framework.parser.CSAppConceptCollectionRefInfo
Returns, whether caching the child list is required.
isCollection(Class<?>) - Static method in class com.softwareag.centrasite.appl.framework.utils.CollectionUtils
Determines if the given type is a Collection.
isConfirmed() - Method in interface com.softwareag.centrasite.appl.framework.beans.standard.Association
Determines whether an Association has been confirmed completely.
isConfirmed() - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.AssociationImpl
Determines whether an Association has been confirmed completely.
isConfirmedBySourceOwner() - Method in interface com.softwareag.centrasite.appl.framework.beans.standard.Association
Determines whether an Association has been confirmed by the owner of the source object.
isConfirmedBySourceOwner() - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.AssociationImpl
Determines whether an Association has been confirmed by the owner of the source object.
isConfirmedByTargetOwner() - Method in interface com.softwareag.centrasite.appl.framework.beans.standard.Association
Determines whether an Association has been confirmed by the owner of the target object.
isConfirmedByTargetOwner() - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.AssociationImpl
Determines whether an Association has been confirmed by the owner of the target object.
isCreated() - Method in class com.softwareag.centrasite.appl.framework.persistence.impl.BackedDynamicRegistryBeanHandler
 
isCreated() - Method in interface com.softwareag.centrasite.appl.framework.persistence.impl.BeanInfo
Returns, whether this is object has already been created in the registry.
isCreated() - Method in class com.softwareag.centrasite.appl.framework.persistence.impl.DynamicRegistryBeanHandler
 
isCSAFSupportType(Object) - Static method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.StandardMappingUtils
Deprecated.
isCSAFSupportType() - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.SupportType
Checks if the the given value is one of the JAXR support types ( TelephoneNumber, PostaAddress ... etc)
isDeleted() - Method in class com.softwareag.centrasite.appl.framework.persistence.impl.BackedDynamicRegistryBeanHandler
 
isDeleted() - Method in interface com.softwareag.centrasite.appl.framework.persistence.impl.BeanInfo
Returns, whether the object is marked as deleted.
isDeleted() - Method in class com.softwareag.centrasite.appl.framework.persistence.impl.DynamicRegistryBeanHandler
 
isDescending() - Method in class com.softwareag.centrasite.appl.framework.persistence.search.Order
Returns true if the order is descending , otherwise returns false.
isElement(Node, QName) - Method in class com.softwareag.centrasite.appl.framework.parser.ParsedXMLDocument
Returns, whether the given node is an element with the given name.
isEmpty(String) - Static method in class com.softwareag.centrasite.appl.framework.util.Strings
Returns, whether the given string is null, or empty.
isExtensible() - Method in class com.softwareag.centrasite.appl.framework.types.impl.TypeDescriptionImpl
Deprecated. 
isExtensible() - Method in interface com.softwareag.centrasite.appl.framework.types.TypeDescription
Deprecated.
types are always extensible, method always returns true
isExternal() - Method in interface com.softwareag.centrasite.appl.framework.beans.standard.Classification
Returns true if this is an external classification.
isExternal() - Method in interface com.softwareag.centrasite.appl.framework.beans.standard.ClassificationScheme
Determines whether this ClassificationScheme is an external ClassificationScheme or an internal ClassificationScheme.
isExternal() - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.ClassificationImpl
Returns true if this is an external classification.
isExternal() - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.ClassificationSchemeImpl
Determines whether this ClassificationScheme is an external ClassificationScheme or an internal ClassificationScheme.
isExternal() - Method in class com.softwareag.centrasite.appl.framework.lcm.beans.impl.LCAwareClassificationSchemeImpl
Determines whether this ClassificationScheme is an external ClassificationScheme or an internal ClassificationScheme.
isExternal() - Method in interface com.softwareag.centrasite.appl.framework.lcm.beans.LCAwareClassificationScheme
Determines whether this ClassificationScheme is an external ClassificationScheme or an internal ClassificationScheme.
isExtramural() - Method in interface com.softwareag.centrasite.appl.framework.beans.standard.Association
Determines whether an Association is extramural or not.
isExtramural() - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.AssociationImpl
Determines whether an Association is extramural or not.
isGetter(Method) - Static method in class com.softwareag.centrasite.appl.framework.util.Reflection
Determines if the given method is a getter method based on its name.
isGlobal() - Method in class com.softwareag.centrasite.appl.framework.lcm.impl.LCModelImpl
 
isGlobal() - Method in interface com.softwareag.centrasite.appl.framework.lcm.LCModel
Checks whether the model is global.
isHandling(Class<?>, Slot) - Method in class com.softwareag.centrasite.appl.framework.persistence.mapper.slots.BooleanSlotHandler
 
isHandling(Class<?>, Slot) - Method in class com.softwareag.centrasite.appl.framework.persistence.mapper.slots.CalendarSlotHandler
 
isHandling(Class<?>, Slot) - Method in class com.softwareag.centrasite.appl.framework.persistence.mapper.slots.CustomDateSlotHandler
 
isHandling(Class<?>, Slot) - Method in class com.softwareag.centrasite.appl.framework.persistence.mapper.slots.DateSlotHandler
 
isHandling(Class<?>, Slot) - Method in class com.softwareag.centrasite.appl.framework.persistence.mapper.slots.EnumSlotHandler
 
isHandling(Class<?>, Slot) - Method in class com.softwareag.centrasite.appl.framework.persistence.mapper.slots.IntegerSlotHandler
 
isHandling(Class<?>, Slot) - Method in class com.softwareag.centrasite.appl.framework.persistence.mapper.slots.LongSlotHandler
 
isHandling(Class<?>, Slot) - Method in interface com.softwareag.centrasite.appl.framework.persistence.mapper.slots.SlotHandler
Returns, whether the slot handler can handle the given Java class.
isHandling(Class<?>, Slot) - Method in class com.softwareag.centrasite.appl.framework.persistence.mapper.slots.StringSlotHandler
 
isHandling(Class<?>, Slot) - Method in class com.softwareag.centrasite.appl.framework.persistence.mapper.slots.TimestampSlotHandler
 
isHandling(Property, Operation, Object) - Method in class com.softwareag.centrasite.appl.framework.persistence.search.impl.PredicateFactory.IntToStringPredicateHandler
 
isHandling(Property, Operation, Object) - Method in class com.softwareag.centrasite.appl.framework.persistence.search.impl.PredicateFactory.KeyPredicateHandler
 
isHandling(Property, Operation, Object) - Method in class com.softwareag.centrasite.appl.framework.persistence.search.impl.PredicateFactory.NestedPredicateHandler
 
isHandling(Property, Operation, Object) - Method in class com.softwareag.centrasite.appl.framework.persistence.search.impl.PredicateFactory.RegistryObjectPropertySlotPredicateHandler
 
isHandling(Property, Operation, Object) - Method in class com.softwareag.centrasite.appl.framework.persistence.search.impl.PredicateFactory.SlotPredicateHandler
 
isHandling(Property, Operation, Object) - Method in class com.softwareag.centrasite.appl.framework.persistence.search.impl.PredicateFactory.SupportTypePredicateHandler
 
isHandling(Property, Operation, Object) - Method in interface com.softwareag.centrasite.appl.framework.persistence.search.PredicateHandler
Checks if the handler is applying to specific conditions concerning one or more of the predicates properties.
isInactive() - Method in class com.softwareag.centrasite.appl.framework.lcm.impl.LCModelImpl
 
isInactive() - Method in interface com.softwareag.centrasite.appl.framework.lcm.LCModel
Checks whether the model is Inactive.
isIndexed() - Method in interface com.softwareag.centrasite.appl.framework.types.AttributeDescription
Checks whether a database index is defined for this attribute.
isIndexed() - Method in class com.softwareag.centrasite.appl.framework.types.impl.AttributeDescriptionImpl
Checks whether a database index is defined for this attribute.
isInFunction() - Method in class com.softwareag.centrasite.appl.framework.persistence.search.SearchQuery
Checks if this query is in function.
isInstanceTypeSlot() - Method in class com.softwareag.centrasite.appl.framework.mapping.Slot
Information about the Slot type comes from the TypeManager If TypeManager recognizes the slot then it is no instance type slot.
isInternationalized() - Method in class com.softwareag.centrasite.appl.framework.mapping.RegistryObjectProperty
Checks it is internationalized.
isJAXRAnnotation(Annotation) - Static method in class com.softwareag.centrasite.appl.framework.persistence.mapper.MappingUtils
Helper method for checking if an annotation belongs the the JAXR annotations set.
isJAXRSupportType(Object) - Static method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.StandardMappingUtils
Deprecated.
isJAXRSupportType() - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.SupportType
Checks if the the given value is one of the JAXR support types ( TelephoneNumber, PostalAddress ... etc).
isLCMForLCM() - Method in class com.softwareag.centrasite.appl.framework.lcm.impl.LCModelImpl
 
isLCMForLCM() - Method in interface com.softwareag.centrasite.appl.framework.lcm.LCModel
Checks whether the model is a LCM for LCM.
isManaged(RegistryBean) - Method in class com.softwareag.centrasite.appl.framework.persistence.impl.BeanPoolImpl
 
isManaged(RegistryBean) - Method in interface com.softwareag.centrasite.appl.framework.persistence.ManagedBeanPool
Check if a given bean is being managed by the pool.
isMaxVersionObject(RegistryBean) - Method in class com.softwareag.centrasite.appl.framework.persistence.versioning.impl.VersionManagerImpl
 
isMaxVersionObject(RegistryBean) - Method in interface com.softwareag.centrasite.appl.framework.persistence.versioning.VersionManager
Checks if the given object is the maximum (or only) version object.
isMode(FlushMode) - Method in class com.softwareag.centrasite.appl.framework.persistence.FlushMode
Checks if the current mode is the same as another one.
isModified() - Method in interface com.softwareag.centrasite.appl.framework.persistence.CSAFCollection
Return whether this collection is modified.
isModified() - Method in class com.softwareag.centrasite.appl.framework.persistence.impl.BackedDynamicRegistryBeanHandler
 
isModified() - Method in interface com.softwareag.centrasite.appl.framework.persistence.impl.BeanInfo
Returns, whether the object is modified.
isModified(RegistryBean) - Method in class com.softwareag.centrasite.appl.framework.persistence.impl.BeanPoolImpl
 
isModified() - Method in class com.softwareag.centrasite.appl.framework.persistence.impl.CSAFArrayList
 
isModified() - Method in class com.softwareag.centrasite.appl.framework.persistence.impl.CSAFHashSet
 
isModified() - Method in class com.softwareag.centrasite.appl.framework.persistence.impl.DynamicRegistryBeanHandler
 
isModified(RegistryBean) - Method in interface com.softwareag.centrasite.appl.framework.persistence.ManagedBeanPool
Check if a given bean managed by the pool bean is modified.
isNonEmpty(String) - Static method in class com.softwareag.centrasite.appl.framework.utils.StringUtil
Is the specified string NOT null, NOT the empty string AND NOT only spaces?
isNullOrEmpty(String) - Static method in class com.softwareag.centrasite.appl.framework.utils.StringUtil
Is the specified string null, the empty string or only consists of spaces?
isOpaque() - Method in interface com.softwareag.centrasite.appl.framework.beans.standard.ExtrinsicObject
Determines whether the ExtrinsicObject is opaque (not readable) by the registry operator.
isOpaque() - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.ExtrinsicObjectImpl
Determines whether the ExtrinsicObject is opaque (not readable) by the registry operator.
isPendingStateChange() - Method in class com.softwareag.centrasite.appl.framework.lcm.impl.LCRegistryObjectStateImpl
 
isPendingStateChange() - Method in interface com.softwareag.centrasite.appl.framework.lcm.LCRegistryObjectState
Check if the registry bean is pending state change.
isPredefined() - Method in class com.softwareag.centrasite.appl.framework.types.impl.ProfileImpl
Checks if this profile is one of the predefined ones.
isPredefined() - Method in interface com.softwareag.centrasite.appl.framework.types.Profile
Checks if this profile is one of the predefined ones.
isPrefix() - Method in interface com.softwareag.centrasite.appl.framework.types.AttributeDescription
Return whether this slot's unit label is a prefix or suffix value.
isPrefix() - Method in class com.softwareag.centrasite.appl.framework.types.impl.AttributeDescriptionImpl
 
isProcessed(RegistryBean) - Method in class com.softwareag.centrasite.appl.framework.persistence.impl.PersistenceContextImpl
 
isProcessed(RegistryBean) - Method in interface com.softwareag.centrasite.appl.framework.persistence.PersistenceContext
Determines if the given RegistryBean has been processed during the current processing.
isReadOnly() - Method in interface com.softwareag.centrasite.appl.framework.types.AttributeDescription
Checks whether the attribute value can be edited in an object.
isReadOnly() - Method in class com.softwareag.centrasite.appl.framework.types.impl.AttributeDescriptionImpl
Checks whether the attribute value can be edited in an object.
isRetired() - Method in class com.softwareag.centrasite.appl.framework.lcm.impl.LCModelImpl
 
isRetired() - Method in interface com.softwareag.centrasite.appl.framework.lcm.LCModel
Checks whether the model is Retired.
isRevision() - Method in class com.softwareag.centrasite.appl.framework.beans.DynamicRegistryBean
 
isRevision() - Method in class com.softwareag.centrasite.appl.framework.beans.Identity
Checks if there is checkpoint information.
isRevision() - Method in interface com.softwareag.centrasite.appl.framework.beans.RevisionBean
Checks if this instance is revision or actual object.
isRevisioningEnabled() - Method in class com.softwareag.centrasite.appl.framework.persistence.revision.impl.RevisionManagerImpl
 
isRevisioningEnabled() - Method in interface com.softwareag.centrasite.appl.framework.persistence.revision.RevisionManager
Checks if the revision infrastructure is enabled.
isSearchingLocale() - Method in class com.softwareag.centrasite.appl.framework.persistence.impl.ConfigurationManager
Retrieves the Configuration.PROP_SEARCH_LOCALE property and converts it to boolean.
isSelected(Annotation) - Method in interface com.softwareag.centrasite.appl.framework.persistence.mapper.MappingUtils.AnnotationFilter
Returns, whether the given annotation is selected.
isSelected(Association) - Method in interface com.softwareag.centrasite.appl.framework.utils.AssociationFilter
Returns whether the association is selected.
isSetter(Method) - Static method in class com.softwareag.centrasite.appl.framework.util.Reflection
Determines if the given method is a setter method based on its name.
isSuperseded() - Method in class com.softwareag.centrasite.appl.framework.lcm.impl.LCModelImpl
 
isSuperseded() - Method in interface com.softwareag.centrasite.appl.framework.lcm.LCModel
Checks whether the model is Superseded.
isSupportType() - Method in class com.softwareag.centrasite.appl.framework.mapping.NestedProperty
Returns the support type.
isSystemDefined() - Method in interface com.softwareag.centrasite.appl.framework.types.AttributeDescription
Tells whether the attribute is system defined or not.
isSystemDefined() - Method in class com.softwareag.centrasite.appl.framework.types.impl.AttributeDescriptionImpl
 
isTemporary() - Method in class com.softwareag.centrasite.appl.framework.beans.KeyImpl
Returns, whether the key is temporary.
isTransitionAllowed() - Method in class com.softwareag.centrasite.appl.framework.lcm.impl.LCStateImpl
 
isTransitionAllowed() - Method in interface com.softwareag.centrasite.appl.framework.lcm.LCState
Checks if the current logged in user has the sufficient permissions that match restriction criterion of the state transition.
isTrimmedEmpty(String) - Static method in class com.softwareag.centrasite.appl.framework.util.Strings
Returns, whether the given string is null, or empty after trimming.
isUsed() - Method in interface com.softwareag.centrasite.appl.framework.types.AttributeDescription
Checks if this attribute is being used in object instance.
isUsed() - Method in class com.softwareag.centrasite.appl.framework.types.impl.AttributeDescriptionImpl
Checks if this attribute is being used in object instance.

J

JAXRUtils - Class in com.softwareag.centrasite.appl.framework.utils
Container class for JAXR utility methods.
JAXRUtils() - Constructor for class com.softwareag.centrasite.appl.framework.utils.JAXRUtils
 
JBMException - Exception in com.softwareag.centrasite.appl.framework.persistence
The base exception for JAXR-to-Bean Mapper.
JBMException(String, Throwable) - Constructor for exception com.softwareag.centrasite.appl.framework.persistence.JBMException
Creates a new instance with the given detail message and cause.
JBMException(String) - Constructor for exception com.softwareag.centrasite.appl.framework.persistence.JBMException
Creates a new instance with the given detail message and no cause.
JBMException(Throwable) - Constructor for exception com.softwareag.centrasite.appl.framework.persistence.JBMException
Creates a new instance with the given cause.

K

Key - Interface in com.softwareag.centrasite.appl.framework.beans
Represent a key of bean.
KEY_GENERIC_PROFILE_Assocations - Static variable in interface com.softwareag.centrasite.appl.framework.types.Profile
Keys of generic profiles.
KEY_GENERIC_PROFILE_AuditLog - Static variable in interface com.softwareag.centrasite.appl.framework.types.Profile
 
KEY_GENERIC_PROFILE_Classifications - Static variable in interface com.softwareag.centrasite.appl.framework.types.Profile
 
KEY_GENERIC_PROFILE_Consumers - Static variable in interface com.softwareag.centrasite.appl.framework.types.Profile
 
KEY_GENERIC_PROFILE_ExternalLinks - Static variable in interface com.softwareag.centrasite.appl.framework.types.Profile
 
KEY_GENERIC_PROFILE_Notifications - Static variable in interface com.softwareag.centrasite.appl.framework.types.Profile
 
KEY_GENERIC_PROFILE_ObjectSpecificProperties - Static variable in interface com.softwareag.centrasite.appl.framework.types.Profile
 
KEY_GENERIC_PROFILE_Permissions - Static variable in interface com.softwareag.centrasite.appl.framework.types.Profile
 
KEY_GENERIC_PROFILE_Versions - Static variable in interface com.softwareag.centrasite.appl.framework.types.Profile
 
KeyImpl - Class in com.softwareag.centrasite.appl.framework.beans
A registry objects key.
KeyImpl() - Constructor for class com.softwareag.centrasite.appl.framework.beans.KeyImpl
Creates a new, temporary key.
KeyImpl(String) - Constructor for class com.softwareag.centrasite.appl.framework.beans.KeyImpl
Creates a new key, which resembles an object that exists in the database with the given id.
KeyPredicate - Class in com.softwareag.centrasite.appl.framework.persistence.search.impl
The key predicate is used when the searched property type is Relation and the value is either of type Key, RegistryBean or String.
KeyPredicate(Property, Operation, Object) - Constructor for class com.softwareag.centrasite.appl.framework.persistence.search.impl.KeyPredicate
Creates and KeyPredicate instance Checks if the value Type is correct.
KeyPredicateHandler() - Constructor for class com.softwareag.centrasite.appl.framework.persistence.search.impl.PredicateFactory.KeyPredicateHandler
 

L

LazySearchResultList - Class in com.softwareag.centrasite.appl.framework.persistence.search.impl
List implementation containing RegistryBean instances and wrapping JAXR lazy response collection.
LazySearchResultList(CentraSiteBulkResponse, ManagedBeanPool, List<Class<? extends RegistryBean>>) - Constructor for class com.softwareag.centrasite.appl.framework.persistence.search.impl.LazySearchResultList
Constructs an instance of this class.
LCAwareClassificationScheme - Interface in com.softwareag.centrasite.appl.framework.lcm.beans
A RegistryBean interface that represents the LifeCylce aware JAXR ClassificationScheme.
LCAwareClassificationSchemeImpl - Class in com.softwareag.centrasite.appl.framework.lcm.beans.impl
Implementation class for LCAwareClassificationScheme.
LCAwareClassificationSchemeImpl() - Constructor for class com.softwareag.centrasite.appl.framework.lcm.beans.impl.LCAwareClassificationSchemeImpl
 
LCAwareDynamicRegistryBean - Class in com.softwareag.centrasite.appl.framework.lcm.beans
Implementation class for derivation of concrete Life Cycle Aware subclasses.
LCAwareDynamicRegistryBean() - Constructor for class com.softwareag.centrasite.appl.framework.lcm.beans.LCAwareDynamicRegistryBean
 
LCAwareRegistryEntry - Interface in com.softwareag.centrasite.appl.framework.lcm.beans
A RegistryBean interface that represents the LifeCylce aware JAXR RegistryEntry.
LCAwareRegistryEntryImpl - Class in com.softwareag.centrasite.appl.framework.lcm.beans.impl
Implementation class for LCAwareRegistryEntry.
LCAwareRegistryEntryImpl() - Constructor for class com.softwareag.centrasite.appl.framework.lcm.beans.impl.LCAwareRegistryEntryImpl
 
LCAwareRegistryObject - Interface in com.softwareag.centrasite.appl.framework.lcm.beans
A RegistryBean interface that represents the LifeCylce aware JAXR RegistryObject.
LCAwareRegistryObjectImpl - Class in com.softwareag.centrasite.appl.framework.lcm.beans.impl
Implementation class for LCAwareRegistryObject.
LCAwareRegistryObjectImpl() - Constructor for class com.softwareag.centrasite.appl.framework.lcm.beans.impl.LCAwareRegistryObjectImpl
 
LCMAdminManager - Interface in com.softwareag.centrasite.appl.framework.lcm
The LCMAdminManager provides all operations to create, modify and delete LCModels - State models for Lifecycle Management.
LCMAdminManagerImpl - Class in com.softwareag.centrasite.appl.framework.lcm.impl
This implementation offers CRUD (Create, Read, Update, Delete) and searching functionality for a LCModel.
LCMAdminManagerImpl(RegistryProvider, BeanPool) - Constructor for class com.softwareag.centrasite.appl.framework.lcm.impl.LCMAdminManagerImpl
Only constructor to create an instance of LCMAdminManager.
LCModel - Interface in com.softwareag.centrasite.appl.framework.lcm
LC Models are state machines for Lifecycle Management and the state machines may not have any states that cannot be reached.
LCModelImpl - Class in com.softwareag.centrasite.appl.framework.lcm.impl
This implementation offers CRUD (Create, Read, Update, Delete) functionality for LCState objects, and all the necessary operations for managing a LCmodel object.
LCModelImpl(LCModel, RegistryProvider, BeanPool) - Constructor for class com.softwareag.centrasite.appl.framework.lcm.impl.LCModelImpl
Constructor for creating LCModel objects.
LCModelState - Enum in com.softwareag.centrasite.appl.framework.lcm
LCModelState represents an enumeration that contains the possible states that the model can be in.
LCRegistryObjectState - Interface in com.softwareag.centrasite.appl.framework.lcm
The LCRegistryObjectState defines methods for setting and getting the Pending State.
LCRegistryObjectStateImpl - Class in com.softwareag.centrasite.appl.framework.lcm.impl
An implementation class which adds the get and set pending state functionality to an existing LCState implementation.
LCRegistryObjectStateImpl(LCRegistryObjectState, RegistryProvider) - Constructor for class com.softwareag.centrasite.appl.framework.lcm.impl.LCRegistryObjectStateImpl
Constructor for creating LCRegistryObjectState objects from a LCState.
LCState - Interface in com.softwareag.centrasite.appl.framework.lcm
The LCState provides access to the LCState and state specific operations.
LCStateChangeStatus - Enum in com.softwareag.centrasite.appl.framework.lcm
LCStateChangeStatus represents an enumeration that contains the possible state change status values as shown below.
LCStateImpl - Class in com.softwareag.centrasite.appl.framework.lcm.impl
An implementation class able of managing all LCState operations.
le(String, Object, Class<? extends RegistryBean>) - Static method in class com.softwareag.centrasite.appl.framework.persistence.search.Predicates
Create a "less or equals" predicate for a given beanType.
le(String, Object) - Static method in class com.softwareag.centrasite.appl.framework.persistence.search.Predicates
Create a "less or equals" predicate.
LifeCycleAware - Interface in com.softwareag.centrasite.appl.framework.lcm.beans
Interface of a Life Cycle Aware object, which is stored or may be stored in the registry.
like(String, String, Class<? extends RegistryBean>) - Static method in class com.softwareag.centrasite.appl.framework.persistence.search.Predicates
Create a "like" predicate for a given beanType.
like(String, String) - Static method in class com.softwareag.centrasite.appl.framework.persistence.search.Predicates
Create a "like" predicate.
listIterator(int) - Method in class com.softwareag.centrasite.appl.framework.persistence.search.impl.LazySearchResultList
load(BusinessQueryManager, FixedRegistryObjectCollection) - Method in class com.softwareag.centrasite.appl.framework.fixed.FixedRegistryObjectPool
Loads the given collection of objects into the pool.
loadClass(ClassLoader, String) - Static method in class com.softwareag.centrasite.appl.framework.util.Reflection
Loads the class named pClassName via the given pClassLoader.
LocaleProvider - Class in com.softwareag.centrasite.appl.framework.util
This class represents locales used in the registry.
LOCALIZED_STRING_CHARSET_ATTRIBUTE_DELIMITER - Static variable in class com.softwareag.centrasite.appl.framework.persistence.search.impl.SupportTypePredicate
 
LOCALIZED_STRING_LOCALE_ATTRIBUTE_DELIMITER - Static variable in class com.softwareag.centrasite.appl.framework.persistence.search.impl.SupportTypePredicate
 
LocalizedString - Interface in com.softwareag.centrasite.appl.framework.beans.standard
A class that represents the JAXR LocalizedString.
LocalizedStringImpl - Class in com.softwareag.centrasite.appl.framework.beans.standard.impl
A class that represents the JAXR LocalizedString.
LocalizedStringImpl(LocalizedString) - Constructor for class com.softwareag.centrasite.appl.framework.beans.standard.impl.LocalizedStringImpl
Constructs a new object.
LockNotAvailableException - Exception in com.softwareag.centrasite.appl.framework.persistence
Exception thrown when trying to modify a registry bean which is being modified in the moment by another client.
LockNotAvailableException(String, Throwable) - Constructor for exception com.softwareag.centrasite.appl.framework.persistence.LockNotAvailableException
Creates a new instance with the given detail message and cause.
LockNotAvailableException(String) - Constructor for exception com.softwareag.centrasite.appl.framework.persistence.LockNotAvailableException
Creates a new instance with the given detail message and no cause.
LockNotAvailableException(Throwable) - Constructor for exception com.softwareag.centrasite.appl.framework.persistence.LockNotAvailableException
Creates a new instance with the given cause.
LongSlotHandler - Class in com.softwareag.centrasite.appl.framework.persistence.mapper.slots
Implementation of SlotHandler for long values.
LongSlotHandler() - Constructor for class com.softwareag.centrasite.appl.framework.persistence.mapper.slots.LongSlotHandler
 
lt(String, Object, Class<? extends RegistryBean>, Search) - Static method in class com.softwareag.centrasite.appl.framework.persistence.search.Predicates
Deprecated.
instead use lt(propertyName, value, beanType)
lt(String, Object, Class<? extends RegistryBean>) - Static method in class com.softwareag.centrasite.appl.framework.persistence.search.Predicates
Create a "less then" predicate for a given beanType.
lt(String, Object) - Static method in class com.softwareag.centrasite.appl.framework.persistence.search.Predicates
Create a "less then" predicate.

M

main(String[]) - Static method in class com.softwareag.centrasite.appl.framework.generator.CommandLineGenerator
How to run the CommandLineGenerator:
Configuring the classpath:
The jar's needed for the execution of the CommandLineGenerator can be found under ..
ManagedBeanPool - Interface in com.softwareag.centrasite.appl.framework.persistence
This is an extension of the BeanPool interface with methods providing access to the bean life cycle management capabilities of the pool.
Manager - Annotation Type in com.softwareag.centrasite.appl.framework.beans.annotations
This annotation for the manager interface controls the creation of manager instances.
Manager<T extends RegistryBean> - Interface in com.softwareag.centrasite.appl.framework.managers
The manager is the object, which is used by the application manager to access beans.
ManagerException - Exception in com.softwareag.centrasite.appl.framework.managers
Managers are suggested to throw an instance of this exception.
ManagerException(String, Throwable) - Constructor for exception com.softwareag.centrasite.appl.framework.managers.ManagerException
Creates a new instance with the given detail message and cause.
ManagerException(String) - Constructor for exception com.softwareag.centrasite.appl.framework.managers.ManagerException
Creates a new instance with the given detail message and no cause.
ManagerException(Throwable) - Constructor for exception com.softwareag.centrasite.appl.framework.managers.ManagerException
Creates a new instance with the given cause.
MANUAL - Static variable in class com.softwareag.centrasite.appl.framework.persistence.FlushMode
The BeanPool is flushed/synchronized with the registry only when the BeanPool.flush() is invoked.
Mapping - Annotation Type in com.softwareag.centrasite.appl.framework.beans.annotations
Annotation for specifying the PersistenceEngine and BeanMapper for a bean.
MappingException - Exception in com.softwareag.centrasite.appl.framework.persistence.mapper
PersistenceEngine and mapping classes are supposed to throw instances of this class in case of internal errors.
MappingException(String, Throwable) - Constructor for exception com.softwareag.centrasite.appl.framework.persistence.mapper.MappingException
Creates a new instance with the given detailed message and cause.
MappingException(String) - Constructor for exception com.softwareag.centrasite.appl.framework.persistence.mapper.MappingException
Creates a new instance with the given detail message and no cause.
MappingException(Throwable) - Constructor for exception com.softwareag.centrasite.appl.framework.persistence.mapper.MappingException
Creates a new instance with the given cause.
MappingUtils - Class in com.softwareag.centrasite.appl.framework.persistence.mapper
Helper class for mappings.
MappingUtils() - Constructor for class com.softwareag.centrasite.appl.framework.persistence.mapper.MappingUtils
 
MappingUtils.AnnotationFilter - Interface in com.softwareag.centrasite.appl.framework.persistence.mapper
This interface allows to select annotations out of a complete set.
MAXOCCURS_1 - Static variable in interface com.softwareag.centrasite.appl.framework.types.AttributeDescription
The maxOccurs setting if the attribute is not an array.
MAXOCCURS_UNBOUNDED - Static variable in interface com.softwareag.centrasite.appl.framework.types.AttributeDescription
The maxOccurs setting if the attribute is an array.
MetaDataHolder - Class in com.softwareag.centrasite.appl.framework.mapping
TODO Merge it with the BeanType.
MetaDataHolder() - Constructor for class com.softwareag.centrasite.appl.framework.mapping.MetaDataHolder
 
MINOCCURS_0 - Static variable in interface com.softwareag.centrasite.appl.framework.types.AttributeDescription
The minOccurs setting if the attribute is not required.
MINOCCURS_1 - Static variable in interface com.softwareag.centrasite.appl.framework.types.AttributeDescription
The minOccurs setting if the attribute is required.

N

ne(String, Object, Class<? extends RegistryBean>) - Static method in class com.softwareag.centrasite.appl.framework.persistence.search.Predicates
Create a "non equal" predicate for a given beanType.
ne(String, Object) - Static method in class com.softwareag.centrasite.appl.framework.persistence.search.Predicates
Create a "non equal" predicate.
NestedPredicate - Class in com.softwareag.centrasite.appl.framework.persistence.search.impl
The nested predicate holds information about the real property it represents and if present the next nested property.
NestedPredicate(Property, Operation, Object) - Constructor for class com.softwareag.centrasite.appl.framework.persistence.search.impl.NestedPredicate
Creates a NestedPredicate instance.
NestedPredicateHandler() - Constructor for class com.softwareag.centrasite.appl.framework.persistence.search.impl.PredicateFactory.NestedPredicateHandler
 
NestedProperty - Class in com.softwareag.centrasite.appl.framework.mapping
Property instance which contains another property.
NestedProperty(Property, Property) - Constructor for class com.softwareag.centrasite.appl.framework.mapping.NestedProperty
Nests the given property in a new instance of this class.
newIdentity(String, String) - Static method in class com.softwareag.centrasite.appl.framework.utils.BeanUtils
Creates new Identity object.
newIdentity(String) - Static method in class com.softwareag.centrasite.appl.framework.utils.BeanUtils
Creates new Identity object only with key.
newInstance(InternationalString, boolean, Locale) - Static method in class com.softwareag.centrasite.appl.framework.data.IntString
Creates a new instance with the given international strings values.
newInstance(Property) - Method in interface com.softwareag.centrasite.appl.framework.persistence.mapper.PropertyMapperFactory.Handler
Creates a new instance of PropertyMapper.
newInstance(Class<T>) - Static method in class com.softwareag.centrasite.appl.framework.util.Reflection
Creates a new instance of the given class.
newInstance(Constructor<?>, Object...) - Static method in class com.softwareag.centrasite.appl.framework.util.Reflection
Creates a new instance of the given class.
newKey(String) - Static method in class com.softwareag.centrasite.appl.framework.utils.BeanUtils
Creates a Key with a specified id.
newKey() - Static method in class com.softwareag.centrasite.appl.framework.utils.BeanUtils
Creates a Key with temporary id.
newQName(Node) - Method in class com.softwareag.centrasite.appl.framework.parser.ParsedXMLDocument
Creates a new QName with the given nodes name.
newQName(String, String) - Method in class com.softwareag.centrasite.appl.framework.parser.ParsedXMLDocument
Creates a new QName with the given URI, and local part.
NodeInfo - Interface in com.softwareag.centrasite.appl.framework.parser
An instance of this class is able to provide information about a node.
NONE - Static variable in class com.softwareag.centrasite.appl.framework.persistence.versioning.VersionCopyMode
 
notNull(String) - Static method in class com.softwareag.centrasite.appl.framework.util.Strings
Returns the given string, if it is non-null, or the empty string.
notNull(String, String) - Static method in class com.softwareag.centrasite.appl.framework.util.Strings
Returns the given string, if it is non-null, or the given default value.
NS_FIXED_REGISTRY_OBJECTS - Static variable in class com.softwareag.centrasite.appl.framework.parser.FixedRegistryObjectParser
The parsers namespace URI.

O

OBJECT_TYPES - Static variable in class com.softwareag.centrasite.appl.framework.fixed.CSAppObjectType
The taxonomy of object types.
objectAttached(BeanPoolEvent) - Method in interface com.softwareag.centrasite.appl.framework.persistence.BeanPoolListener
Invoked when a bean is being attached to the pool.
objectAttached(BeanPoolEvent) - Method in class com.softwareag.centrasite.appl.framework.persistence.impl.DefaultBeanPoolListner
 
objectCopied(RegistryBean) - Method in class com.softwareag.centrasite.appl.framework.persistence.versioning.impl.VersionObjectListenerImpl
 
objectCopied(RegistryBean) - Method in interface com.softwareag.centrasite.appl.framework.persistence.versioning.VersionObjectListener
Handle the new copied object.
objectCreated(PersistenceEvent) - Method in class com.softwareag.centrasite.appl.framework.persistence.impl.DefaultPersistenceEventListener
Will be invoked after a bean is created.
objectCreated(PersistenceEvent) - Method in interface com.softwareag.centrasite.appl.framework.persistence.PersistenceEventListener
Will be invoked after a bean is created.
objectDeleted(PersistenceEvent) - Method in class com.softwareag.centrasite.appl.framework.persistence.impl.DefaultPersistenceEventListener
Will be invoked after a bean is deleted.
objectDeleted(PersistenceEvent) - Method in interface com.softwareag.centrasite.appl.framework.persistence.PersistenceEventListener
Will be invoked after a bean is deleted.
objectDetached(BeanPoolEvent) - Method in interface com.softwareag.centrasite.appl.framework.persistence.BeanPoolListener
Invoked when a bean is being detached from the pool.
objectDetached(BeanPoolEvent) - Method in class com.softwareag.centrasite.appl.framework.persistence.impl.DefaultBeanPoolListner
 
ObjectFactory<T extends RegistryBean> - Interface in com.softwareag.centrasite.appl.framework.persistence.mapper
Interface for creating RegistryObject from RegistryBean and vice versa.
ObjectOutdatedException - Exception in com.softwareag.centrasite.appl.framework.persistence
Exception thrown when trying to modify an outdated registry bean.
ObjectOutdatedException(String, Throwable) - Constructor for exception com.softwareag.centrasite.appl.framework.persistence.ObjectOutdatedException
Creates a new instance with the given detail message and cause.
ObjectOutdatedException(String) - Constructor for exception com.softwareag.centrasite.appl.framework.persistence.ObjectOutdatedException
Creates a new instance with the given detail message and no cause.
ObjectOutdatedException(Throwable) - Constructor for exception com.softwareag.centrasite.appl.framework.persistence.ObjectOutdatedException
Creates a new instance with the given cause.
objectToBeCreated(PersistenceEvent) - Method in class com.softwareag.centrasite.appl.framework.persistence.impl.DefaultPersistenceEventListener
 
objectToBeCreated(PersistenceEvent) - Method in interface com.softwareag.centrasite.appl.framework.persistence.PersistenceEventListener
Will be invoked before a bean is created.
objectToBeDeleted(PersistenceEvent) - Method in class com.softwareag.centrasite.appl.framework.persistence.impl.DefaultPersistenceEventListener
 
objectToBeDeleted(PersistenceEvent) - Method in interface com.softwareag.centrasite.appl.framework.persistence.PersistenceEventListener
Will be invoked before a bean is deleted.
objectToBeUpdated(PersistenceEvent) - Method in class com.softwareag.centrasite.appl.framework.persistence.impl.DefaultPersistenceEventListener
 
objectToBeUpdated(PersistenceEvent) - Method in interface com.softwareag.centrasite.appl.framework.persistence.PersistenceEventListener
Will be invoked before a bean is updated.
objectUpdated(PersistenceEvent) - Method in class com.softwareag.centrasite.appl.framework.persistence.impl.DefaultPersistenceEventListener
Will be invoked after a bean is updated.
objectUpdated(PersistenceEvent) - Method in interface com.softwareag.centrasite.appl.framework.persistence.PersistenceEventListener
Will be invoked after a bean is updated.
objectVersioned(RegistryBean) - Method in class com.softwareag.centrasite.appl.framework.persistence.versioning.impl.VersionObjectListenerImpl
 
objectVersioned(RegistryBean) - Method in interface com.softwareag.centrasite.appl.framework.persistence.versioning.VersionObjectListener
Handle the new versioned object.
Operation - Class in com.softwareag.centrasite.appl.framework.persistence.search
The Operation class holds data about the operation Type, and how to generate different query strings depending on that operation Type.
Operation(Operation.Type) - Constructor for class com.softwareag.centrasite.appl.framework.persistence.search.Operation
Constructs an operation based on the type.
Operation.Type - Enum in com.softwareag.centrasite.appl.framework.persistence.search
The Operation type enummeration supporting various ooperations.
or(Predicate, Predicate) - Static method in class com.softwareag.centrasite.appl.framework.persistence.search.Predicates
Create a predicate which is logical disjunctions of the given predicates.
Order - Class in com.softwareag.centrasite.appl.framework.persistence.search
Represents order of Search results.
Organization - Interface in com.softwareag.centrasite.appl.framework.beans.standard
A RegistryBean interface that represents the JAXR Organization.
OrganizationImpl - Class in com.softwareag.centrasite.appl.framework.beans.standard.impl
The implementation class of the Organization.
OrganizationImpl() - Constructor for class com.softwareag.centrasite.appl.framework.beans.standard.impl.OrganizationImpl
 
overwriteCopyRule(CopyRule) - Method in class com.softwareag.centrasite.appl.framework.persistence.versioning.impl.VersionManagerImpl
 
overwriteCopyRule(CopyRule) - Method in interface com.softwareag.centrasite.appl.framework.persistence.versioning.VersionManager
Overwrite a default copy rule.

P

PARAM_DB_URL - Static variable in class com.softwareag.centrasite.appl.framework.generator.CommandLineContext
 
PARAM_DESTINATION - Static variable in class com.softwareag.centrasite.appl.framework.generator.CommandLineContext
 
PARAM_IMPLEMENTATION_PACKAGE - Static variable in class com.softwareag.centrasite.appl.framework.generator.CommandLineContext
 
PARAM_INTERFACE_PACKAGE - Static variable in class com.softwareag.centrasite.appl.framework.generator.CommandLineContext
 
PARAM_PASSWORD - Static variable in class com.softwareag.centrasite.appl.framework.generator.CommandLineContext
 
PARAM_TYPE_NAME - Static variable in class com.softwareag.centrasite.appl.framework.generator.CommandLineContext
 
PARAM_USER - Static variable in class com.softwareag.centrasite.appl.framework.generator.CommandLineContext
 
parse(File) - Method in class com.softwareag.centrasite.appl.framework.parser.FixedRegistryObjectParser
Called to read the specified file and generate Java classes, which match the contents.
parse(URL) - Method in class com.softwareag.centrasite.appl.framework.parser.FixedRegistryObjectParser
Called to read the specified URL and generate Java classes, which match the contents.
parse(InputSource) - Method in class com.softwareag.centrasite.appl.framework.parser.FixedRegistryObjectParser
Called to read the specified InputSource and generate Java classes, which match the contents.
parse(InputSource) - Method in class com.softwareag.centrasite.appl.framework.parser.ParsedXMLDocumentCreator
Parses the given InputSource, and returns an instance of ParsedXMLDocument.
ParsedXMLDocument - Class in com.softwareag.centrasite.appl.framework.parser
The ParsedXMLDocumentCreator creates instances of this class.
ParsedXMLDocument(Document) - Constructor for class com.softwareag.centrasite.appl.framework.parser.ParsedXMLDocument
Creates a new instance with the given document.
ParsedXMLDocumentCreator - Class in com.softwareag.centrasite.appl.framework.parser
An instance of this class may be used to parse XML documents.
ParsedXMLDocumentCreator() - Constructor for class com.softwareag.centrasite.appl.framework.parser.ParsedXMLDocumentCreator
 
PersistenceContext - Interface in com.softwareag.centrasite.appl.framework.persistence
This context extends the QueryContext with extra functionality needed for internal processing.
PersistenceContextImpl - Class in com.softwareag.centrasite.appl.framework.persistence.impl
Default implementation of the PersistenceContext.
PersistenceContextImpl(ManagedBeanPool, RegistryProvider, RegistryObjectPaths) - Constructor for class com.softwareag.centrasite.appl.framework.persistence.impl.PersistenceContextImpl
Constructor to create the PersistenceContextImpl instance.
PersistenceEngine<T extends RegistryBean> - Interface in com.softwareag.centrasite.appl.framework.persistence
This is the interface taking care for persisting bean to the registry.
PersistenceEngineImpl<T extends RegistryBean> - Class in com.softwareag.centrasite.appl.framework.persistence.impl
Default implementation of the PersistenceEngine.
PersistenceEngineImpl() - Constructor for class com.softwareag.centrasite.appl.framework.persistence.impl.PersistenceEngineImpl
 
PersistenceEvent - Interface in com.softwareag.centrasite.appl.framework.persistence
The interface provides context information for a persistence event.
PersistenceEventImpl - Class in com.softwareag.centrasite.appl.framework.persistence.impl
The Default implementation of the PersistenceEvent.
PersistenceEventImpl(RegistryBean, Collection<RegistryObject>, PersistenceContext) - Constructor for class com.softwareag.centrasite.appl.framework.persistence.impl.PersistenceEventImpl
The Default Constructor.
PersistenceEventListener - Interface in com.softwareag.centrasite.appl.framework.persistence
This listener provides a mechanism to register with the BeanPool for persistence related events.
PersistenceMode - Enum in com.softwareag.centrasite.appl.framework.persistence
Contains the available persistence modes for the mapper.
PersonName - Interface in com.softwareag.centrasite.appl.framework.beans.standard
A class that represents the JAXR PersonName.
PersonNameImpl - Class in com.softwareag.centrasite.appl.framework.beans.standard.impl
A class that represents the JAXR PersonName.
PersonNameImpl(PersonName) - Constructor for class com.softwareag.centrasite.appl.framework.beans.standard.impl.PersonNameImpl
Constructs a new object.
PluggableUIRegistryProvider - Class in com.softwareag.centrasite.appl.framework.util
Implementation of the RegistryProvider interface that uses Connector.
PluggableUIRegistryProvider(Connector) - Constructor for class com.softwareag.centrasite.appl.framework.util.PluggableUIRegistryProvider
Creates PluggableUIRegistryProvider instance using the given Connector.
PluggableUIRegistryProvider - Class in com.softwareag.centrasite.appl.framework.util.pui
Implementation of the RegistryProvider interface that uses Connector.
PluggableUIRegistryProvider(Connector) - Constructor for class com.softwareag.centrasite.appl.framework.util.pui.PluggableUIRegistryProvider
Creates PluggableUIRegistryProvider instance using the given Connector.
PostalAddress - Interface in com.softwareag.centrasite.appl.framework.beans.standard
A class that represents the JAXR PostalAddress.
PostalAddressImpl - Class in com.softwareag.centrasite.appl.framework.beans.standard.impl
A class that represents the JAXR PostalAddress.
PostalAddressImpl(PostalAddress) - Constructor for class com.softwareag.centrasite.appl.framework.beans.standard.impl.PostalAddressImpl
Constructs a new object.
Predicate - Interface in com.softwareag.centrasite.appl.framework.persistence.search
Object representation of query criterion used to restrict search results.
PredicateFactory - Class in com.softwareag.centrasite.appl.framework.persistence.search.impl
The predicate factory supports methods for creating different type of predicates.
PredicateFactory.IntToStringPredicateHandler - Class in com.softwareag.centrasite.appl.framework.persistence.search.impl
Handler for handling Predicates for properties that are stored as String in the database but returned as int.
PredicateFactory.KeyPredicateHandler - Class in com.softwareag.centrasite.appl.framework.persistence.search.impl
Handler for handling Key Predicates.
PredicateFactory.NestedPredicateHandler - Class in com.softwareag.centrasite.appl.framework.persistence.search.impl
Handler for handling Nested Predicates.
PredicateFactory.RegistryObjectPropertySlotPredicateHandler - Class in com.softwareag.centrasite.appl.framework.persistence.search.impl
Handler for handling Registry Object Property Slot Predicates.
PredicateFactory.SlotPredicateHandler - Class in com.softwareag.centrasite.appl.framework.persistence.search.impl
Handler for handling Slot Predicates.
PredicateFactory.SupportTypePredicateHandler - Class in com.softwareag.centrasite.appl.framework.persistence.search.impl
Handler for handling Support Predicates.
PredicateHandler - Interface in com.softwareag.centrasite.appl.framework.persistence.search
The interface provides the necessary methods for a predicate handler.
Predicates - Class in com.softwareag.centrasite.appl.framework.persistence.search
The search package may be used by applications as a framework for building new kinds of Predicate types.
Predicates() - Constructor for class com.softwareag.centrasite.appl.framework.persistence.search.Predicates
 
processClass(Class<? extends RegistryBean>, RegistryObjectModel) - Method in class com.softwareag.centrasite.appl.framework.BeanTypeAnnotationProcessor
Processes all CSAF annotations on type and method level for the given persistent class.
Profile - Interface in com.softwareag.centrasite.appl.framework.types
Java bean interface representing CentraSite profile.
ProfileImpl - Class in com.softwareag.centrasite.appl.framework.types.impl
The implementation class of the Profile.
ProfileImpl(Connection, Locale, RegistryEntry) - Constructor for class com.softwareag.centrasite.appl.framework.types.impl.ProfileImpl
Creates a Profile by using provided Connection, Locale and RegistryEntry profile object.
PROP_AUTO_REREAD_OUTDATED_OBJECTS - Static variable in class com.softwareag.centrasite.appl.framework.Configuration
Property name used to configure if the system should automatically try to re-read outdated registry beans.
PROP_CURRENT_BEANPOOL_CONTEXT_IMPL - Static variable in class com.softwareag.centrasite.appl.framework.Configuration
Deprecated. 
PROP_SEARCH_LOCALE - Static variable in class com.softwareag.centrasite.appl.framework.Configuration
Property name used for determining localized string values.
Property - Interface in com.softwareag.centrasite.appl.framework.mapping
Container for a bean property information.
Property - Annotation Type in com.softwareag.centrasite.appl.framework.persistence.mapper.annotations
Annotation for mapping a property of a bean to a property of a RegistryObject.
PropertyAnnotationProcessor - Interface in com.softwareag.centrasite.appl.framework
Interface for annotation processors.
PropertyMapper - Interface in com.softwareag.centrasite.appl.framework.persistence.mapper
The interface represent a mapper of a bean property to a corresponding RegistryObject property or relation.
PropertyMapperFactory - Class in com.softwareag.centrasite.appl.framework.persistence.mapper
Factory for creating PropertyMapper instances based on a Property and a bean.
PropertyMapperFactory() - Constructor for class com.softwareag.centrasite.appl.framework.persistence.mapper.PropertyMapperFactory
Creates a new instance.
PropertyMapperFactory.Handler - Interface in com.softwareag.centrasite.appl.framework.persistence.mapper
The PropertyMapperFactory contains a set of so-called handlers.
PropertyRegistryBean - Interface in com.softwareag.centrasite.appl.framework.beans
An extension of the RegistryBean which supports object specific properties.
ProxyAware<RB extends RegistryBean> - Interface in com.softwareag.centrasite.appl.framework.persistence
This interface is implemented by beans with more complex internal details.
ProxyInfo - Class in com.softwareag.centrasite.appl.framework.persistence.impl
This class contains information about the proxy bean.
ProxyIOCProvider - Class in com.softwareag.centrasite.appl.framework.ioc
Implementation of an IOCProvider, which sits in front of another IOCProvider, overriding its properties.
ProxyIOCProvider(IOCProvider) - Constructor for class com.softwareag.centrasite.appl.framework.ioc.ProxyIOCProvider
Creates a new instance, which acts as a proxy for the given IOCProvider.
purge(RegistryBean) - Method in class com.softwareag.centrasite.appl.framework.persistence.versioning.impl.VersionManagerImpl
 
purge(RegistryBean, int) - Method in class com.softwareag.centrasite.appl.framework.persistence.versioning.impl.VersionManagerImpl
 
purge(Collection<RegistryBean>, int) - Method in class com.softwareag.centrasite.appl.framework.persistence.versioning.impl.VersionManagerImpl
 
purge(RegistryBean) - Method in interface com.softwareag.centrasite.appl.framework.persistence.versioning.VersionManager
Purge older version registry entries and keep only the actual one.
purge(RegistryBean, int) - Method in interface com.softwareag.centrasite.appl.framework.persistence.versioning.VersionManager
Purge older version registry entries.
purge(Collection<RegistryBean>, int) - Method in interface com.softwareag.centrasite.appl.framework.persistence.versioning.VersionManager
Purge the list of registry beans with the same keep count.
putChildConceptKeys(String, List<String>) - Method in class com.softwareag.centrasite.appl.framework.persistence.RegistryObjectPaths
Puts the given child concepts under the given parent concept.
putClassificationSchemeName(String, String) - Method in class com.softwareag.centrasite.appl.framework.persistence.RegistryObjectPaths
Puts the scheme name for the given key.
putConceptPath(String, String) - Method in class com.softwareag.centrasite.appl.framework.persistence.RegistryObjectPaths
Add path to key mapping to the map.

Q

Queries - Class in com.softwareag.centrasite.appl.framework.generator
Code generation XQuery provider class.
Query<T extends RegistryBean> - Interface in com.softwareag.centrasite.appl.framework.persistence
Interface for providing a custom JAXR query.
QueryContext - Interface in com.softwareag.centrasite.appl.framework.persistence
Context, in which a query runs.
QueryContextImpl - Class in com.softwareag.centrasite.appl.framework.persistence.impl
Default implementation of the QueryContext interface.
QueryContextImpl(ManagedBeanPool, RegistryProvider, RegistryObjectPaths) - Constructor for class com.softwareag.centrasite.appl.framework.persistence.impl.QueryContextImpl
Constructor for initializing the QueryContextImpl.
QueryPathGenerator - Class in com.softwareag.centrasite.appl.framework.persistence.search.impl
Generates query path for specific properties.
QueryPathGenerator() - Constructor for class com.softwareag.centrasite.appl.framework.persistence.search.impl.QueryPathGenerator
 

R

read(String) - Method in class com.softwareag.centrasite.appl.framework.managers.AbstractManager
 
read(String) - Method in interface com.softwareag.centrasite.appl.framework.managers.Manager
Reads from the registry a bean having a given id.
read(Class<T>, String) - Method in interface com.softwareag.centrasite.appl.framework.persistence.BeanPool
Read for the registry a bean of specified type and having a given id.
read(Class<T>, String) - Method in class com.softwareag.centrasite.appl.framework.persistence.impl.BeanPoolImpl
 
read(Class<T>, RegistryObject) - Method in class com.softwareag.centrasite.appl.framework.persistence.impl.BeanPoolImpl
 
read(PersistenceContext, String) - Method in class com.softwareag.centrasite.appl.framework.persistence.impl.PersistenceEngineImpl
 
read(PersistenceContext, Object) - Method in class com.softwareag.centrasite.appl.framework.persistence.impl.PersistenceEngineImpl
 
read(Class<T>, RegistryObject) - Method in interface com.softwareag.centrasite.appl.framework.persistence.ManagedBeanPool
Read a registry bean of the specified type and for the specified RegistryObject.
read(PersistenceContext, String) - Method in interface com.softwareag.centrasite.appl.framework.persistence.PersistenceEngine
Read a RegistryBean from the registry by id.
read(PersistenceContext, Object) - Method in interface com.softwareag.centrasite.appl.framework.persistence.PersistenceEngine
Read the specified object from the registry as RegistryBean.
Reflection - Class in com.softwareag.centrasite.appl.framework.util
A utility class for working with reflection.
registerNode(Node, Locator, ParsedXMLDocument.PrefixLookup) - Method in class com.softwareag.centrasite.appl.framework.parser.ParsedXMLDocument
Registers the given nodes locator.
REGISTRY_OBJECT_TYPE_ANY - Static variable in class com.softwareag.centrasite.appl.framework.mapping.SupportTypeUtils
 
REGISTRY_OBJECT_TYPE_EMAIL_ADDRESS - Static variable in class com.softwareag.centrasite.appl.framework.mapping.SupportTypeUtils
 
REGISTRY_OBJECT_TYPE_INTERNATIONAL_STRING - Static variable in class com.softwareag.centrasite.appl.framework.mapping.SupportTypeUtils
 
REGISTRY_OBJECT_TYPE_LOCALIZED_STRING - Static variable in class com.softwareag.centrasite.appl.framework.mapping.SupportTypeUtils
 
REGISTRY_OBJECT_TYPE_PERSON_NAME - Static variable in class com.softwareag.centrasite.appl.framework.mapping.SupportTypeUtils
 
REGISTRY_OBJECT_TYPE_POSTAL_ADDRESS - Static variable in class com.softwareag.centrasite.appl.framework.mapping.SupportTypeUtils
 
REGISTRY_OBJECT_TYPE_SLOT - Static variable in class com.softwareag.centrasite.appl.framework.mapping.SupportTypeUtils
 
REGISTRY_OBJECT_TYPE_TELEPHONE_NUMBER - Static variable in class com.softwareag.centrasite.appl.framework.mapping.SupportTypeUtils
 
RegistryAccessor - Class in com.softwareag.centrasite.appl.framework.persistence
The class containing the main logic for working with JAXR Registry.
RegistryAccessor(QueryContext) - Constructor for class com.softwareag.centrasite.appl.framework.persistence.RegistryAccessor
Creates a new instance with the given context.
RegistryBean - Interface in com.softwareag.centrasite.appl.framework.beans
Interface of an object, which is stored or may be stored in the registry.
RegistryBeanGenerator - Interface in com.softwareag.centrasite.appl.framework.generator
Generates RegistryEntry interface and implementation on basis object type name already present in CentraSite Registry/Repository.
RegistryBeanGenerator.ResultType - Enum in com.softwareag.centrasite.appl.framework.generator
Used as Key of the Map returned by RegistryBeanGenerator.generate(String, String, String) method.
RegistryBeanGeneratorFactory - Class in com.softwareag.centrasite.appl.framework.generator
Factory for retrieving RegistryBeanGenerator instances if CSAF Session Context is not available.
RegistryBeanGeneratorFactory() - Constructor for class com.softwareag.centrasite.appl.framework.generator.RegistryBeanGeneratorFactory
 
RegistryBeanGeneratorImpl - Class in com.softwareag.centrasite.appl.framework.generator
Generates RegistryEntry implementation on basis object type name already present in CentraSite Registry/Repository.
RegistryBeanGeneratorImpl(CentraSiteConnection) - Constructor for class com.softwareag.centrasite.appl.framework.generator.RegistryBeanGeneratorImpl
Constructs a new object.
RegistryEntry - Interface in com.softwareag.centrasite.appl.framework.beans.standard
A RegistryBean interface that represents the JAXR RegistryEntry.
RegistryEntryImpl - Class in com.softwareag.centrasite.appl.framework.beans.standard.impl
The implementation class of the RegistryEntry.
RegistryEntryImpl() - Constructor for class com.softwareag.centrasite.appl.framework.beans.standard.impl.RegistryEntryImpl
 
RegistryObject - Interface in com.softwareag.centrasite.appl.framework.beans.standard
A RegistryBean interface that represents the JAXR RegistryObject.
RegistryObject - Annotation Type in com.softwareag.centrasite.appl.framework.persistence.mapper.annotations
Annotation for marking a bean to be mapped to a RegistryObject.
RegistryObjectImpl - Class in com.softwareag.centrasite.appl.framework.beans.standard.impl
The implementation class of the RegistryObject.
RegistryObjectImpl() - Constructor for class com.softwareag.centrasite.appl.framework.beans.standard.impl.RegistryObjectImpl
 
RegistryObjectModel - Class in com.softwareag.centrasite.appl.framework.mapping
Specification of a registry object model used by CSAF.
RegistryObjectModel(RegistryProvider) - Constructor for class com.softwareag.centrasite.appl.framework.mapping.RegistryObjectModel
Create a registry object model.
RegistryObjectPaths - Class in com.softwareag.centrasite.appl.framework.persistence
The class manages a mapping between RegistryObject conceptPaths and key.
RegistryObjectProperty - Class in com.softwareag.centrasite.appl.framework.mapping
Property representing JAXR registry object standard property (name, description) and mapped using the Property annotation.
RegistryObjectProperty() - Constructor for class com.softwareag.centrasite.appl.framework.mapping.RegistryObjectProperty
 
RegistryObjectPropertyAnnotationProcessor - Class in com.softwareag.centrasite.appl.framework.persistence.mapper.annotations.processors
PropertyAnnotationProcessor implementation handling the Property annotation.
RegistryObjectPropertyAnnotationProcessor() - Constructor for class com.softwareag.centrasite.appl.framework.persistence.mapper.annotations.processors.RegistryObjectPropertyAnnotationProcessor
 
RegistryObjectPropertyMapper - Class in com.softwareag.centrasite.appl.framework.persistence.mapper.impl
Mapper taking care of mapping properties using the Property.
RegistryObjectPropertyMapper() - Constructor for class com.softwareag.centrasite.appl.framework.persistence.mapper.impl.RegistryObjectPropertyMapper
 
RegistryObjectPropertySlotPredicate - Class in com.softwareag.centrasite.appl.framework.persistence.search.impl
The RegistryObjectPropertySlotPredicate is used when the searched property is of type RegistryObject.
RegistryObjectPropertySlotPredicate(Property, Operation, Object) - Constructor for class com.softwareag.centrasite.appl.framework.persistence.search.impl.RegistryObjectPropertySlotPredicate
RegistryObjectPropertySlotPredicateHandler() - Constructor for class com.softwareag.centrasite.appl.framework.persistence.search.impl.PredicateFactory.RegistryObjectPropertySlotPredicateHandler
 
RegistryPackage - Interface in com.softwareag.centrasite.appl.framework.beans.standard
A RegistryBean interface that represents the JAXR RegistryPackage.
RegistryPackageImpl - Class in com.softwareag.centrasite.appl.framework.beans.standard.impl
The implementation class of the RegistryPackage.
RegistryPackageImpl() - Constructor for class com.softwareag.centrasite.appl.framework.beans.standard.impl.RegistryPackageImpl
 
RegistryProvider - Interface in com.softwareag.centrasite.appl.framework.persistence
Interface providing configuration needed for accessing the JAXR registry.
rejectStateChange() - Method in class com.softwareag.centrasite.appl.framework.lcm.beans.LCAwareDynamicRegistryBean
 
rejectStateChange() - Method in interface com.softwareag.centrasite.appl.framework.lcm.beans.LifeCycleAware
Rejects the state change.
Relation - Interface in com.softwareag.centrasite.appl.framework.mapping
Interface for Property instances representing relation in the registry.
RelationInfo - Class in com.softwareag.centrasite.appl.framework.persistence.impl
Container for relation information needed by the BeanPool for tracking purposes.
RelationInfo() - Constructor for class com.softwareag.centrasite.appl.framework.persistence.impl.RelationInfo
Default constructor.
RelationInfo(RegistryBean, RegistryBean, RelationInfo.RelationType) - Constructor for class com.softwareag.centrasite.appl.framework.persistence.impl.RelationInfo
Constructor for creating a RelationInfo instance.
RelationInfo.RelationType - Enum in com.softwareag.centrasite.appl.framework.persistence.impl
Enumeration of possible relation types.
Relationship - Class in com.softwareag.centrasite.appl.framework.mapping
Property representing relationship attribute of a JAXR type and mapped using the Relationship annotation.
Relationship() - Constructor for class com.softwareag.centrasite.appl.framework.mapping.Relationship
 
Relationship - Annotation Type in com.softwareag.centrasite.appl.framework.persistence.mapper.annotations
Annotation for mapping the return value of a (getter) method to attribute specified on type level.
RelationshipAnnotationProcessor - Class in com.softwareag.centrasite.appl.framework.persistence.mapper.annotations.processors
PropertyAnnotationProcessor implementation handling the Relationship annotation.
RelationshipAnnotationProcessor() - Constructor for class com.softwareag.centrasite.appl.framework.persistence.mapper.annotations.processors.RelationshipAnnotationProcessor
 
RelationshipAttributeDescription - Interface in com.softwareag.centrasite.appl.framework.types
Interface representing the description of a Relationship Attribute.
RelationshipAttributeDescriptionImpl - Class in com.softwareag.centrasite.appl.framework.types.impl
The implementation class of the RelationshipAttributeDescription.
RelationshipAttributeDescriptionImpl(CentraSiteRelationShipAttribute) - Constructor for class com.softwareag.centrasite.appl.framework.types.impl.RelationshipAttributeDescriptionImpl
Constructs a new object.
RelationshipAttributePropertyMapper - Class in com.softwareag.centrasite.appl.framework.persistence.mapper.impl
Property mapper class for handling associations defined by the Relationship property.
RelationshipAttributePropertyMapper() - Constructor for class com.softwareag.centrasite.appl.framework.persistence.mapper.impl.RelationshipAttributePropertyMapper
 
releaseCurrentBeanPool() - Method in class com.softwareag.centrasite.appl.framework.SessionContext
Releases the current bean pool.
remove(int) - Method in class com.softwareag.centrasite.appl.framework.persistence.impl.CSAFArrayList
 
remove(Object) - Method in class com.softwareag.centrasite.appl.framework.persistence.impl.CSAFArrayList
 
remove(Object) - Method in class com.softwareag.centrasite.appl.framework.persistence.impl.CSAFHashSet
 
REMOVE - Static variable in class com.softwareag.centrasite.appl.framework.persistence.versioning.VersionCopyMode
 
removeAll(Collection<?>) - Method in class com.softwareag.centrasite.appl.framework.persistence.impl.CSAFArrayList
 
removeAll(Collection<?>) - Method in class com.softwareag.centrasite.appl.framework.persistence.impl.CSAFHashSet
 
removeAttribute(AttributeDescription) - Method in class com.softwareag.centrasite.appl.framework.types.impl.ProfileImpl
Removes an attribute from the given profile.
removeAttribute(AttributeDescription) - Method in class com.softwareag.centrasite.appl.framework.types.impl.TypeDescriptionImpl
Removes the selected attribute from the object type.
removeAttribute(AttributeDescription) - Method in interface com.softwareag.centrasite.appl.framework.types.Profile
Removes an attribute from the given profile.
removeAttribute(AttributeDescription) - Method in interface com.softwareag.centrasite.appl.framework.types.TypeDescription
Removes the selected attribute from the object type.
removeEnabledTypes(Collection<String>) - Method in class com.softwareag.centrasite.appl.framework.lcm.impl.LCModelImpl
 
removeEnabledTypes(Collection<String>, boolean) - Method in class com.softwareag.centrasite.appl.framework.lcm.impl.LCModelImpl
 
removeEnabledTypes(Collection<String>) - Method in interface com.softwareag.centrasite.appl.framework.lcm.LCModel
Removes types for the given UDDI keys for LCM with this LCModel.
removeEnabledTypes(Collection<String>, boolean) - Method in interface com.softwareag.centrasite.appl.framework.lcm.LCModel
Removes the given types for LCM with this LCModel and disables this LCModel as LCM for LCModels if the disableAsLCMforLCM is specified true.
removeLocalizedString(LocalizedString) - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.InternationalStringImpl
 
removeLocalizedString(LocalizedString) - Method in interface com.softwareag.centrasite.appl.framework.beans.standard.InternationalString
Removes a LocalizedString from this object.
removeLocalizedStrings(Collection<LocalizedString>) - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.InternationalStringImpl
 
removeLocalizedStrings(Collection<LocalizedString>) - Method in interface com.softwareag.centrasite.appl.framework.beans.standard.InternationalString
Removes specified LocalizedStrings to this object.
removeNextState(LCState) - Method in class com.softwareag.centrasite.appl.framework.lcm.impl.LCStateImpl
 
removeNextState(LCState) - Method in interface com.softwareag.centrasite.appl.framework.lcm.LCState
Removes the given state as next state to this LCState.
removePersistenceListener(PersistenceEventListener) - Method in interface com.softwareag.centrasite.appl.framework.persistence.BeanPool
Removes a priorly registered PersistenceEventListener.
removePersistenceListener(PersistenceEventListener) - Method in class com.softwareag.centrasite.appl.framework.persistence.impl.BeanPoolImpl
 
removeProfile(Profile) - Method in class com.softwareag.centrasite.appl.framework.types.impl.TypeDescriptionImpl
Removes the given profile from the object type definition.
removeProfile(Profile) - Method in interface com.softwareag.centrasite.appl.framework.types.TypeDescription
Removes the given profile from the object type definition.
removeRelation(RelationInfo) - Method in class com.softwareag.centrasite.appl.framework.persistence.impl.BeanPoolImpl
Removes the given RelationInfo from the pool.
removeRelation(RelationInfo) - Method in interface com.softwareag.centrasite.appl.framework.persistence.ManagedBeanPool
Removes the given RelationInfo from the pool.
removeRepositoryResources() - Method in class com.softwareag.centrasite.appl.framework.persistence.versioning.impl.VersionManagerImpl
 
removeRepositoryResources() - Method in interface com.softwareag.centrasite.appl.framework.persistence.versioning.VersionManager
Remove repository resources collected during purge().
removeState(LCState) - Method in class com.softwareag.centrasite.appl.framework.lcm.impl.LCModelImpl
 
removeState(LCState) - Method in interface com.softwareag.centrasite.appl.framework.lcm.LCModel
Remove the given state from the LCModel.
removeVersionObjectListener(VersionObjectListener) - Method in class com.softwareag.centrasite.appl.framework.persistence.versioning.impl.VersionManagerImpl
 
removeVersionObjectListener(VersionObjectListener) - Method in interface com.softwareag.centrasite.appl.framework.persistence.versioning.VersionManager
Remove a object listener.
requireAssociationType(CSAppAssociationTypeRef) - Method in class com.softwareag.centrasite.appl.framework.fixed.FixedRegistryObjectPool
Returns an instance of CSAppAssociationType, which has been registered in the pool, and has the given reference objects name.
requireAssociationType(String) - Method in class com.softwareag.centrasite.appl.framework.fixed.FixedRegistryObjectPool
Returns an instance of CSAppAssociationType, which has been registered in the pool, and has the given reference objects name.
requireChildConcepts(String) - Method in class com.softwareag.centrasite.appl.framework.fixed.FixedRegistryObjectPool
Returns the given taxonomies, or concepts, child concepts.
requireChildConcepts(CSAppTaxonomyRef) - Method in class com.softwareag.centrasite.appl.framework.fixed.FixedRegistryObjectPool
Returns the given taxonomies child concepts.
requireChildConcepts(CSAppConceptRef) - Method in class com.softwareag.centrasite.appl.framework.fixed.FixedRegistryObjectPool
Returns the given parent concepts child concepts.
requireClassificationScheme(CSAppTaxonomyRef) - Method in class com.softwareag.centrasite.appl.framework.fixed.FixedRegistryObjectPool
Returns an instance of CSAppClassificationScheme, which has been registered in the pool, and has the given reference objects name.
requireConcept(CSAppConceptRef) - Method in class com.softwareag.centrasite.appl.framework.fixed.FixedRegistryObjectPool
Returns an instance of CSAppConcept, which has been registered in the pool, and has the given reference objects path.
requireConcept(String) - Method in class com.softwareag.centrasite.appl.framework.fixed.FixedRegistryObjectPool
Returns an instance of CSAppConcept, which has been registered in the pool, and has the given path.
requireFixedRegistryObject(Key) - Method in class com.softwareag.centrasite.appl.framework.fixed.FixedRegistryObjectPool
Returns the fixed registry object with the given key.
requireFixedRegistryObject(Key) - Method in class com.softwareag.centrasite.appl.framework.fixed.FixedRegistryObjectPool
Returns the fixed registry object with the given key.
requireFixedRegistryObject(String) - Method in class com.softwareag.centrasite.appl.framework.fixed.FixedRegistryObjectPool
Returns the fixed registry object with the given Id.
requireObjectType(CSAppObjectTypeRef) - Method in class com.softwareag.centrasite.appl.framework.fixed.FixedRegistryObjectPool
Returns an instance of CSAppObjectType, which has been registered in the pool, and has the given reference objects name.
requireObjectType(String) - Method in class com.softwareag.centrasite.appl.framework.fixed.FixedRegistryObjectPool
Returns an instance of CSAppObjectType, which has been registered in the pool, and has the given reference objects name.
resetContextObjects() - Method in class com.softwareag.centrasite.appl.framework.persistence.search.SearchQuery
Resets the values of the context objects so they are ready for next iteration.
resetModified() - Method in interface com.softwareag.centrasite.appl.framework.persistence.CSAFCollection
Reset modified status.
resetModified() - Method in class com.softwareag.centrasite.appl.framework.persistence.impl.CSAFArrayList
 
resetModified() - Method in class com.softwareag.centrasite.appl.framework.persistence.impl.CSAFHashSet
 
restoreBeans(Collection<T>) - Method in class com.softwareag.centrasite.appl.framework.persistence.revision.impl.RevisionManagerImpl
 
restoreBeans(Collection<T>) - Method in interface com.softwareag.centrasite.appl.framework.persistence.revision.RevisionManager
Restore the specified revision beans so that they will become the actual registry beans.
result() - Method in class com.softwareag.centrasite.appl.framework.persistence.search.impl.SearchImpl
 
result() - Method in interface com.softwareag.centrasite.appl.framework.persistence.search.Search
Executes the search and obtains the result as list.
retainAll(Collection<?>) - Method in class com.softwareag.centrasite.appl.framework.persistence.impl.CSAFArrayList
 
retainAll(Collection<?>) - Method in class com.softwareag.centrasite.appl.framework.persistence.impl.CSAFHashSet
 
RevisionBean - Interface in com.softwareag.centrasite.appl.framework.beans
RegistryBean extension aware of revisions.
RevisionManager - Interface in com.softwareag.centrasite.appl.framework.persistence.revision
Interface for accessing revision and checkpoint information.
RevisionManagerImpl - Class in com.softwareag.centrasite.appl.framework.persistence.revision.impl
Implementation of the RevisionManager interface.
RevisionManagerImpl(Connection, ManagedBeanPool) - Constructor for class com.softwareag.centrasite.appl.framework.persistence.revision.impl.RevisionManagerImpl
Requires JAXR connection and bean pool instance.
run(Query<T>) - Method in interface com.softwareag.centrasite.appl.framework.persistence.BeanPool
Called to perform a registry query.
run(Query<T>) - Method in class com.softwareag.centrasite.appl.framework.persistence.impl.BeanPoolImpl
 
run(QueryContext) - Method in interface com.softwareag.centrasite.appl.framework.persistence.Query
Called to perform the query.

S

saveAssociationType(AssociationType) - Method in class com.softwareag.centrasite.appl.framework.types.impl.TypeManagerImpl
 
saveAssociationType(AssociationType) - Method in interface com.softwareag.centrasite.appl.framework.types.TypeManager
Save the given AssociationType.
saveLCModel(LCModel) - Method in class com.softwareag.centrasite.appl.framework.lcm.impl.LCMAdminManagerImpl
 
saveLCModel(LCModel) - Method in interface com.softwareag.centrasite.appl.framework.lcm.LCMAdminManager
Saves the given LCModel.
saveProfile(Profile) - Method in class com.softwareag.centrasite.appl.framework.types.impl.TypeManagerImpl
Saves the given profile to the registry.
saveProfile(Profile) - Method in interface com.softwareag.centrasite.appl.framework.types.TypeManager
Saves the given profile to the registry.
saveType(TypeDescription) - Method in class com.softwareag.centrasite.appl.framework.types.impl.TypeManagerImpl
Saves the given object type.
saveType(TypeDescription) - Method in interface com.softwareag.centrasite.appl.framework.types.TypeManager
Saves the given object type.
Search - Interface in com.softwareag.centrasite.appl.framework.persistence.search
Interface for retrieving registry beans by composing Predicate objects.
SearchImpl - Class in com.softwareag.centrasite.appl.framework.persistence.search.impl
Implementation of Search for retrieving registry beans by composing Predicate objects.
SearchImpl(List<Class<? extends RegistryBean>>, BeanPool, QueryContext) - Constructor for class com.softwareag.centrasite.appl.framework.persistence.search.impl.SearchImpl
Creates a Search object.
SearchQuery - Class in com.softwareag.centrasite.appl.framework.persistence.search
Internal class representing the CentraSite query that will be executed by instance.
SearchQuery(Predicate, List<Order>, ManagedBeanPool, CentraSiteBusinessQuery) - Constructor for class com.softwareag.centrasite.appl.framework.persistence.search.SearchQuery
Creates a SearchQuery instance for a given search properties.
Service - Interface in com.softwareag.centrasite.appl.framework.beans.standard
A RegistryBean interface that represents the JAXR Service.
ServiceBinding - Interface in com.softwareag.centrasite.appl.framework.beans.standard
A RegistryBean interface that represents the JAXR ServiceBinding.
ServiceBindingImpl - Class in com.softwareag.centrasite.appl.framework.beans.standard.impl
The implementation class of the ServiceBinding.
ServiceBindingImpl() - Constructor for class com.softwareag.centrasite.appl.framework.beans.standard.impl.ServiceBindingImpl
 
ServiceImpl - Class in com.softwareag.centrasite.appl.framework.beans.standard.impl
The implementation class of the Service.
ServiceImpl() - Constructor for class com.softwareag.centrasite.appl.framework.beans.standard.impl.ServiceImpl
 
SessionContext - Class in com.softwareag.centrasite.appl.framework
This class serves as a container for the session data of an application.
set(int, E) - Method in class com.softwareag.centrasite.appl.framework.persistence.impl.CSAFArrayList
 
setAccessURI(String) - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.ServiceBindingImpl
Sets the URI that gives access to the service via this binding.
setAccessURI(String) - Method in interface com.softwareag.centrasite.appl.framework.beans.standard.ServiceBinding
Sets the URI that gives access to the service via this binding.
setAddRemoveMethodName(String) - Method in class com.softwareag.centrasite.appl.framework.mapping.RegistryObjectProperty
Sets the add remove method name.
setAddress(String) - Method in interface com.softwareag.centrasite.appl.framework.beans.standard.EmailAddress
Sets the email address for this object.
setAddress(String) - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.EmailAddressImpl
 
setAndOperator(boolean) - Method in class com.softwareag.centrasite.appl.framework.persistence.search.impl.CombinedPredicate
Sets whether AND or OR operator should be applied.
setAreaCode(String) - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.TelephoneNumberImpl
 
setAreaCode(String) - Method in interface com.softwareag.centrasite.appl.framework.beans.standard.TelephoneNumber
Sets the area code.
setAssociatedObjects(Collection<RegistryBean>) - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.RegistryObjectImpl
Sets the collection of associated objects.
setAssociatedObjects(Collection<RegistryBean>) - Method in class com.softwareag.centrasite.appl.framework.lcm.beans.impl.LCAwareRegistryObjectImpl
Sets the associated objects.
setAssociationName(QName) - Method in class com.softwareag.centrasite.appl.framework.mapping.AssociationTarget
Sets the association Name.
setAssociations(Collection<Association>) - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.RegistryObjectImpl
Sets the Associations for this object.
setAssociations(Collection<Association>) - Method in interface com.softwareag.centrasite.appl.framework.beans.standard.RegistryObject
Sets the Associations for this object.
setAssociations(Collection<Association>) - Method in class com.softwareag.centrasite.appl.framework.lcm.beans.impl.LCAwareRegistryObjectImpl
Sets the Associations for this object.
setAssociations(Collection<Association>) - Method in interface com.softwareag.centrasite.appl.framework.lcm.beans.LCAwareRegistryObject
Sets the Associations for this object.
setAssociationType(Concept) - Method in interface com.softwareag.centrasite.appl.framework.beans.standard.Association
Sets the association type for this Association.
setAssociationType(Concept) - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.AssociationImpl
Sets the association type for this Association.
setAssociationType(String) - Method in class com.softwareag.centrasite.appl.framework.mapping.Association
Sets the associationType.
setAssociationTypeKey(String) - Method in class com.softwareag.centrasite.appl.framework.mapping.Association
Sets the associationTypeKey.
setAttributeDescription(AttributeDescription) - Method in class com.softwareag.centrasite.appl.framework.mapping.BaseProperty
Sets the attribute description.
setAttributeName(String) - Method in class com.softwareag.centrasite.appl.framework.mapping.BaseProperty
Sets the attribute name.
setAttributeNames(Collection<String>) - Method in class com.softwareag.centrasite.appl.framework.types.impl.ProfileImpl
Adds attributes to the given profile.
setAuditTrail(Collection<AuditableEvent>) - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.RegistryObjectImpl
Sets the collection of AuditableEvent objects.
setAuditTrail(Collection<AuditableEvent>) - Method in class com.softwareag.centrasite.appl.framework.lcm.beans.impl.LCAwareRegistryObjectImpl
Sets the audit trail.
setBackwardLabel(String, Locale) - Method in interface com.softwareag.centrasite.appl.framework.types.AssociationType
Sets the backward label of this AssociationType, in the given locale.
setBackwardLabel(String, Locale) - Method in class com.softwareag.centrasite.appl.framework.types.impl.AssociationTypeImpl
 
setBatchPersistenceEngine(BatchPersistenceEngine) - Method in class com.softwareag.centrasite.appl.framework.persistence.impl.ConfigurationManager
Sets the batch persistence engine.
setBean(DynamicRegistryBean) - Method in class com.softwareag.centrasite.appl.framework.persistence.impl.BackedDynamicRegistryBeanHandler
 
setBean(DynamicRegistryBean) - Method in interface com.softwareag.centrasite.appl.framework.persistence.impl.BeanInfo
Sets the registry bean.
setBean(DynamicRegistryBean) - Method in class com.softwareag.centrasite.appl.framework.persistence.impl.DynamicRegistryBeanHandler
 
setBeanImplementation(Class<DynamicRegistryBean>) - Method in class com.softwareag.centrasite.appl.framework.mapping.MetaDataHolder
Sets the bean implementation.
setBeanMode(BeanMode) - Method in class com.softwareag.centrasite.appl.framework.Configuration
Sets the BeanMode to be used.
setBeanPool(BeanPool) - Method in class com.softwareag.centrasite.appl.framework.lcm.BeanFactoryListenerImpl
Set the BeanPool.
setBeanPool(BeanPool) - Method in class com.softwareag.centrasite.appl.framework.lcm.beans.LCAwareDynamicRegistryBean
Sets the BeanPool.
setBeanType(BeanType) - Method in class com.softwareag.centrasite.appl.framework.mapping.BaseProperty
Sets the bean type this property.
setCacheScope(CacheScope) - Method in class com.softwareag.centrasite.appl.framework.Configuration
Sets the cache scope.
setCachingChilds(boolean) - Method in class com.softwareag.centrasite.appl.framework.parser.CSAppConceptCollectionRefInfo
Sets, whether caching the child list is required.
setCascadeStyle(CascadeStyle) - Method in class com.softwareag.centrasite.appl.framework.mapping.Association
Sets the cascade style for this relation.
setCascadeStyle(CascadeStyle) - Method in class com.softwareag.centrasite.appl.framework.mapping.Classification
Sets the cascade style for this relation.
setCascadeStyle(CascadeStyle) - Method in class com.softwareag.centrasite.appl.framework.mapping.ExternalLink
 
setCascadeStyle(CascadeStyle) - Method in interface com.softwareag.centrasite.appl.framework.mapping.Relation
Sets the cascade style for this relation.
setCharsetName(String) - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.LocalizedStringImpl
 
setCharsetName(String) - Method in interface com.softwareag.centrasite.appl.framework.beans.standard.LocalizedString
Sets the canonical name for the char-set for this object.
setCheckpoint(String) - Method in class com.softwareag.centrasite.appl.framework.beans.Identity
Sets the check point value.
setCheckpoint(RegistryBean, String) - Method in class com.softwareag.centrasite.appl.framework.persistence.revision.impl.RevisionManagerImpl
 
setCheckpoint(RegistryBean, String) - Method in interface com.softwareag.centrasite.appl.framework.persistence.revision.RevisionManager
Set a checkpoint name (label) to the registry bean specified.
setCheckpointName(String) - Method in class com.softwareag.centrasite.appl.framework.beans.DynamicRegistryBean
Sets the check piont name.
setCheckpoints(Collection<T>, String) - Method in class com.softwareag.centrasite.appl.framework.persistence.revision.impl.RevisionManagerImpl
 
setCheckpoints(Collection<T>, String) - Method in interface com.softwareag.centrasite.appl.framework.persistence.revision.RevisionManager
Set a checkpoint name (label) to the registry beans specified.
setChildOrganizations(Collection<Organization>) - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.OrganizationImpl
Sets the child organizations.
setChildOrganizations(Collection<Organization>) - Method in interface com.softwareag.centrasite.appl.framework.beans.standard.Organization
Sets the child organizations.
setChildrenConcepts(Collection<Concept>) - Method in interface com.softwareag.centrasite.appl.framework.beans.standard.ClassificationScheme
Sets the children Concepts.
setChildrenConcepts(Collection<Concept>) - Method in interface com.softwareag.centrasite.appl.framework.beans.standard.Concept
Sets immediate children Concepts.
setChildrenConcepts(Collection<Concept>) - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.ClassificationSchemeImpl
Sets the children Concepts.
setChildrenConcepts(Collection<Concept>) - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.ConceptImpl
Sets immediate children Concepts.
setChildrenConcepts(Collection<Concept>) - Method in class com.softwareag.centrasite.appl.framework.lcm.beans.impl.LCAwareClassificationSchemeImpl
Sets the children Concepts.
setChildrenConcepts(Collection<Concept>) - Method in interface com.softwareag.centrasite.appl.framework.lcm.beans.LCAwareClassificationScheme
Sets the children Concepts.
setCity(String) - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.PostalAddressImpl
 
setCity(String) - Method in interface com.softwareag.centrasite.appl.framework.beans.standard.PostalAddress
Sets the city.
setClassifications(Collection<Classification>) - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.RegistryObjectImpl
Sets the Classifications for this object.
setClassifications(Collection<Classification>) - Method in interface com.softwareag.centrasite.appl.framework.beans.standard.RegistryObject
Sets the Classifications for this object.
setClassifications(Collection<Classification>) - Method in class com.softwareag.centrasite.appl.framework.lcm.beans.impl.LCAwareRegistryObjectImpl
Sets the Classifications for this object.
setClassifications(Collection<Classification>) - Method in interface com.softwareag.centrasite.appl.framework.lcm.beans.LCAwareRegistryObject
Sets the Classifications for this object.
setClassificationSchemaKey(String) - Method in class com.softwareag.centrasite.appl.framework.mapping.ClassifiedInstanceBeanType
Sets the classificationSchemaKey.
setClassificationSchemaName(String) - Method in class com.softwareag.centrasite.appl.framework.mapping.ClassifiedInstanceBeanType
Sets the classificationSchemaName.
setClassificationScheme(ClassificationScheme) - Method in interface com.softwareag.centrasite.appl.framework.beans.standard.Classification
Sets the ClassificationScheme for this external classification.
setClassificationScheme(ClassificationScheme) - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.ClassificationImpl
Sets the ClassificationScheme for this external classification.
setClassificationScheme(ClassificationScheme) - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.ConceptImpl
Sets the ClassificationScheme for this Concept.
setClassificationScheme(String) - Method in class com.softwareag.centrasite.appl.framework.mapping.Classification
Sets the classification scheme.
setClassifiedObject(RegistryBean) - Method in interface com.softwareag.centrasite.appl.framework.beans.standard.Classification
Sets the object that is being classified.
setClassifiedObject(RegistryBean) - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.ClassificationImpl
Sets the object that is being classified.
setCollectionProperty(Object, Method, Method, Collection<?>) - Static method in class com.softwareag.centrasite.appl.framework.utils.CollectionUtils
Adds the passed collection values to the collection property specified with the getter and setter methods.
setConcept(Concept) - Method in interface com.softwareag.centrasite.appl.framework.beans.standard.Classification
Sets the concept for this internal classification.
setConcept(Concept) - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.ClassificationImpl
Sets the concept for this internal classification.
setConceptKey(String) - Method in class com.softwareag.centrasite.appl.framework.mapping.Classification
Sets the concepts key.
setConceptKey(String) - Method in class com.softwareag.centrasite.appl.framework.mapping.ClassifiedInstanceBeanType
Sets the conceptKey.
setConceptPath(String) - Method in class com.softwareag.centrasite.appl.framework.mapping.Classification
Sets the conceptPath.
setConceptPath(String) - Method in class com.softwareag.centrasite.appl.framework.mapping.ClassifiedInstanceBeanType
Sets the conceptPath.
setConfirmed(boolean) - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.AssociationImpl
Sets the complete confirmation status.
setConfirmedBySourceOwner(boolean) - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.AssociationImpl
Sets if the Association has been confirmed by it's source owner.
setConfirmedByTargetOwner(boolean) - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.AssociationImpl
Sets if the Association has been confirmed by it's target owner.
setCountry(String) - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.PostalAddressImpl
 
setCountry(String) - Method in interface com.softwareag.centrasite.appl.framework.beans.standard.PostalAddress
Sets the Country.
setCountryCode(String) - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.TelephoneNumberImpl
 
setCountryCode(String) - Method in interface com.softwareag.centrasite.appl.framework.beans.standard.TelephoneNumber
Sets the country code.
setCreated(boolean) - Method in class com.softwareag.centrasite.appl.framework.persistence.impl.BackedDynamicRegistryBeanHandler
 
setCreated(boolean) - Method in interface com.softwareag.centrasite.appl.framework.persistence.impl.BeanInfo
Sets, whether the object is created or retrieved from the registry.
setCreated(boolean) - Method in class com.softwareag.centrasite.appl.framework.persistence.impl.DynamicRegistryBeanHandler
 
setCsAttribute(CentraSiteAttribute) - Method in class com.softwareag.centrasite.appl.framework.types.impl.AttributeDescriptionImpl
Sets the CentraSiteAttribute object associated with the AttributeDescription.
setCsTypeDesc(CentraSiteTypeDescription) - Method in class com.softwareag.centrasite.appl.framework.types.impl.TypeDescriptionImpl
Sets the CentraSiteTypeDescription object associated with this.
setCurrentBeanPool(BeanPool) - Method in interface com.softwareag.centrasite.appl.framework.CurrentBeanPoolContext
Sets currentBeanPool.
setCurrentBeanPool(BeanPool) - Method in class com.softwareag.centrasite.appl.framework.ThreadLocalCurrentBeanPoolContext
 
setDay(int) - Method in class com.softwareag.centrasite.appl.framework.data.Date
Sets the dates day.
setDefaultPersistenceEngine(Class<?>) - Method in class com.softwareag.centrasite.appl.framework.persistence.impl.ConfigurationManager
Sets the default persistence engine, which is used, if the Mapping annotation isn't specifying another implementation.
setDefaultValue(Object) - Method in interface com.softwareag.centrasite.appl.framework.types.AttributeDescription
Default value for object properties represented by this attribute.
setDefaultValue(Object) - Method in class com.softwareag.centrasite.appl.framework.types.impl.AttributeDescriptionImpl
Default value for object properties represented by this attribute.
setDeleted(boolean) - Method in class com.softwareag.centrasite.appl.framework.persistence.impl.BackedDynamicRegistryBeanHandler
 
setDeleted(boolean) - Method in interface com.softwareag.centrasite.appl.framework.persistence.impl.BeanInfo
Sets, whether the object is marked as deleted.
setDeleted(boolean) - Method in class com.softwareag.centrasite.appl.framework.persistence.impl.DynamicRegistryBeanHandler
 
setDemo_WSDL_URL(String) - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.ServiceImpl
Sets Demo_WSDL_URL.
setDemo_WSDL_URL(String) - Method in interface com.softwareag.centrasite.appl.framework.beans.standard.Service
Sets Demo_WSDL_URL.
setDescendantConcepts(Collection<Concept>) - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.ClassificationSchemeImpl
Sets the descendant concepts.
setDescendantConcepts(Collection<Concept>) - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.ConceptImpl
Sets the descendant Concepts.
setDescendantConcepts(Collection<Concept>) - Method in class com.softwareag.centrasite.appl.framework.lcm.beans.impl.LCAwareClassificationSchemeImpl
Sets the descendant concepts.
setDescendantOrganizations(Collection<Organization>) - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.OrganizationImpl
Sets the descendant Organizations.
setDescription(String) - Method in class com.softwareag.centrasite.appl.framework.beans.DynamicRegistryBean
 
setDescription(String) - Method in interface com.softwareag.centrasite.appl.framework.beans.RegistryBean
Sets the registry objects description.
setDescription(String) - Method in class com.softwareag.centrasite.appl.framework.fixed.CSAppFixedRegistryObject
Sets the registry object description.
setDescription(String) - Method in class com.softwareag.centrasite.appl.framework.lcm.impl.LCModelImpl
 
setDescription(String) - Method in class com.softwareag.centrasite.appl.framework.lcm.impl.LCStateImpl
 
setDescription(String) - Method in interface com.softwareag.centrasite.appl.framework.lcm.LCModel
Sets the description for the model.
setDescription(String) - Method in interface com.softwareag.centrasite.appl.framework.lcm.LCState
Sets the description for the LCState.
setDescription(String) - Method in interface com.softwareag.centrasite.appl.framework.types.AttributeDescription
Sets the attribute description.
setDescription(String) - Method in class com.softwareag.centrasite.appl.framework.types.impl.AttributeDescriptionImpl
Sets the attribute description.
setDescription(String) - Method in class com.softwareag.centrasite.appl.framework.types.impl.ProfileImpl
Sets the registry objects description.
setDescription(String) - Method in class com.softwareag.centrasite.appl.framework.types.impl.TypeDescriptionImpl
Set the type description.
setDescription(String) - Method in interface com.softwareag.centrasite.appl.framework.types.Profile
Sets the registry objects description.
setDescription(String) - Method in interface com.softwareag.centrasite.appl.framework.types.TypeDescription
Set the type description.
setDisplayName(String) - Method in class com.softwareag.centrasite.appl.framework.lcm.impl.LCModelImpl
 
setDisplayName(String) - Method in interface com.softwareag.centrasite.appl.framework.lcm.LCModel
Set the display name of the model.
setDisplayName(String) - Method in class com.softwareag.centrasite.appl.framework.types.impl.SlotAttributeDescriptionImpl
Set the attribute's display name.
setDisplayName(String) - Method in class com.softwareag.centrasite.appl.framework.types.impl.TypeDescriptionImpl
Set the type's display name.
setDisplayName(String) - Method in interface com.softwareag.centrasite.appl.framework.types.SlotAttributeDescription
Set the attribute's display name.
setDisplayName(String) - Method in interface com.softwareag.centrasite.appl.framework.types.TypeDescription
Set the type's display name.
setEmailAddresses(Collection<EmailAddress>) - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.UserImpl
Sets the Collection of EmailAddress instances for this User.
setEmailAddresses(Collection<EmailAddress>) - Method in interface com.softwareag.centrasite.appl.framework.beans.standard.User
Sets the Collection of EmailAddress instances for this User.
setEnclosedProperty(Property) - Method in class com.softwareag.centrasite.appl.framework.mapping.ClassifiedInstanceProperty
Sets the enclosedProperty.
setEndpoint(String) - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.ServiceImpl
Sets Endpoint.
setEndpoint(String) - Method in interface com.softwareag.centrasite.appl.framework.beans.standard.Service
Sets Endpoint.
setEnumValues(String[]) - Method in interface com.softwareag.centrasite.appl.framework.types.AttributeDescription
Sets the enumeration values for this attribute, in case it is of type string.
setEnumValues(String[]) - Method in class com.softwareag.centrasite.appl.framework.types.impl.AttributeDescriptionImpl
 
setError_MessagesAndCodes(Collection<ExternalLink>) - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.ServiceImpl
Sets Error_MessagesAndCodes.
setError_MessagesAndCodes(Collection<ExternalLink>) - Method in interface com.softwareag.centrasite.appl.framework.beans.standard.Service
Sets Error_MessagesAndCodes.
setEventType(int) - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.AuditableEventImpl
Sets the EventType for this AuditableEvent.
setExpiration(Date) - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.RegistryEntryImpl
Sets the expirationDate.
setExpiration(Date) - Method in interface com.softwareag.centrasite.appl.framework.beans.standard.RegistryEntry
Sets the expirationDate.
setExpiration(Date) - Method in class com.softwareag.centrasite.appl.framework.lcm.beans.impl.LCAwareRegistryEntryImpl
Sets the expirationDate.
setExpiration(Date) - Method in interface com.softwareag.centrasite.appl.framework.lcm.beans.LCAwareRegistryEntry
Sets the expirationDate.
setExtensible(boolean) - Method in class com.softwareag.centrasite.appl.framework.types.impl.TypeDescriptionImpl
Deprecated. 
setExtensible(boolean) - Method in interface com.softwareag.centrasite.appl.framework.types.TypeDescription
Deprecated.
types are always extensible
setExtension(String) - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.TelephoneNumberImpl
 
setExtension(String) - Method in interface com.softwareag.centrasite.appl.framework.beans.standard.TelephoneNumber
sets the internal extension.
setExternal(boolean) - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.ClassificationImpl
Sets if the Classification is external.
setExternal(boolean) - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.ClassificationSchemeImpl
Sets if the ClassificationScheme is external.
setExternal(boolean) - Method in class com.softwareag.centrasite.appl.framework.lcm.beans.impl.LCAwareClassificationSchemeImpl
Sets if the ClassificationScheme is external.
setExternalIdentifiers(Collection<ExternalIdentifier>) - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.RegistryObjectImpl
Sets the ExternalIdentifiers for this object.
setExternalIdentifiers(Collection<ExternalIdentifier>) - Method in interface com.softwareag.centrasite.appl.framework.beans.standard.RegistryObject
Sets the ExternalIdentifiers for this object.
setExternalIdentifiers(Collection<ExternalIdentifier>) - Method in class com.softwareag.centrasite.appl.framework.lcm.beans.impl.LCAwareRegistryObjectImpl
Sets the ExternalIdentifiers for this object.
setExternalIdentifiers(Collection<ExternalIdentifier>) - Method in interface com.softwareag.centrasite.appl.framework.lcm.beans.LCAwareRegistryObject
Sets the ExternalIdentifiers for this object.
setExternalLinks(Collection<ExternalLink>) - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.RegistryObjectImpl
Sets the ExternalLinks for this object.
setExternalLinks(Collection<ExternalLink>) - Method in interface com.softwareag.centrasite.appl.framework.beans.standard.RegistryObject
Sets the ExternalLinks for this object.
setExternalLinks(Collection<ExternalLink>) - Method in class com.softwareag.centrasite.appl.framework.lcm.beans.impl.LCAwareRegistryObjectImpl
Sets the ExternalLinks for this object.
setExternalLinks(Collection<ExternalLink>) - Method in interface com.softwareag.centrasite.appl.framework.lcm.beans.LCAwareRegistryObject
Sets the ExternalLinks for this object.
setExternalURI(String) - Method in interface com.softwareag.centrasite.appl.framework.beans.standard.ExternalLink
Sets URI for an external resource.
setExternalURI(String) - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.ExternalLinkImpl
Sets URI for an external resource.
setExtramural(boolean) - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.AssociationImpl
Sets if the Association is extramural.
setFieldValue(Field, Object, Object) - Static method in class com.softwareag.centrasite.appl.framework.util.Reflection
Sets the given fields value on the given instance.
setFieldValue(Class<?>, String, Object, Object) - Static method in class com.softwareag.centrasite.appl.framework.util.Reflection
Searches for a field named pFieldName in the given class, or its superclass, and sets the fields value.
setFirstName(String) - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.PersonNameImpl
 
setFirstName(String) - Method in interface com.softwareag.centrasite.appl.framework.beans.standard.PersonName
Sets the first name for this Person.
setFlushMode(FlushMode) - Method in interface com.softwareag.centrasite.appl.framework.persistence.BeanPool
Sets the FlushMode.
setFlushMode(FlushMode) - Method in class com.softwareag.centrasite.appl.framework.persistence.impl.BeanPoolImpl
 
setForceTargetPurge(boolean) - Method in class com.softwareag.centrasite.appl.framework.persistence.versioning.impl.VersionManagerImpl
 
setForceTargetPurge(boolean) - Method in interface com.softwareag.centrasite.appl.framework.persistence.versioning.VersionManager
Indicates for the purge methods whether to delete objects although they are target of associations.
setForwardLabel(String, Locale) - Method in interface com.softwareag.centrasite.appl.framework.types.AssociationType
Sets the forward label of this AssociationType, in the given locale.
setForwardLabel(String, Locale) - Method in class com.softwareag.centrasite.appl.framework.types.impl.AssociationTypeImpl
 
setFullName(String) - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.PersonNameImpl
 
setFullName(String) - Method in interface com.softwareag.centrasite.appl.framework.beans.standard.PersonName
Sets the fully formatted name for this person.
setFunctional_Requirements(Collection<ExternalLink>) - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.ServiceImpl
Sets Functional_Requirements.
setFunctional_Requirements(Collection<ExternalLink>) - Method in interface com.softwareag.centrasite.appl.framework.beans.standard.Service
Sets Functional_Requirements.
setGetter(Method) - Method in class com.softwareag.centrasite.appl.framework.mapping.BaseProperty
Sets the Getter method.
setHasAttributeDescription(boolean) - Method in class com.softwareag.centrasite.appl.framework.mapping.BaseProperty
Sets the has attribute description.
setHasPolicyAttachment(Collection<RegistryBean>) - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.ServiceImpl
Sets hasPolicyAttachment.
setHasPolicyAttachment(Collection<RegistryBean>) - Method in interface com.softwareag.centrasite.appl.framework.beans.standard.Service
Sets hasPolicyAttachment.
setIconInputStream(InputStream) - Method in class com.softwareag.centrasite.appl.framework.types.impl.TypeDescriptionImpl
Set the input stream representing the type icon.
setIconInputStream(InputStream) - Method in interface com.softwareag.centrasite.appl.framework.types.TypeDescription
Set the input stream representing the type icon.
setIconMediaType(String) - Method in class com.softwareag.centrasite.appl.framework.types.impl.TypeDescriptionImpl
Set the media type of the type icon.
setIconMediaType(String) - Method in interface com.softwareag.centrasite.appl.framework.types.TypeDescription
Set the media type of the type icon.
setIconUrl(String) - Method in class com.softwareag.centrasite.appl.framework.types.impl.TypeDescriptionImpl
Set the link to the type icon.
setIconUrl(String) - Method in interface com.softwareag.centrasite.appl.framework.types.TypeDescription
Set the link to the type icon.
setId(String) - Method in class com.softwareag.centrasite.appl.framework.beans.KeyImpl
Sets the keys ID.
setIdentificationScheme(ClassificationScheme) - Method in interface com.softwareag.centrasite.appl.framework.beans.standard.ExternalIdentifier
Sets the ClassificationScheme that is used as the identification scheme for identifying this object.
setIdentificationScheme(ClassificationScheme) - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.ExternalIdentifierImpl
 
setIdentity(Identity) - Method in class com.softwareag.centrasite.appl.framework.beans.DynamicRegistryBean
Sets the identity.
setIdentity(RegistryBean, Identity) - Static method in class com.softwareag.centrasite.appl.framework.utils.BeanUtils
Sets new Identity of a RegistryBean.
setImplementation_Technology(String) - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.ServiceImpl
Sets Implementation_Technology.
setImplementation_Technology(String) - Method in interface com.softwareag.centrasite.appl.framework.beans.standard.Service
Sets Implementation_Technology.
setIndexed(boolean) - Method in interface com.softwareag.centrasite.appl.framework.types.AttributeDescription
Sets whether a database index should be defined for this attribute.
setIndexed(boolean) - Method in class com.softwareag.centrasite.appl.framework.types.impl.AttributeDescriptionImpl
Sets whether a database index should be defined for this attribute.
setInitialState(LCState) - Method in class com.softwareag.centrasite.appl.framework.lcm.impl.LCModelImpl
 
setInitialState(LCState) - Method in interface com.softwareag.centrasite.appl.framework.lcm.LCModel
Set the initial state for the LCModel.
setInstanceTypeSlot(boolean) - Method in class com.softwareag.centrasite.appl.framework.mapping.Slot
Information about the Slot type comes from the TypeManager If TypeManager recognizes the slot then it is no instance type slot.
setInternationalized(boolean) - Method in class com.softwareag.centrasite.appl.framework.mapping.RegistryObjectProperty
Sets the internationalization.
setIsInFunction(boolean) - Method in class com.softwareag.centrasite.appl.framework.persistence.search.SearchQuery
Sets whether the search query should be in function or not.
setKey(Key) - Method in class com.softwareag.centrasite.appl.framework.beans.DynamicRegistryBean
Sets the current key.
setKey(Key) - Method in class com.softwareag.centrasite.appl.framework.beans.Identity
Sets the key.
setKey(RegistryBean, Key) - Static method in class com.softwareag.centrasite.appl.framework.utils.BeanUtils
Sets new Key of a RegistryBean.
setKey(RegistryBean, String) - Static method in class com.softwareag.centrasite.appl.framework.utils.BeanUtils
Sets new Key of a RegistryBean.
setLargeIconInputStream(InputStream) - Method in class com.softwareag.centrasite.appl.framework.types.impl.TypeDescriptionImpl
Set the input stream representing the large type icon.
setLargeIconInputStream(InputStream) - Method in interface com.softwareag.centrasite.appl.framework.types.TypeDescription
Set the input stream representing the large type icon.
setLargeIconMediaType(String) - Method in class com.softwareag.centrasite.appl.framework.types.impl.TypeDescriptionImpl
Set the media type of the large type icon.
setLargeIconMediaType(String) - Method in interface com.softwareag.centrasite.appl.framework.types.TypeDescription
Set the media type of the large type icon.
setLargeIconUrl(String) - Method in class com.softwareag.centrasite.appl.framework.types.impl.TypeDescriptionImpl
Set the url to the LargeTypeIcon.
setLargeIconUrl(String) - Method in interface com.softwareag.centrasite.appl.framework.types.TypeDescription
Set the url to the LargeTypeIcon.
setLastName(String) - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.PersonNameImpl
 
setLastName(String) - Method in interface com.softwareag.centrasite.appl.framework.beans.standard.PersonName
Sets the last name (surname) for this Person.
setLCState(LCState) - Method in class com.softwareag.centrasite.appl.framework.lcm.beans.LCAwareDynamicRegistryBean
 
setLCState(LCState) - Method in interface com.softwareag.centrasite.appl.framework.lcm.beans.LifeCycleAware
Set the registry bean to the given state.
setLCState(LCState) - Method in class com.softwareag.centrasite.appl.framework.lcm.impl.LCModelImpl
 
setLCState(LCState) - Method in interface com.softwareag.centrasite.appl.framework.lcm.LCModel
Changes the life cycle state of the LCModel.
setLinkedObjects(Collection<RegistryBean>) - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.ExternalLinkImpl
Sets the linked objects for this ExternalLink.
setLocale(Locale) - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.LocalizedStringImpl
 
setLocale(Locale) - Method in interface com.softwareag.centrasite.appl.framework.beans.standard.LocalizedString
Set the Locale for this object.
setLocale(Locale) - Method in class com.softwareag.centrasite.appl.framework.persistence.impl.StandaloneRegistryProvider
Sets the locale.
setLocale(Locale) - Method in class com.softwareag.centrasite.appl.framework.util.LocaleProvider
Sets the locale.
setLocalFunctionCount(int) - Method in class com.softwareag.centrasite.appl.framework.persistence.search.SearchQuery
Sets the local function count.
setLocalPart(String) - Method in class com.softwareag.centrasite.appl.framework.types.impl.TypeDescriptionImpl
Set local part in complete name.
setLocalPart(String) - Method in interface com.softwareag.centrasite.appl.framework.types.TypeDescription
Set local part in complete name.
setMajorVersion(int) - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.ClassificationSchemeImpl
Sets the major revision number for this version of the Versionable object.
setMajorVersion(int) - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.ExtrinsicObjectImpl
Sets the major revision number for this version of the Versionable object.
setMajorVersion(int) - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.RegistryEntryImpl
Sets the major revision number for this version of the Versionable object.
setMajorVersion(int) - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.RegistryPackageImpl
Sets the major revision number for this version of the Versionable object.
setMajorVersion(int) - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.ServiceImpl
Sets the major revision number for this version of the Versionable object.
setMajorVersion(int) - Method in interface com.softwareag.centrasite.appl.framework.beans.standard.Versionable
Sets the major revision number for this version of the Versionable object.
setMajorVersion(int) - Method in class com.softwareag.centrasite.appl.framework.lcm.beans.impl.LCAwareClassificationSchemeImpl
Sets the major revision number for this version of the Versionable object.
setMajorVersion(int) - Method in class com.softwareag.centrasite.appl.framework.lcm.beans.impl.LCAwareRegistryEntryImpl
Sets the major revision number for this version of the Versionable object.
setMaxConceptCacheSize(int) - Method in class com.softwareag.centrasite.appl.framework.Configuration
Sets the maximum cache size.
setMaxOccurs(String) - Method in interface com.softwareag.centrasite.appl.framework.types.AttributeDescription
Sets the maximum occurence.
setMaxOccurs(String) - Method in class com.softwareag.centrasite.appl.framework.types.impl.AttributeDescriptionImpl
Sets the maximum occurence.
setMetaDataHolder(MetaDataHolder) - Method in class com.softwareag.centrasite.appl.framework.mapping.BeanType
Sets the meta data holder.
setMiddleName(String) - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.PersonNameImpl
 
setMiddleName(String) - Method in interface com.softwareag.centrasite.appl.framework.beans.standard.PersonName
Sets the middle name for this Person.
setMimeType(String) - Method in interface com.softwareag.centrasite.appl.framework.beans.standard.ExtrinsicObject
Sets the mime type associated with this object.
setMimeType(String) - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.ExtrinsicObjectImpl
Sets the mime type associated with this object.
setMinOccurs(String) - Method in interface com.softwareag.centrasite.appl.framework.types.AttributeDescription
Sets the minimum occurence.
setMinOccurs(String) - Method in class com.softwareag.centrasite.appl.framework.types.impl.AttributeDescriptionImpl
Sets the minimum occurence.
setMinorVersion(int) - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.ClassificationSchemeImpl
Sets the minor revision number for this version of the Versionable object.
setMinorVersion(int) - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.ExtrinsicObjectImpl
Sets the minor revision number for this version of the Versionable object.
setMinorVersion(int) - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.RegistryEntryImpl
Sets the minor revision number for this version of the Versionable object.
setMinorVersion(int) - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.RegistryPackageImpl
Sets the minor revision number for this version of the Versionable object.
setMinorVersion(int) - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.ServiceImpl
Sets the minor revision number for this version of the Versionable object.
setMinorVersion(int) - Method in interface com.softwareag.centrasite.appl.framework.beans.standard.Versionable
Sets the minor revision number for this version of the Versionable object.
setMinorVersion(int) - Method in class com.softwareag.centrasite.appl.framework.lcm.beans.impl.LCAwareClassificationSchemeImpl
Sets the minor revision number for this version of the Versionable object.
setMinorVersion(int) - Method in class com.softwareag.centrasite.appl.framework.lcm.beans.impl.LCAwareRegistryEntryImpl
Sets the minor revision number for this version of the Versionable object.
setModel(RegistryObjectModel) - Method in class com.softwareag.centrasite.appl.framework.mapping.BeanType
Sets the registry object model.
setModelState(LCModelState) - Method in class com.softwareag.centrasite.appl.framework.lcm.impl.LCModelImpl
Deprecated. 
setModelState(LCModelState) - Method in interface com.softwareag.centrasite.appl.framework.lcm.LCModel
setModified(boolean) - Method in class com.softwareag.centrasite.appl.framework.persistence.impl.BackedDynamicRegistryBeanHandler
 
setModified(boolean) - Method in interface com.softwareag.centrasite.appl.framework.persistence.impl.BeanInfo
Sets, whether the object is modified.
setModified(boolean) - Method in class com.softwareag.centrasite.appl.framework.persistence.impl.DynamicRegistryBeanHandler
 
setMonth(int) - Method in class com.softwareag.centrasite.appl.framework.data.Date
Sets the dates month.
setName(String) - Method in class com.softwareag.centrasite.appl.framework.beans.DynamicRegistryBean
 
setName(String) - Method in interface com.softwareag.centrasite.appl.framework.beans.RegistryBean
Sets the registry object name.
setName(String) - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.SlotImpl
 
setName(String) - Method in interface com.softwareag.centrasite.appl.framework.beans.standard.Slot
Sets the name for this Slot.
setName(String) - Method in class com.softwareag.centrasite.appl.framework.fixed.CSAppFixedRegistryObject
Sets the name for the registry object.
setName(String) - Method in class com.softwareag.centrasite.appl.framework.lcm.impl.LCStateImpl
 
setName(String) - Method in interface com.softwareag.centrasite.appl.framework.lcm.LCState
Sets the name for the LCState.
setName(String) - Method in class com.softwareag.centrasite.appl.framework.mapping.BaseProperty
Sets the property name.
setName(String, Locale) - Method in interface com.softwareag.centrasite.appl.framework.types.AssociationType
Sets the name of this AssociationType, in the given locale.
setName(String) - Method in interface com.softwareag.centrasite.appl.framework.types.AttributeDescription
Set the attribute name.
setName(String, Locale) - Method in class com.softwareag.centrasite.appl.framework.types.impl.AssociationTypeImpl
 
setName(String) - Method in class com.softwareag.centrasite.appl.framework.types.impl.AttributeDescriptionImpl
Set the attribute name.
setName(String) - Method in class com.softwareag.centrasite.appl.framework.types.impl.ProfileImpl
Sets the registry object name.
setName(String) - Method in class com.softwareag.centrasite.appl.framework.types.impl.TypeDescriptionImpl
Set the type name.
setName(String) - Method in interface com.softwareag.centrasite.appl.framework.types.Profile
Sets the registry object name.
setName(String) - Method in interface com.softwareag.centrasite.appl.framework.types.TypeDescription
Set the type name.
setNamespaceUri(String) - Method in class com.softwareag.centrasite.appl.framework.types.impl.TypeDescriptionImpl
Set namespace in complete name.
setNamespaceUri(String) - Method in interface com.softwareag.centrasite.appl.framework.types.TypeDescription
Set namespace in complete name.
setNestedProperty(NestedProperty) - Method in class com.softwareag.centrasite.appl.framework.mapping.NestedProperty
Sets the nested property.
setNextFunctionCount() - Method in class com.softwareag.centrasite.appl.framework.persistence.search.SearchQuery
Sets the next function count by incrementing.
setNon_Functional_Requirements(Collection<ExternalLink>) - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.ServiceImpl
Sets Non_Functional_Requirements.
setNon_Functional_Requirements(Collection<ExternalLink>) - Method in interface com.softwareag.centrasite.appl.framework.beans.standard.Service
Sets Non_Functional_Requirements.
setNumber(String) - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.TelephoneNumberImpl
 
setNumber(String) - Method in interface com.softwareag.centrasite.appl.framework.beans.standard.TelephoneNumber
Sets the telephone number suffix, not including the country or area code.
setObjectType(Concept) - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.RegistryObjectImpl
Sets the object type.
setObjectType(Concept) - Method in class com.softwareag.centrasite.appl.framework.lcm.beans.impl.LCAwareRegistryObjectImpl
Sets the object type.
setOpaque(boolean) - Method in interface com.softwareag.centrasite.appl.framework.beans.standard.ExtrinsicObject
Sets whether the ExtrinsicObject is opaque (not readable) by the registry.
setOpaque(boolean) - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.ExtrinsicObjectImpl
Sets whether the ExtrinsicObject is opaque (not readable) by the registry.
setOperation(Operation.Type) - Method in class com.softwareag.centrasite.appl.framework.persistence.search.Operation
Sets the operation type.
setOrganization(Organization) - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.UserImpl
Sets the Organization this User belongs to.
setOrganization(Organization, boolean) - Method in class com.softwareag.centrasite.appl.framework.lcm.impl.LCModelImpl
 
setOrganization(Organization, boolean) - Method in interface com.softwareag.centrasite.appl.framework.lcm.LCModel
Set the organization for this model.
setParent(RegistryBean) - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.ConceptImpl
Sets the parent of this Concept.
setParentConcept(Concept) - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.ConceptImpl
Sets the Parent Concept for this Concept.
setParentOrganization(Organization) - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.OrganizationImpl
Sets parent Organization.
setPath(String) - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.ConceptImpl
Sets the canonical path representation for this Concept.
setPersistenceMode(PersistenceMode) - Method in class com.softwareag.centrasite.appl.framework.Configuration
Sets the PersistenceMode.
setPersistentClass(Class<?>) - Method in class com.softwareag.centrasite.appl.framework.mapping.BeanType
Sets the persistent class.
setPersonName(PersonName) - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.UserImpl
Sets the name of this User.
setPersonName(PersonName) - Method in interface com.softwareag.centrasite.appl.framework.beans.standard.User
Sets the name of this User.
setPostalAddress(PostalAddress) - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.OrganizationImpl
Sets the address for this Organization.
setPostalAddress(PostalAddress) - Method in interface com.softwareag.centrasite.appl.framework.beans.standard.Organization
Sets the address for this Organization.
setPostalAddresses(Collection<PostalAddress>) - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.UserImpl
Sets the addresses for this User.
setPostalAddresses(Collection<PostalAddress>) - Method in interface com.softwareag.centrasite.appl.framework.beans.standard.User
Sets the addresses for this User.
setPostalCode(String) - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.PostalAddressImpl
 
setPostalCode(String) - Method in interface com.softwareag.centrasite.appl.framework.beans.standard.PostalAddress
Sets the PostalCode.
setPrecision(int) - Method in interface com.softwareag.centrasite.appl.framework.types.AttributeDescription
Set the precision for a "number" attribute.
setPrecision(int) - Method in class com.softwareag.centrasite.appl.framework.types.impl.AttributeDescriptionImpl
 
setPredicates(List<Predicate>) - Method in class com.softwareag.centrasite.appl.framework.persistence.search.impl.CombinedPredicate
Sets the predicates for combining.
setPreferredNextState(LCState) - Method in class com.softwareag.centrasite.appl.framework.lcm.impl.LCStateImpl
 
setPreferredNextState(LCState) - Method in interface com.softwareag.centrasite.appl.framework.lcm.LCState
Sets the preferred next state for this LCState.
setPrefix(boolean) - Method in interface com.softwareag.centrasite.appl.framework.types.AttributeDescription
Specify whether this slot's unit label is to be a prefix or suffix value.
setPrefix(boolean) - Method in class com.softwareag.centrasite.appl.framework.types.impl.AttributeDescriptionImpl
 
setPreviousContextObjectType(String) - Method in class com.softwareag.centrasite.appl.framework.persistence.search.SearchQuery
Sets the previous context object type.
setPrimaryContact(User) - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.OrganizationImpl
Sets the primary contact for this Organization.
setPrimaryContact(User) - Method in interface com.softwareag.centrasite.appl.framework.beans.standard.Organization
Sets the primary contact for this Organization.
setProcessed(RegistryBean) - Method in class com.softwareag.centrasite.appl.framework.persistence.impl.PersistenceContextImpl
 
setProcessed(RegistryBean) - Method in interface com.softwareag.centrasite.appl.framework.persistence.PersistenceContext
Marks the given RegistryBean as being processed.
setPrologExtension(String) - Method in class com.softwareag.centrasite.appl.framework.persistence.search.SearchQuery
Declares a prolog extension in CentraSiteBusinessQuery.
setProperties(Map<String, Collection<String>>) - Method in interface com.softwareag.centrasite.appl.framework.beans.PropertyRegistryBean
Methods for setting the object specific properties for that bean.
setProperty(String, String) - Method in class com.softwareag.centrasite.appl.framework.Configuration
Sets the given property.
setProperty(String, Object) - Method in class com.softwareag.centrasite.appl.framework.ioc.DefaultIOCProvider
Sets a property, which may be returned by DefaultIOCProvider.getValue(String).
setProperty(Property) - Method in class com.softwareag.centrasite.appl.framework.persistence.search.Order
Sets the property instance.
setProperty(Object, Method, Object) - Static method in class com.softwareag.centrasite.appl.framework.util.Reflection
Method for setting a bean property.
setPropertyMapperFactory(PropertyMapperFactory) - Method in class com.softwareag.centrasite.appl.framework.persistence.mapper.impl.AnnotationBeanMapper
Sets the property mapper factory.
setProvidingOrganization(Organization) - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.ServiceImpl
Sets the Organization that provides this service.
setProvidingOrganization(Organization) - Method in interface com.softwareag.centrasite.appl.framework.beans.standard.Service
Sets the Organization that provides this service.
setProxy(RB) - Method in interface com.softwareag.centrasite.appl.framework.persistence.ProxyAware
Called by the CSAF to set the proxy on the bean.
setQueryPath(String) - Method in class com.softwareag.centrasite.appl.framework.persistence.search.SearchQuery
Sets the query path.
setReadOnly(boolean) - Method in interface com.softwareag.centrasite.appl.framework.types.AttributeDescription
Sets whether the attribute value can be edited in an object.
setReadOnly(boolean) - Method in class com.softwareag.centrasite.appl.framework.types.impl.AttributeDescriptionImpl
Sets whether the attribute value can be edited in an object.
setRealProperty(Property) - Method in class com.softwareag.centrasite.appl.framework.mapping.NestedProperty
Returns the actual property.
setRegistryBean(RegistryBean) - Method in interface com.softwareag.centrasite.appl.framework.beans.standard.AuditableEvent
Sets the Registry Object.
setRegistryBean(RegistryBean) - Method in interface com.softwareag.centrasite.appl.framework.beans.standard.ExternalIdentifier
Sets the RegistryBean of an ExternalIdentifier.
setRegistryBean(RegistryBean) - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.AuditableEventImpl
 
setRegistryBean(RegistryBean) - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.ExternalIdentifierImpl
 
setRegistryObject(RegistryObject) - Method in interface com.softwareag.centrasite.appl.framework.persistence.impl.BackedBeanInfo
Sets the backed RegistryObject.
setRegistryObject(RegistryObject) - Method in class com.softwareag.centrasite.appl.framework.persistence.impl.BackedDynamicRegistryBeanHandler
 
setRegistryObjects(Set<RegistryBean>) - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.RegistryPackageImpl
Sets the collection of member RegistryObjects of this RegistryPackage.
setRegistryObjects(Set<RegistryBean>) - Method in interface com.softwareag.centrasite.appl.framework.beans.standard.RegistryPackage
Sets the collection of member RegistryObjects of this RegistryPackage.
setRegistryObjectType(QName) - Method in class com.softwareag.centrasite.appl.framework.mapping.BeanType
Sets the registry object type.
setRegistryObjectTypeConcept(Concept) - Method in class com.softwareag.centrasite.appl.framework.mapping.BeanType
Returns the registry object type.
setRegistryObjectTypeKey(String) - Method in class com.softwareag.centrasite.appl.framework.mapping.BeanType
Sets the registry object type key.
setRegistryPackages(Collection<RegistryPackage>) - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.RegistryObjectImpl
Sets the collection of RegistryPackage objects.
setRegistryPackages(Collection<RegistryPackage>) - Method in class com.softwareag.centrasite.appl.framework.lcm.beans.impl.LCAwareRegistryObjectImpl
Sets the RegistryPackage.
setRegistryProvider(RegistryProvider) - Method in class com.softwareag.centrasite.appl.framework.Configuration
Sets the registry provider.
setRegistryProvider(RegistryProvider) - Method in class com.softwareag.centrasite.appl.framework.lcm.beans.LCAwareDynamicRegistryBean
Sets the RegistryProvider.
setRegistryProvider(RegistryProvider) - Method in class com.softwareag.centrasite.appl.framework.mapping.RegistryObjectModel
Sets the registry provider.
setRelease_Notes(Collection<ExternalLink>) - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.ServiceImpl
Sets Release_Notes.
setRelease_Notes(Collection<ExternalLink>) - Method in interface com.softwareag.centrasite.appl.framework.beans.standard.Service
Sets Release_Notes.
setRepositoryItem(DataHandler) - Method in interface com.softwareag.centrasite.appl.framework.beans.standard.ExtrinsicObject
Sets the repository item for this object.
setRepositoryItem(DataHandler) - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.ExtrinsicObjectImpl
Sets the repository item for this object.
setRootOrganization(Organization) - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.OrganizationImpl
Sets the root Organization.
setSchema(Collection<ExternalLink>) - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.ServiceImpl
Sets Schema.
setSchema(Collection<ExternalLink>) - Method in interface com.softwareag.centrasite.appl.framework.beans.standard.Service
Sets Schema.
setService(Service) - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.ServiceBindingImpl
Sets the Service for this ServiceBinding.
setServiceBinding(ServiceBinding) - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.SpecificationLinkImpl
Sets the ServiceBinding for this SpecificationLink.
setServiceBindings(Collection<ServiceBinding>) - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.ServiceImpl
Gets all child ServiceBindings.
setServiceBindings(Collection<ServiceBinding>) - Method in interface com.softwareag.centrasite.appl.framework.beans.standard.Service
Gets all child ServiceBindings.
setServices(Collection<Service>) - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.OrganizationImpl
Sets the child Services for this Organization.
setServices(Collection<Service>) - Method in interface com.softwareag.centrasite.appl.framework.beans.standard.Organization
Sets the child Services for this Organization.
setSessionContext(SessionContext) - Method in interface com.softwareag.centrasite.appl.framework.CurrentBeanPoolContext
Sets the SessionContext using this instance.
setSessionContext(SessionContext) - Method in class com.softwareag.centrasite.appl.framework.ThreadLocalCurrentBeanPoolContext
 
setSetter(Method) - Method in class com.softwareag.centrasite.appl.framework.mapping.BaseProperty
Sets the Setter method.
setSlotHandlers(List<SlotHandler>) - Method in class com.softwareag.centrasite.appl.framework.persistence.impl.ConfigurationManager
Sets the list of slot handlers.
setSlotName(String) - Method in class com.softwareag.centrasite.appl.framework.mapping.ExternalLink
Sets the slotName.
setSlotName(QName) - Method in class com.softwareag.centrasite.appl.framework.mapping.Slot
Sets the slot name.
setSlotNameProperty(String) - Method in class com.softwareag.centrasite.appl.framework.mapping.Slots
Sets the slotNameProperty.
setSlots(Collection<Slot>) - Method in interface com.softwareag.centrasite.appl.framework.beans.standard.ExtensibleObject
Sets Slots to this object.
setSlots(Collection<Slot>) - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.PostalAddressImpl
Sets Slots to this object.
setSlots(Collection<Slot>) - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.RegistryObjectImpl
Sets Slots to this object.
setSlots(Collection<Slot>) - Method in class com.softwareag.centrasite.appl.framework.lcm.beans.impl.LCAwareRegistryObjectImpl
Sets Slots to this object.
setSlotType(String) - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.SlotImpl
 
setSlotType(String) - Method in interface com.softwareag.centrasite.appl.framework.beans.standard.Slot
Sets the slotType for this Slot.
setSlotType(Slot.Type) - Method in class com.softwareag.centrasite.appl.framework.mapping.Slot
Sets the slot type.
setSlotTypeProperty(String) - Method in class com.softwareag.centrasite.appl.framework.mapping.Slots
Sets the slotTypeProperty.
setSlotValue(String) - Method in class com.softwareag.centrasite.appl.framework.mapping.ExternalLink
Returns the slotValue.
setSlotValuesProperty(String) - Method in class com.softwareag.centrasite.appl.framework.mapping.Slots
Sets the slotValuesProperty.
setSOAP_Version(String) - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.ServiceImpl
Sets SOAP_Version.
setSOAP_Version(String) - Method in interface com.softwareag.centrasite.appl.framework.beans.standard.Service
Sets SOAP_Version.
setSourceBean(RegistryBean) - Method in class com.softwareag.centrasite.appl.framework.persistence.impl.RelationInfo
Sets the source RegistryBean.
setSourceObject(RegistryBean) - Method in interface com.softwareag.centrasite.appl.framework.beans.standard.Association
Sets the Object that is the source of this Association.
setSourceObject(RegistryBean) - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.AssociationImpl
Sets the Object that is the source of this Association.
setSpecificationLinks(Collection<SpecificationLink>) - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.ServiceBindingImpl
Sets all child SpecificationLinks.
setSpecificationLinks(Collection<SpecificationLink>) - Method in interface com.softwareag.centrasite.appl.framework.beans.standard.ServiceBinding
Sets all child SpecificationLinks.
setSpecificationObject(RegistryBean) - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.SpecificationLinkImpl
Sets the specification object for this object.
setSpecificationObject(RegistryBean) - Method in interface com.softwareag.centrasite.appl.framework.beans.standard.SpecificationLink
Sets the specification object for this object.
setStability(int) - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.RegistryEntryImpl
Sets the stability indicator for the RegistryEntry.
setStability(int) - Method in interface com.softwareag.centrasite.appl.framework.beans.standard.RegistryEntry
Sets the stability indicator for the RegistryEntry.
setStability(int) - Method in class com.softwareag.centrasite.appl.framework.lcm.beans.impl.LCAwareRegistryEntryImpl
Sets the stability indicator for the RegistryEntry.
setStability(int) - Method in interface com.softwareag.centrasite.appl.framework.lcm.beans.LCAwareRegistryEntry
Sets the stability indicator for the RegistryEntry.
setStateOrProvince(String) - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.PostalAddressImpl
 
setStateOrProvince(String) - Method in interface com.softwareag.centrasite.appl.framework.beans.standard.PostalAddress
Sets the State or Province.
setStatus(int) - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.RegistryEntryImpl
Sets the status for this RegistryEntry.
setStatus(int) - Method in class com.softwareag.centrasite.appl.framework.lcm.beans.impl.LCAwareRegistryEntryImpl
Sets the status for this RegistryEntry.
setStreet(String) - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.PostalAddressImpl
 
setStreet(String) - Method in interface com.softwareag.centrasite.appl.framework.beans.standard.PostalAddress
Sets the Street.
setStreetNumber(String) - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.PostalAddressImpl
 
setStreetNumber(String) - Method in interface com.softwareag.centrasite.appl.framework.beans.standard.PostalAddress
Sets the street number.
setSubmittingOrganization(Organization) - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.RegistryObjectImpl
 
setSubmittingOrganization(Organization) - Method in interface com.softwareag.centrasite.appl.framework.beans.standard.RegistryObject
Sets the Organization that submitted this RegistryObject.
setSubmittingOrganization(Organization) - Method in class com.softwareag.centrasite.appl.framework.lcm.beans.impl.LCAwareRegistryObjectImpl
Sets the submitting organization.
setSupportType(boolean) - Method in class com.softwareag.centrasite.appl.framework.mapping.NestedProperty
Sets the support type.
setTargetBean(RegistryBean) - Method in class com.softwareag.centrasite.appl.framework.persistence.impl.RelationInfo
Sets the target RegistryBean.
setTargetBinding(ServiceBinding) - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.ServiceBindingImpl
Sets the next ServiceBinding in case there is a redirection.
setTargetBinding(ServiceBinding) - Method in interface com.softwareag.centrasite.appl.framework.beans.standard.ServiceBinding
Sets the next ServiceBinding in case there is a redirection.
setTargetObject(RegistryBean) - Method in interface com.softwareag.centrasite.appl.framework.beans.standard.Association
Sets the Object that is the target of this Association.
setTargetObject(RegistryBean) - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.AssociationImpl
Sets the Object that is the target of this Association.
setTargetPropertyName(String) - Method in class com.softwareag.centrasite.appl.framework.mapping.RegistryObjectProperty
Sets the the target Property Name.
setTargetType(Class<?>) - Method in class com.softwareag.centrasite.appl.framework.mapping.BaseProperty
Sets the target type.
setTargetTypes(List<?>) - Method in class com.softwareag.centrasite.appl.framework.mapping.Association
Sets the list of target types.
setTechnical_Support_Email(String) - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.ServiceImpl
Sets Technical_Support_Email.
setTechnical_Support_Email(String) - Method in interface com.softwareag.centrasite.appl.framework.beans.standard.Service
Sets Technical_Support_Email.
setTechnical_Support_Phone(String) - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.ServiceImpl
Sets Technical_Support_Phone.
setTechnical_Support_Phone(String) - Method in interface com.softwareag.centrasite.appl.framework.beans.standard.Service
Sets Technical_Support_Phone.
setTelephoneNumbers(Collection<TelephoneNumber>) - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.OrganizationImpl
Sets the various telephone numbers for this user.
setTelephoneNumbers(Collection<TelephoneNumber>) - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.UserImpl
Sets the various telephone numbers for this user.
setTelephoneNumbers(Collection<TelephoneNumber>) - Method in interface com.softwareag.centrasite.appl.framework.beans.standard.Organization
Sets the various telephone numbers for this user.
setTelephoneNumbers(Collection<TelephoneNumber>) - Method in interface com.softwareag.centrasite.appl.framework.beans.standard.User
Sets the various telephone numbers for this user.
setTimestamp(Timestamp) - Method in interface com.softwareag.centrasite.appl.framework.beans.standard.AuditableEvent
Sets the TimeStamp.
setTimestamp(Timestamp) - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.AuditableEventImpl
 
setTimeZone(TimeZone) - Method in class com.softwareag.centrasite.appl.framework.persistence.impl.ConfigurationManager
Sets the configured TimeZone.
setType(String) - Method in interface com.softwareag.centrasite.appl.framework.beans.standard.EmailAddress
Sets the type for this object.
setType(String) - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.EmailAddressImpl
 
setType(String) - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.PostalAddressImpl
 
setType(String) - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.TelephoneNumberImpl
 
setType(String) - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.UserImpl
Sets the type for this User.
setType(String) - Method in interface com.softwareag.centrasite.appl.framework.beans.standard.PostalAddress
Sets the type of address (for example, "headquarters") as a String.
setType(String) - Method in interface com.softwareag.centrasite.appl.framework.beans.standard.TelephoneNumber
Sets the type of telephone number (for example, "fax").
setType(String) - Method in interface com.softwareag.centrasite.appl.framework.beans.standard.User
Sets the type for this User.
setType(String) - Method in class com.softwareag.centrasite.appl.framework.mapping.TelephoneNumbers
The phone type.
setType(RelationInfo.RelationType) - Method in class com.softwareag.centrasite.appl.framework.persistence.impl.RelationInfo
Sets the relation type.
setUnitLabel(String) - Method in interface com.softwareag.centrasite.appl.framework.types.AttributeDescription
Set this slot's unit label.
setUnitLabel(String) - Method in class com.softwareag.centrasite.appl.framework.types.impl.AttributeDescriptionImpl
 
setUrl(String) - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.TelephoneNumberImpl
 
setUrl(URL) - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.UserImpl
Sets the URL to the web page for this User.
setUrl(String) - Method in interface com.softwareag.centrasite.appl.framework.beans.standard.TelephoneNumber
Sets the URL that can dial this number electronically.
setUrl(URL) - Method in interface com.softwareag.centrasite.appl.framework.beans.standard.User
Sets the URL to the web page for this User.
setUsage_Examples(Collection<ExternalLink>) - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.ServiceImpl
Sets Usage_Examples.
setUsage_Examples(Collection<ExternalLink>) - Method in interface com.softwareag.centrasite.appl.framework.beans.standard.Service
Sets Usage_Examples.
setUsageDescription(InternationalString) - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.SpecificationLinkImpl
Sets the description of the usage parameters.
setUsageDescription(InternationalString) - Method in interface com.softwareag.centrasite.appl.framework.beans.standard.SpecificationLink
Sets the description of the usage parameters.
setUsageParameters(Collection<String>) - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.SpecificationLinkImpl
Sets any usage parameters.
setUsageParameters(Collection<String>) - Method in interface com.softwareag.centrasite.appl.framework.beans.standard.SpecificationLink
Sets any usage parameters.
setUser(User) - Method in interface com.softwareag.centrasite.appl.framework.beans.standard.AuditableEvent
Sets the User.
setUser(User) - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.AuditableEventImpl
 
setUsers(Collection<User>) - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.OrganizationImpl
Sets the child Services for this Organization.
setUsers(Collection<User>) - Method in interface com.softwareag.centrasite.appl.framework.beans.standard.Organization
Sets the child Services for this Organization.
setUserVersion(String) - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.ClassificationSchemeImpl
Sets the user specified revision number for this version of the Versionable object.
setUserVersion(String) - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.ExtrinsicObjectImpl
Sets the user specified revision number for this version of the Versionable object.
setUserVersion(String) - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.RegistryEntryImpl
Sets the user specified revision number for this version of the Versionable object.
setUserVersion(String) - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.RegistryPackageImpl
Sets the user specified revision number for this version of the Versionable object.
setUserVersion(String) - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.ServiceImpl
Sets the user specified revision number for this version of the Versionable object.
setUserVersion(String) - Method in interface com.softwareag.centrasite.appl.framework.beans.standard.Versionable
Sets the user specified revision number for this version of the Versionable object.
setUserVersion(String) - Method in class com.softwareag.centrasite.appl.framework.lcm.beans.impl.LCAwareClassificationSchemeImpl
Sets the user specified revision number for this version of the Versionable object.
setUserVersion(String) - Method in class com.softwareag.centrasite.appl.framework.lcm.beans.impl.LCAwareRegistryEntryImpl
Sets the user specified revision number for this version of the Versionable object.
setValidateURI(boolean) - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.ExternalLinkImpl
Sets whether to do URI validation for this object.
setValidateURI(boolean) - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.ServiceBindingImpl
Sets whether to do URI validation for this object.
setValidateURI(boolean) - Method in interface com.softwareag.centrasite.appl.framework.beans.standard.URIValidator
Sets whether to do URI validation for this object.
setValue(String) - Method in interface com.softwareag.centrasite.appl.framework.beans.standard.Classification
Sets the taxonomy value for this external Classification.
setValue(String) - Method in interface com.softwareag.centrasite.appl.framework.beans.standard.Concept
Sets the value (usually a taxonomy value) associated with this Concept.
setValue(String) - Method in interface com.softwareag.centrasite.appl.framework.beans.standard.ExternalIdentifier
Sets the value of an ExternalIdentifier.
setValue(String) - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.ClassificationImpl
Sets the taxonomy value for this external Classification.
setValue(String) - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.ConceptImpl
Sets the value (usually a taxonomy value) associated with this Concept.
setValue(String) - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.ExternalIdentifierImpl
 
setValue(Locale, String) - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.InternationalStringImpl
 
setValue(String) - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.InternationalStringImpl
 
setValue(String) - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.LocalizedStringImpl
 
setValue(Locale, String) - Method in interface com.softwareag.centrasite.appl.framework.beans.standard.InternationalString
Sets the String value for the specified Locale.
setValue(String) - Method in interface com.softwareag.centrasite.appl.framework.beans.standard.InternationalString
Sets the String value for the default locale.
setValue(String) - Method in interface com.softwareag.centrasite.appl.framework.beans.standard.LocalizedString
Sets the String value for the specified object.
setValue(String) - Method in class com.softwareag.centrasite.appl.framework.data.IntString
Sets the strings value for the default locale.
setValue(String, Locale) - Method in class com.softwareag.centrasite.appl.framework.data.IntString
Sets the strings value for the given locale.
setValues(Collection<String>) - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.SlotImpl
 
setValues(Collection<String>) - Method in interface com.softwareag.centrasite.appl.framework.beans.standard.Slot
Sets the values for this Slot.
setValueType(int) - Method in interface com.softwareag.centrasite.appl.framework.beans.standard.ClassificationScheme
Sets the value type for this object.
setValueType(int) - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.ClassificationSchemeImpl
Sets the value type for this object.
setValueType(int) - Method in class com.softwareag.centrasite.appl.framework.lcm.beans.impl.LCAwareClassificationSchemeImpl
Sets the value type for this object.
setValueType(int) - Method in interface com.softwareag.centrasite.appl.framework.lcm.beans.LCAwareClassificationScheme
Sets the value type for this object.
setWS_I_Compliant(Boolean) - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.ServiceImpl
Sets WS_I_Compliant.
setWS_I_Compliant(Boolean) - Method in interface com.softwareag.centrasite.appl.framework.beans.standard.Service
Sets WS_I_Compliant.
setYear(int) - Method in class com.softwareag.centrasite.appl.framework.data.Date
Sets the dates year.
SHALLOW - Static variable in class com.softwareag.centrasite.appl.framework.persistence.versioning.VersionCopyMode
 
SimpleBeanFactory - Class in com.softwareag.centrasite.appl.framework.persistence.impl
The factory class for instantiating beans conforming with the BeanInfo interface.
SimpleBeanFactory() - Constructor for class com.softwareag.centrasite.appl.framework.persistence.impl.SimpleBeanFactory
 
size() - Method in class com.softwareag.centrasite.appl.framework.persistence.search.impl.LazySearchResultList
Slot - Interface in com.softwareag.centrasite.appl.framework.beans.standard
A Slot class that represents the JAXR Slot.
Slot - Class in com.softwareag.centrasite.appl.framework.mapping
Property representing JAXR slot and mapped using the Slot annotation.
Slot() - Constructor for class com.softwareag.centrasite.appl.framework.mapping.Slot
 
Slot - Annotation Type in com.softwareag.centrasite.appl.framework.persistence.mapper.annotations
Annotation for mapping the return value of a (getter) method of a bean to slot with a given name.
Slot.Type - Enum in com.softwareag.centrasite.appl.framework.persistence.mapper.annotations
Supported types for the slot values.
SLOT_ATTRIBUTES - Static variable in interface com.softwareag.centrasite.appl.framework.types.Profile
Name of the Slot storing associated with the profile attribute names.
SLOT_NAME_DELIMITER - Static variable in class com.softwareag.centrasite.appl.framework.persistence.search.impl.SupportTypePredicate
 
SLOT_NAME_LOCAL_FUNCTION_WITH_NAMESPACE - Static variable in class com.softwareag.centrasite.appl.framework.persistence.search.impl.SupportTypePredicate
 
SLOT_NAME_LOCAL_FUNCTION_WITHOUT_NAMESPACE - Static variable in class com.softwareag.centrasite.appl.framework.persistence.search.impl.SupportTypePredicate
 
SLOT_NAMESPACE_DELIMITER - Static variable in class com.softwareag.centrasite.appl.framework.persistence.search.impl.SupportTypePredicate
 
SLOT_PROFILE_ID - Static variable in interface com.softwareag.centrasite.appl.framework.types.Profile
Name of the Slot storing the profile sequence number.
SlotAnnotationProcessor - Class in com.softwareag.centrasite.appl.framework.persistence.mapper.annotations.processors
PropertyAnnotationProcessor implementation handling the Slot annotation.
SlotAnnotationProcessor() - Constructor for class com.softwareag.centrasite.appl.framework.persistence.mapper.annotations.processors.SlotAnnotationProcessor
 
SlotAttributeDescription - Interface in com.softwareag.centrasite.appl.framework.types
Interface representing the description of a Slot Attribute.
SlotAttributeDescriptionImpl - Class in com.softwareag.centrasite.appl.framework.types.impl
The implementation class of the SlotAttributeDescription.
SlotAttributeDescriptionImpl(CentraSiteSlotDescription) - Constructor for class com.softwareag.centrasite.appl.framework.types.impl.SlotAttributeDescriptionImpl
Constructs a new object.
SlotHandler - Interface in com.softwareag.centrasite.appl.framework.persistence.mapper.slots
Interface of a handler for slot values.
SlotImpl - Class in com.softwareag.centrasite.appl.framework.beans.standard.impl
A Slot class that represents the JAXR Slot.
SlotImpl(Slot) - Constructor for class com.softwareag.centrasite.appl.framework.beans.standard.impl.SlotImpl
Constructs a new object.
SlotMapper - Class in com.softwareag.centrasite.appl.framework.persistence.mapper.impl
Property mapper for slots.
SlotMapper() - Constructor for class com.softwareag.centrasite.appl.framework.persistence.mapper.impl.SlotMapper
 
SlotPredicateHandler() - Constructor for class com.softwareag.centrasite.appl.framework.persistence.search.impl.PredicateFactory.SlotPredicateHandler
 
SlotProperty - Annotation Type in com.softwareag.centrasite.appl.framework.persistence.mapper.annotations
Annotation for mapping a property of a bean to a property of a Slot.
SlotPropertyName - Enum in com.softwareag.centrasite.appl.framework.persistence.mapper.annotations
Enumeration of possible values for the target attribute of a SlotPoperty annotation.
Slots - Class in com.softwareag.centrasite.appl.framework.mapping
Base implementation of the BaseProperty interface.
Slots() - Constructor for class com.softwareag.centrasite.appl.framework.mapping.Slots
 
Slots - Annotation Type in com.softwareag.centrasite.appl.framework.persistence.mapper.annotations
Annotation for mapping the return value of a (getter) method to the slots of registry object.
SlotsAnnotationProcessor - Class in com.softwareag.centrasite.appl.framework.persistence.mapper.annotations.processors
PropertyAnnotationProcessor implementation handling the Slots annotation.
SlotsAnnotationProcessor() - Constructor for class com.softwareag.centrasite.appl.framework.persistence.mapper.annotations.processors.SlotsAnnotationProcessor
 
SlotsMapper - Class in com.softwareag.centrasite.appl.framework.persistence.mapper.impl
Property mapper for all slots of a registry objects.
SlotsMapper() - Constructor for class com.softwareag.centrasite.appl.framework.persistence.mapper.impl.SlotsMapper
 
SlotValuePredicate - Class in com.softwareag.centrasite.appl.framework.persistence.search.impl
The SlotValuePredicate is used when the searched property is of type Slot It offers logic how to handle different slot value types.
SlotValuePredicate(Property, Operation, Object) - Constructor for class com.softwareag.centrasite.appl.framework.persistence.search.impl.SlotValuePredicate
Creates a SlotValuePredicate instance.
SpecificationLink - Interface in com.softwareag.centrasite.appl.framework.beans.standard
A RegistryBean interface that represents the JAXR SpecificationLink.
SpecificationLinkImpl - Class in com.softwareag.centrasite.appl.framework.beans.standard.impl
The implementation class of the SpecificationLink.
SpecificationLinkImpl() - Constructor for class com.softwareag.centrasite.appl.framework.beans.standard.impl.SpecificationLinkImpl
 
STABILITY_DYNAMIC - Static variable in interface com.softwareag.centrasite.appl.framework.beans.standard.RegistryEntry
 
STABILITY_DYNAMIC - Static variable in interface com.softwareag.centrasite.appl.framework.lcm.beans.LCAwareRegistryEntry
 
STABILITY_DYNAMIC_COMPATIBLE - Static variable in interface com.softwareag.centrasite.appl.framework.beans.standard.RegistryEntry
 
STABILITY_DYNAMIC_COMPATIBLE - Static variable in interface com.softwareag.centrasite.appl.framework.lcm.beans.LCAwareRegistryEntry
 
STABILITY_STATIC - Static variable in interface com.softwareag.centrasite.appl.framework.beans.standard.RegistryEntry
 
STABILITY_STATIC - Static variable in interface com.softwareag.centrasite.appl.framework.lcm.beans.LCAwareRegistryEntry
 
StandaloneRegistryProvider - Class in com.softwareag.centrasite.appl.framework.persistence.impl
Implementation of the RegistryProvider interface that uses standard JAXR API to obtain a connection.
StandaloneRegistryProvider(String, String, boolean) - Constructor for class com.softwareag.centrasite.appl.framework.persistence.impl.StandaloneRegistryProvider
Constructor for creating a StandaloneRegistryProvider instance.
StandaloneRegistryProvider(String, String) - Constructor for class com.softwareag.centrasite.appl.framework.persistence.impl.StandaloneRegistryProvider
Constructor for creating a StandaloneRegistryProvider instance.
StandaloneRegistryProvider(String, String, String) - Constructor for class com.softwareag.centrasite.appl.framework.persistence.impl.StandaloneRegistryProvider
Constructor for creating a StandaloneRegistryProvider instance.
StandaloneRegistryProvider(String, String, String, boolean) - Constructor for class com.softwareag.centrasite.appl.framework.persistence.impl.StandaloneRegistryProvider
Constructor for creating a StandaloneRegistryProvider instance.
StandardMappingManager - Class in com.softwareag.centrasite.appl.framework.beans.standard
A utility class that provides the user with the functionality to create non RegistryBean objects that are provided by JAXR: EmailAddress, InternationalString, LocalizedString, PersonName, PostalAddress, TelephoneNumber and Slot.
StandardMappingManager(RegistryProvider) - Constructor for class com.softwareag.centrasite.appl.framework.beans.standard.StandardMappingManager
Constructor for initializing the needed resources for this utility class.
StandardMappingUtils - Class in com.softwareag.centrasite.appl.framework.beans.standard.impl
A Utility class for creating a standard mapping instance for a non RegistryObject JAXR object (EmailAddress, PersonName ... etc), also called Support Type Objects.
STATUS_APPROVED - Static variable in interface com.softwareag.centrasite.appl.framework.beans.standard.RegistryEntry
 
STATUS_APPROVED - Static variable in interface com.softwareag.centrasite.appl.framework.lcm.beans.LCAwareRegistryEntry
 
STATUS_DEPRECATED - Static variable in interface com.softwareag.centrasite.appl.framework.beans.standard.RegistryEntry
 
STATUS_DEPRECATED - Static variable in interface com.softwareag.centrasite.appl.framework.lcm.beans.LCAwareRegistryEntry
 
STATUS_SUBMITTED - Static variable in interface com.softwareag.centrasite.appl.framework.beans.standard.RegistryEntry
 
STATUS_SUBMITTED - Static variable in interface com.softwareag.centrasite.appl.framework.lcm.beans.LCAwareRegistryEntry
 
STATUS_WITHDRAWN - Static variable in interface com.softwareag.centrasite.appl.framework.beans.standard.RegistryEntry
 
STATUS_WITHDRAWN - Static variable in interface com.softwareag.centrasite.appl.framework.lcm.beans.LCAwareRegistryEntry
 
Strings - Class in com.softwareag.centrasite.appl.framework.util
Utility class for working with strings.
StringSlotHandler - Class in com.softwareag.centrasite.appl.framework.persistence.mapper.slots
Implementation of SlotHandler for strings.
StringSlotHandler() - Constructor for class com.softwareag.centrasite.appl.framework.persistence.mapper.slots.StringSlotHandler
 
StringUtil - Class in com.softwareag.centrasite.appl.framework.utils
String based utility methods.
StringUtil() - Constructor for class com.softwareag.centrasite.appl.framework.utils.StringUtil
 
SUPPORT_TYPE_ANY_KEY - Static variable in class com.softwareag.centrasite.appl.framework.mapping.SupportTypeUtils
 
SUPPORT_TYPE_EMAIL_ADDRESS_KEY - Static variable in class com.softwareag.centrasite.appl.framework.mapping.SupportTypeUtils
 
SUPPORT_TYPE_INTERNATIONAL_STRING_KEY - Static variable in class com.softwareag.centrasite.appl.framework.mapping.SupportTypeUtils
 
SUPPORT_TYPE_LOCALIZED_STRING_KEY - Static variable in class com.softwareag.centrasite.appl.framework.mapping.SupportTypeUtils
 
SUPPORT_TYPE_PERSON_NAME_KEY - Static variable in class com.softwareag.centrasite.appl.framework.mapping.SupportTypeUtils
 
SUPPORT_TYPE_POSTAL_ADDRESS_KEY - Static variable in class com.softwareag.centrasite.appl.framework.mapping.SupportTypeUtils
 
SUPPORT_TYPE_SLOT_KEY - Static variable in class com.softwareag.centrasite.appl.framework.mapping.SupportTypeUtils
 
SUPPORT_TYPE_TELEPHONE_NUMBER_KEY - Static variable in class com.softwareag.centrasite.appl.framework.mapping.SupportTypeUtils
 
SupportType - Class in com.softwareag.centrasite.appl.framework.beans.standard.impl
Class for supported types in JAXR such as Telephone numer, postal address, etc., and other types.
SupportType(Object) - Constructor for class com.softwareag.centrasite.appl.framework.beans.standard.impl.SupportType
Constructs a new object.
supportTypeKyes - Static variable in class com.softwareag.centrasite.appl.framework.mapping.SupportTypeUtils
 
SupportTypePredicate - Class in com.softwareag.centrasite.appl.framework.persistence.search.impl
This predicate is for handling support types.
SupportTypePredicate(Property, Operation, Object) - Constructor for class com.softwareag.centrasite.appl.framework.persistence.search.impl.SupportTypePredicate
Creates a SupportTypePredicate instance.
SupportTypePredicateHandler() - Constructor for class com.softwareag.centrasite.appl.framework.persistence.search.impl.PredicateFactory.SupportTypePredicateHandler
 
SupportTypeUtils - Class in com.softwareag.centrasite.appl.framework.mapping
This is a utility class for SupportedType objects such as person name, email address, postal address, etc.,.
SupportTypeUtils() - Constructor for class com.softwareag.centrasite.appl.framework.mapping.SupportTypeUtils
 

T

TelephoneNumber - Interface in com.softwareag.centrasite.appl.framework.beans.standard
A Slot class that represents the JAXR TelephoneNumber.
TelephoneNumberImpl - Class in com.softwareag.centrasite.appl.framework.beans.standard.impl
A Slot class that represents the JAXR TelephoneNumber.
TelephoneNumberImpl(TelephoneNumber) - Constructor for class com.softwareag.centrasite.appl.framework.beans.standard.impl.TelephoneNumberImpl
Constructs a new object.
TelephoneNumbers - Class in com.softwareag.centrasite.appl.framework.mapping
This class represents telephone numbers in JAXR.
TelephoneNumbers() - Constructor for class com.softwareag.centrasite.appl.framework.mapping.TelephoneNumbers
 
TelephoneNumbers - Annotation Type in com.softwareag.centrasite.appl.framework.persistence.mapper.annotations
Special type of annotation dealing with the TelephoneNumber objects.
TelephoneNumbersMapper - Class in com.softwareag.centrasite.appl.framework.persistence.mapper.impl
Mapper taking care of the mapping provided by the TelephoneNumbers annotation.
TelephoneNumbersMapper() - Constructor for class com.softwareag.centrasite.appl.framework.persistence.mapper.impl.TelephoneNumbersMapper
 
TelephoneNumbersPropertyAnnotationProcessor - Class in com.softwareag.centrasite.appl.framework.persistence.mapper.annotations.processors
PropertyAnnotationProcessor implementation handling the TelephoneNumber property annotation.
TelephoneNumbersPropertyAnnotationProcessor() - Constructor for class com.softwareag.centrasite.appl.framework.persistence.mapper.annotations.processors.TelephoneNumbersPropertyAnnotationProcessor
 
ThreadLocalCurrentBeanPoolContext - Class in com.softwareag.centrasite.appl.framework
The implementation class of the CurrentBeanPoolContext.
ThreadLocalCurrentBeanPoolContext() - Constructor for class com.softwareag.centrasite.appl.framework.ThreadLocalCurrentBeanPoolContext
 
TimestampSlotHandler - Class in com.softwareag.centrasite.appl.framework.persistence.mapper.slots
Handles timestamps in slots.
TimestampSlotHandler() - Constructor for class com.softwareag.centrasite.appl.framework.persistence.mapper.slots.TimestampSlotHandler
 
toBean() - Method in interface com.softwareag.centrasite.appl.framework.persistence.impl.BackedBeanInfo
Forces all property values to be loaded from the underlying registry object.
toBean() - Method in class com.softwareag.centrasite.appl.framework.persistence.impl.BackedDynamicRegistryBeanHandler
 
toBean(PersistenceContext, RegistryObject) - Method in interface com.softwareag.centrasite.appl.framework.persistence.mapper.BeanMapper
The method creates and populates an object of type T with the data from a RegistryObject.
toBean(PersistenceContext, RegistryObject) - Method in class com.softwareag.centrasite.appl.framework.persistence.mapper.impl.AssociationMapper
 
toBean(PersistenceContext, RegistryObject) - Method in class com.softwareag.centrasite.appl.framework.persistence.mapper.impl.AssociationTargetMapper
 
toBean(PersistenceContext, RegistryObject) - Method in class com.softwareag.centrasite.appl.framework.persistence.mapper.impl.BaseBeanMapper
The method creates and populates an object of type T with the data from a RegistryObject.
toBean(PersistenceContext, RegistryObject) - Method in class com.softwareag.centrasite.appl.framework.persistence.mapper.impl.ClassificationAttributePropertyMapper
 
toBean(PersistenceContext, RegistryObject) - Method in class com.softwareag.centrasite.appl.framework.persistence.mapper.impl.ClassificationConceptMapper
 
toBean(PersistenceContext, RegistryObject) - Method in class com.softwareag.centrasite.appl.framework.persistence.mapper.impl.ClassificationMapper
 
toBean(PersistenceContext, RegistryObject) - Method in class com.softwareag.centrasite.appl.framework.persistence.mapper.impl.ClassifiedInstancePropertyMapper
 
toBean(PersistenceContext, RegistryObject) - Method in class com.softwareag.centrasite.appl.framework.persistence.mapper.impl.ExternalLinkMapper
 
toBean(PersistenceContext, RegistryObject) - Method in class com.softwareag.centrasite.appl.framework.persistence.mapper.impl.FileAttributePropertyMapper
 
toBean(PersistenceContext, RegistryObject) - Method in class com.softwareag.centrasite.appl.framework.persistence.mapper.impl.RegistryObjectPropertyMapper
 
toBean(PersistenceContext, RegistryObject) - Method in class com.softwareag.centrasite.appl.framework.persistence.mapper.impl.RelationshipAttributePropertyMapper
 
toBean(PersistenceContext, RegistryObject) - Method in class com.softwareag.centrasite.appl.framework.persistence.mapper.impl.SlotMapper
 
toBean(PersistenceContext, RegistryObject) - Method in class com.softwareag.centrasite.appl.framework.persistence.mapper.impl.SlotsMapper
 
toBean(PersistenceContext, RegistryObject) - Method in class com.softwareag.centrasite.appl.framework.persistence.mapper.impl.TelephoneNumbersMapper
 
toBean(PersistenceContext, RegistryObject) - Method in interface com.softwareag.centrasite.appl.framework.persistence.mapper.PropertyMapper
Maps data from RegistryObject to a bean.
toBeanValue(Object, Locale) - Static method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.StandardMappingUtils
Transforms a JAXR support type object to a registry bean support type object.
toJaxr() - Method in interface com.softwareag.centrasite.appl.framework.persistence.impl.BackedBeanInfo
Forces all property values to be updated into the underlying registry object.
toJaxr() - Method in class com.softwareag.centrasite.appl.framework.persistence.impl.BackedDynamicRegistryBeanHandler
 
toJaxr(PersistenceContext, T) - Method in interface com.softwareag.centrasite.appl.framework.persistence.mapper.BeanMapper
The method maps the information in the object of type T to a list of registry objects.
toJaxr(PersistenceContext, RegistryObject) - Method in class com.softwareag.centrasite.appl.framework.persistence.mapper.impl.AssociationMapper
 
toJaxr(PersistenceContext, RegistryObject) - Method in class com.softwareag.centrasite.appl.framework.persistence.mapper.impl.AssociationTargetMapper
 
toJaxr(PersistenceContext, T) - Method in class com.softwareag.centrasite.appl.framework.persistence.mapper.impl.BaseBeanMapper
The method maps the information in the object of type T to a list of registry objects.
toJaxr(PersistenceContext, RegistryObject) - Method in class com.softwareag.centrasite.appl.framework.persistence.mapper.impl.ClassificationAttributePropertyMapper
 
toJaxr(PersistenceContext, RegistryObject) - Method in class com.softwareag.centrasite.appl.framework.persistence.mapper.impl.ClassificationConceptMapper
 
toJaxr(PersistenceContext, RegistryObject) - Method in class com.softwareag.centrasite.appl.framework.persistence.mapper.impl.ClassificationMapper
 
toJaxr(PersistenceContext, RegistryObject) - Method in class com.softwareag.centrasite.appl.framework.persistence.mapper.impl.ClassifiedInstancePropertyMapper
 
toJaxr(PersistenceContext, RegistryObject) - Method in class com.softwareag.centrasite.appl.framework.persistence.mapper.impl.ExternalLinkMapper
 
toJaxr(PersistenceContext, RegistryObject) - Method in class com.softwareag.centrasite.appl.framework.persistence.mapper.impl.FileAttributePropertyMapper
 
toJaxr(PersistenceContext, RegistryObject) - Method in class com.softwareag.centrasite.appl.framework.persistence.mapper.impl.RegistryObjectPropertyMapper
 
toJaxr(PersistenceContext, RegistryObject) - Method in class com.softwareag.centrasite.appl.framework.persistence.mapper.impl.RelationshipAttributePropertyMapper
 
toJaxr(PersistenceContext, RegistryObject) - Method in class com.softwareag.centrasite.appl.framework.persistence.mapper.impl.SlotMapper
 
toJaxr(PersistenceContext, RegistryObject) - Method in class com.softwareag.centrasite.appl.framework.persistence.mapper.impl.SlotsMapper
 
toJaxr(PersistenceContext, RegistryObject) - Method in class com.softwareag.centrasite.appl.framework.persistence.mapper.impl.TelephoneNumbersMapper
 
toJaxr(PersistenceContext, RegistryObject) - Method in interface com.softwareag.centrasite.appl.framework.persistence.mapper.PropertyMapper
Map property data from a bean to a RegistryObject.
toJAXRValue(Object, Locale) - Static method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.StandardMappingUtils
Transforms a registry bean support type object to a JAXR support type object Support type objects are TelephoneNumber, PostaAddress ... etc
toObject(Class<?>, String) - Method in class com.softwareag.centrasite.appl.framework.persistence.mapper.slots.BooleanSlotHandler
 
toObject(Class<?>, String) - Method in class com.softwareag.centrasite.appl.framework.persistence.mapper.slots.CalendarSlotHandler
 
toObject(Class<?>, String) - Method in class com.softwareag.centrasite.appl.framework.persistence.mapper.slots.CustomDateSlotHandler
 
toObject(Class<?>, String) - Method in class com.softwareag.centrasite.appl.framework.persistence.mapper.slots.DateSlotHandler
 
toObject(Class<?>, String) - Method in class com.softwareag.centrasite.appl.framework.persistence.mapper.slots.EnumSlotHandler
 
toObject(Class<?>, String) - Method in class com.softwareag.centrasite.appl.framework.persistence.mapper.slots.IntegerSlotHandler
 
toObject(Class<?>, String) - Method in class com.softwareag.centrasite.appl.framework.persistence.mapper.slots.LongSlotHandler
 
toObject(Class<?>, String) - Method in interface com.softwareag.centrasite.appl.framework.persistence.mapper.slots.SlotHandler
Converts a string into an object.
toObject(Class<?>, String) - Method in class com.softwareag.centrasite.appl.framework.persistence.mapper.slots.StringSlotHandler
 
toObject(Class<?>, String) - Method in class com.softwareag.centrasite.appl.framework.persistence.mapper.slots.TimestampSlotHandler
 
toString() - Method in class com.softwareag.centrasite.appl.framework.beans.DynamicRegistryBean
 
toString() - Method in class com.softwareag.centrasite.appl.framework.beans.standard.impl.SlotImpl
 
toString() - Method in class com.softwareag.centrasite.appl.framework.data.CSAppAssociationTypeRef
 
toString() - Method in class com.softwareag.centrasite.appl.framework.data.CSAppConceptRef
 
toString() - Method in class com.softwareag.centrasite.appl.framework.data.CSAppObjectTypeRef
 
toString() - Method in class com.softwareag.centrasite.appl.framework.data.CSAppTaxonomyRef
 
toString() - Method in class com.softwareag.centrasite.appl.framework.data.Date
 
toString(Object) - Method in class com.softwareag.centrasite.appl.framework.persistence.mapper.slots.BooleanSlotHandler
 
toString(Object) - Method in class com.softwareag.centrasite.appl.framework.persistence.mapper.slots.CalendarSlotHandler
 
toString(Object) - Method in class com.softwareag.centrasite.appl.framework.persistence.mapper.slots.CustomDateSlotHandler
 
toString(Object) - Method in class com.softwareag.centrasite.appl.framework.persistence.mapper.slots.DateSlotHandler
 
toString(Object) - Method in class com.softwareag.centrasite.appl.framework.persistence.mapper.slots.EnumSlotHandler
 
toString(Object) - Method in class com.softwareag.centrasite.appl.framework.persistence.mapper.slots.IntegerSlotHandler
 
toString(Object) - Method in class com.softwareag.centrasite.appl.framework.persistence.mapper.slots.LongSlotHandler
 
toString(Object) - Method in interface com.softwareag.centrasite.appl.framework.persistence.mapper.slots.SlotHandler
Converts the given object into a string.
toString(Object) - Method in class com.softwareag.centrasite.appl.framework.persistence.mapper.slots.StringSlotHandler
 
toString(Object) - Method in class com.softwareag.centrasite.appl.framework.persistence.mapper.slots.TimestampSlotHandler
 
toString() - Method in class com.softwareag.centrasite.appl.framework.persistence.versioning.CopyRule
 
toString() - Method in class com.softwareag.centrasite.appl.framework.persistence.versioning.VersionCopyMode
Delivers the String representation.
toXML() - Method in interface com.softwareag.centrasite.appl.framework.types.AttributeDescription
Return the XML representation of this attribute.
toXML() - Method in class com.softwareag.centrasite.appl.framework.types.impl.AttributeDescriptionImpl
 
TYPE_ANY_SIMPLE_TYPE - Static variable in interface com.softwareag.centrasite.appl.framework.types.AttributeDescription
Slot attribute data type - xs:anySimpleType.
TYPE_BOOLEAN - Static variable in interface com.softwareag.centrasite.appl.framework.types.AttributeDescription
Slot attribute data type - xs:boolean.
TYPE_DATE - Static variable in interface com.softwareag.centrasite.appl.framework.types.AttributeDescription
Slot attribute data type - xs:date.
TYPE_DATE_TIME - Static variable in interface com.softwareag.centrasite.appl.framework.types.AttributeDescription
Slot attribute data type - xs:dateTime.
TYPE_DECIMAL - Static variable in interface com.softwareag.centrasite.appl.framework.types.AttributeDescription
Slot attribute data type - xs:decimal.
TYPE_DOUBLE - Static variable in interface com.softwareag.centrasite.appl.framework.types.AttributeDescription
Slot attribute data type - xs:double.
TYPE_DURATION - Static variable in interface com.softwareag.centrasite.appl.framework.types.AttributeDescription
Slot attribute data type - xs:duration.
TYPE_NUMBER - Static variable in interface com.softwareag.centrasite.appl.framework.types.AttributeDescription
Slot attribute data type - xs:integer.
TYPE_STRING - Static variable in interface com.softwareag.centrasite.appl.framework.types.AttributeDescription
Slot attribute data type - xs:string.
TYPE_TIME - Static variable in interface com.softwareag.centrasite.appl.framework.types.AttributeDescription
Slot attribute data type - xs:time.
TYPE_URL - Static variable in interface com.softwareag.centrasite.appl.framework.types.AttributeDescription
Slot attribute data type - xs:anyURI.
TypeDescription - Interface in com.softwareag.centrasite.appl.framework.types
Description of a user defined object type.
TypeDescriptionImpl - Class in com.softwareag.centrasite.appl.framework.types.impl
The implementation class of the TypeDescription.
TypeDescriptionImpl(CentraSiteTypeDescription, Connection, Locale) - Constructor for class com.softwareag.centrasite.appl.framework.types.impl.TypeDescriptionImpl
Creates a TypeDescription using the provided Connection, Locale and CentraSiteTypeDescription.
TypeManager - Interface in com.softwareag.centrasite.appl.framework.types
Interface for working with registry object types and association types.
TypeManagerImpl - Class in com.softwareag.centrasite.appl.framework.types.impl
The implementation class of the TypeManager.
TypeManagerImpl(Connection, Locale) - Constructor for class com.softwareag.centrasite.appl.framework.types.impl.TypeManagerImpl
Creates a TypeManager by using provided Connection and Locale.

U

update(T) - Method in class com.softwareag.centrasite.appl.framework.managers.AbstractManager
 
update(Collection<RegistryBean>) - Method in class com.softwareag.centrasite.appl.framework.managers.AbstractManager
 
update(T) - Method in interface com.softwareag.centrasite.appl.framework.managers.Manager
Updates the bean in the pool by replacing the existing implementation with this one.
update(Collection<RegistryBean>) - Method in interface com.softwareag.centrasite.appl.framework.managers.Manager
Updates a Collection of beans.
update(PersistenceContext, Collection<RegistryBean>) - Method in interface com.softwareag.centrasite.appl.framework.persistence.BatchPersistenceEngine
Deprecated.
use #createOrUpdate(PersistenceContext, Collection)
update(T) - Method in interface com.softwareag.centrasite.appl.framework.persistence.BeanPool
Updates a bean already stored in the BeanPool.
update(Collection<T>) - Method in interface com.softwareag.centrasite.appl.framework.persistence.BeanPool
Updates a Collection of beans already managed by the BeanPool.
update(PersistenceContext, Collection<RegistryBean>) - Method in class com.softwareag.centrasite.appl.framework.persistence.impl.BatchPersistenceEngineImpl
 
update(T) - Method in class com.softwareag.centrasite.appl.framework.persistence.impl.BeanPoolImpl
 
update(Collection<T>) - Method in class com.softwareag.centrasite.appl.framework.persistence.impl.BeanPoolImpl
 
update(PersistenceContext, T) - Method in class com.softwareag.centrasite.appl.framework.persistence.impl.PersistenceEngineImpl
Deprecated.
update(PersistenceContext, T) - Method in interface com.softwareag.centrasite.appl.framework.persistence.PersistenceEngine
updated(RegistryBean, RegistryObject) - Method in interface com.softwareag.centrasite.appl.framework.persistence.mapper.ChangeHandler
Updates the RegistryObject with the values from the RegistryBean.
URIValidator - Interface in com.softwareag.centrasite.appl.framework.beans.standard
An interface that represents the JAXR URIValidator.
UrlAnnotationProcessor - Class in com.softwareag.centrasite.appl.framework.persistence.mapper.annotations.processors
PropertyAnnotationProcessor implementation handling the UrlAttribute annotation.
UrlAnnotationProcessor() - Constructor for class com.softwareag.centrasite.appl.framework.persistence.mapper.annotations.processors.UrlAnnotationProcessor
 
UrlAttribute - Class in com.softwareag.centrasite.appl.framework.mapping
This class represents slot attributes which contain URL values in JAXR.
UrlAttribute() - Constructor for class com.softwareag.centrasite.appl.framework.mapping.UrlAttribute
 
UrlAttribute - Annotation Type in com.softwareag.centrasite.appl.framework.persistence.mapper.annotations
Annotation for mapping the return value of a (getter) method to a URL attribute specified on type level.
User - Interface in com.softwareag.centrasite.appl.framework.beans.standard
A RegistryBean interface that represents the JAXR User.
UserImpl - Class in com.softwareag.centrasite.appl.framework.beans.standard.impl
A RegistryBean implementation that represents the JAXR User.
UserImpl() - Constructor for class com.softwareag.centrasite.appl.framework.beans.standard.impl.UserImpl
 
UtilityManager - Interface in com.softwareag.centrasite.appl.framework.managers
Manager interface providing convenient utility methods.
UtilityManagerImpl - Class in com.softwareag.centrasite.appl.framework.managers
Implementation of the UtilityManager interface.
UtilityManagerImpl() - Constructor for class com.softwareag.centrasite.appl.framework.managers.UtilityManagerImpl
 

V

validate() - Method in class com.softwareag.centrasite.appl.framework.lcm.impl.LCModelImpl
 
validate() - Method in interface com.softwareag.centrasite.appl.framework.lcm.LCModel
Validates this LCModel.
VALUE_TYPE_EMBEDDED_PATH - Static variable in interface com.softwareag.centrasite.appl.framework.beans.standard.ClassificationScheme
 
VALUE_TYPE_EMBEDDED_PATH - Static variable in interface com.softwareag.centrasite.appl.framework.lcm.beans.LCAwareClassificationScheme
 
VALUE_TYPE_NON_UNIQUE - Static variable in interface com.softwareag.centrasite.appl.framework.beans.standard.ClassificationScheme
 
VALUE_TYPE_NON_UNIQUE - Static variable in interface com.softwareag.centrasite.appl.framework.lcm.beans.LCAwareClassificationScheme
 
VALUE_TYPE_UNIQUE - Static variable in interface com.softwareag.centrasite.appl.framework.beans.standard.ClassificationScheme
 
VALUE_TYPE_UNIQUE - Static variable in interface com.softwareag.centrasite.appl.framework.lcm.beans.LCAwareClassificationScheme
 
valueOf(String) - Static method in enum com.softwareag.centrasite.appl.framework.generator.RegistryBeanGenerator.ResultType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.softwareag.centrasite.appl.framework.lcm.LCModelState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.softwareag.centrasite.appl.framework.lcm.LCStateChangeStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.softwareag.centrasite.appl.framework.mapping.CascadeStyle
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.softwareag.centrasite.appl.framework.persistence.BeanMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.softwareag.centrasite.appl.framework.persistence.CacheScope
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.softwareag.centrasite.appl.framework.persistence.impl.RelationInfo.RelationType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.softwareag.centrasite.appl.framework.persistence.mapper.annotations.Association.MappedTo
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.softwareag.centrasite.appl.framework.persistence.mapper.annotations.Classification.MappedTo
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.softwareag.centrasite.appl.framework.persistence.mapper.annotations.Slot.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.softwareag.centrasite.appl.framework.persistence.mapper.annotations.SlotPropertyName
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.softwareag.centrasite.appl.framework.persistence.PersistenceMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.softwareag.centrasite.appl.framework.persistence.search.Operation.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.softwareag.centrasite.appl.framework.types.AttributeType
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.softwareag.centrasite.appl.framework.generator.RegistryBeanGenerator.ResultType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.softwareag.centrasite.appl.framework.lcm.LCModelState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.softwareag.centrasite.appl.framework.lcm.LCStateChangeStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.softwareag.centrasite.appl.framework.mapping.CascadeStyle
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.softwareag.centrasite.appl.framework.persistence.BeanMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.softwareag.centrasite.appl.framework.persistence.CacheScope
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.softwareag.centrasite.appl.framework.persistence.impl.RelationInfo.RelationType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.softwareag.centrasite.appl.framework.persistence.mapper.annotations.Association.MappedTo
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.softwareag.centrasite.appl.framework.persistence.mapper.annotations.Classification.MappedTo
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.softwareag.centrasite.appl.framework.persistence.mapper.annotations.Slot.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.softwareag.centrasite.appl.framework.persistence.mapper.annotations.SlotPropertyName
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.softwareag.centrasite.appl.framework.persistence.PersistenceMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.softwareag.centrasite.appl.framework.persistence.search.Operation.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.softwareag.centrasite.appl.framework.types.AttributeType
Returns an array containing the constants of this enum type, in the order they are declared.
Versionable - Interface in com.softwareag.centrasite.appl.framework.beans.standard
An interface that represents the JAXR Versionable.
VersionCopyMode - Class in com.softwareag.centrasite.appl.framework.persistence.versioning
Defines the supported copy modes.
VersionManager - Interface in com.softwareag.centrasite.appl.framework.persistence.versioning
Version Manager to handle versioning of certain registry beans in CentraSite.
VersionManagerImpl - Class in com.softwareag.centrasite.appl.framework.persistence.versioning.impl
The implementation of the VersionManager.
VersionManagerImpl(JAXRAccessor, ManagedBeanPool) - Constructor for class com.softwareag.centrasite.appl.framework.persistence.versioning.impl.VersionManagerImpl
Construct the Version Manager Implementation.
VersionObjectListener - Interface in com.softwareag.centrasite.appl.framework.persistence.versioning
Interface for the object listener during Versioning.
VersionObjectListenerImpl - Class in com.softwareag.centrasite.appl.framework.persistence.versioning.impl
Implementation for VersionObjectListener.
VersionObjectListenerImpl(JAXRAccessor, InternationalString, String) - Constructor for class com.softwareag.centrasite.appl.framework.persistence.versioning.impl.VersionObjectListenerImpl
Constructor for creating the VersionObjectListenerImpl instance.
A B C D E F G H I J K L M N O P Q R S T U V 
Skip navigation links