A C D E F G H I L M N O P R S T V W

A

add(CMISortCriterion) - Method in class com.sap.tc.cmi.sorting.CMISortCriteriaList
Returns a list of sort criteria where the sort criterion given as parameter is added at the end.
add(int, CMISortCriterion) - Method in class com.sap.tc.cmi.sorting.CMISortCriteriaList
Returns a list of sort criteria where the sort criterion given as parameter is added at the specified index.
add(int, Object) - Method in class com.sap.tc.cmi.util.CMIAbstractObservableList
 
add(Object) - Method in class com.sap.tc.cmi.util.CMIAbstractObservableList
 
addAll(Collection) - Method in class com.sap.tc.cmi.util.CMIAbstractObservableList
 
addAll(int, Collection) - Method in class com.sap.tc.cmi.util.CMIAbstractObservableList
 
addAllSilently(int, Collection) - Method in class com.sap.tc.cmi.util.CMIAbstractObservableList
 
addBackendExecutionTime(String, long) - Static method in class com.sap.tc.cmi.util.CMIThreadContextUtils
Adds the given backend execution time (in milliseconds) to the given group.
addChangeListener(ICMIObservableListChangeListener) - Method in class com.sap.tc.cmi.util.CMIAbstractObservableList
 
addChangeListener(ICMIObservableListChangeListener) - Method in interface com.sap.tc.cmi.util.ICMIObservableList
Registers the given listener.
addRelatedModelObject(String, ICMIModelClass) - Method in interface com.sap.tc.cmi.model.ICMIGenericModelClass
Adds o to the relation role targetRoleName according to the add method in the java.util.Collection interface.
addSilently(int, Object) - Method in class com.sap.tc.cmi.util.CMIAbstractObservableList
 
addSupportedOption(String) - Method in interface com.sap.tc.cmi.metadata.ICMIAbstractInfo
Deprecated. Usually it makes no sense to allow the modification of the set of supported options of a given model implementation. Therefore the possibility to add options has been deprecated and might be removed in the first new NetWeaver release in 2007. Model implementations are free to define their own way of adding options whereas model consumers should either not rely on this feature or must adhere to a model type specific API.
associatedAnnotatedClassInfo() - Method in interface com.sap.tc.cmi.annotations.ICMIAnnotatedClass
 
associatedInputParameterInfo() - Method in interface com.sap.tc.cmi.model.ICMIQuery
Returns the metadata for the model class holding the input parameters or null if no metadata is available
associatedModel() - Method in interface com.sap.tc.cmi.model.ICMIModelClass
Returns the model to which this ModelClass instance is associated.
associatedModelClassInfo() - Method in interface com.sap.tc.cmi.model.ICMIGenericModelClass
Returns the metadata, i.e. an object of type ICMIModelClassInfo, corresponding to this model class.
associatedModelClassInfo() - Method in interface com.sap.tc.cmi.model.ICMIModelClass
Returns the metadata, i.e. an object of type ICMIModelClassInfo, corresponding to this model class.
associatedModelInfo() - Method in interface com.sap.tc.cmi.model.ICMIModel
Returns the modelInfo of this model.
associatedModelObjectCollectionInfo() - Method in interface com.sap.tc.cmi.model.ICMIModelObjectCollection
Returns the ICMIModelObjectCollectionInfo meta data, describing this model collection.
associatedResultInfo() - Method in interface com.sap.tc.cmi.model.ICMIQuery
Returns the metadata for the model object collection holding the query result or null if no such metadata is available

C

CARDINALITY_MANY - Static variable in enum com.sap.tc.cmi.metadata.CMICardinality
Deprecated. since NW05, use CMICardinality.MANY
CARDINALITY_ONE - Static variable in enum com.sap.tc.cmi.metadata.CMICardinality
Deprecated. since NW05, use CMICardinality.ONE
CARDINALITY_ONE_TO_MANY - Static variable in enum com.sap.tc.cmi.metadata.CMICardinality
Deprecated. since NW05, use CMICardinality.ONE_TO_MANY
CARDINALITY_ZERO_TO_ONE - Static variable in enum com.sap.tc.cmi.metadata.CMICardinality
Deprecated. since NW05, use CMICardinality.ZERO_TO_ONE
changeColumnName(String) - Method in class com.sap.tc.cmi.sorting.CMISortByColumn
Returns a new CMISortByColumn instance as copy of this instance where the column name has been changed to columnName.
changeDirection(boolean) - Method in class com.sap.tc.cmi.sorting.CMISortByColumn
Returns a new CMISortByColumn instance as copy of this instance where the reversed sort order flag is changed to reversed.
clear() - Method in class com.sap.tc.cmi.util.CMIAbstractObservableList
 
closeContext(String) - Static method in class com.sap.tc.cmi.util.CMIThreadContextUtils
Deprecated. For Web Dynpro use only, will be moved to a separate class in a separate public part during development of NW NY.
CMIAbstractObservableList - Class in com.sap.tc.cmi.util
Abstract implementation of the ICMIObservableList interface.
CMIAbstractObservableList() - Constructor for class com.sap.tc.cmi.util.CMIAbstractObservableList
Constructor for CMIAbstractObservableList to be called by subclasses.
CMICardinality - Enum in com.sap.tc.cmi.metadata
Describes the cardinality of a relation role.
CMIComparisonRule - Class in com.sap.tc.cmi.sorting
Enumeration of the comparison rules that are available for sorting.
CMIException - Exception in com.sap.tc.cmi.exception
Base class for checked exceptions thrown by methods of the Common Model Interface.
CMIException(String) - Constructor for exception com.sap.tc.cmi.exception.CMIException
Creates an exception with a unparameterized text only.
CMIException(String, Throwable) - Constructor for exception com.sap.tc.cmi.exception.CMIException
Creates an exception with the given (unparameterized) text and cause.
CMIException(Throwable) - Constructor for exception com.sap.tc.cmi.exception.CMIException
Creates an exception with the given cause.
CMIException(String, Object[]) - Constructor for exception com.sap.tc.cmi.exception.CMIException
Creates an exception with the given messageText and text parameters.
CMIException(String, Object[], Throwable) - Constructor for exception com.sap.tc.cmi.exception.CMIException
Creates an exception with the given text, parameters and cause.
CMIIllegalArgumentException - Exception in com.sap.tc.cmi.exception
 
CMIIllegalArgumentException(String) - Constructor for exception com.sap.tc.cmi.exception.CMIIllegalArgumentException
 
CMIIllegalArgumentException(String, Object[], Throwable) - Constructor for exception com.sap.tc.cmi.exception.CMIIllegalArgumentException
 
CMIIllegalSortCriterionException - Exception in com.sap.tc.cmi.sorting
Exception to be thrown by model implementations if a given sort criterion can't be processed.
CMIIllegalSortCriterionException() - Constructor for exception com.sap.tc.cmi.sorting.CMIIllegalSortCriterionException
Deprecated. Use one of the other constructors and provide a reason and a message
CMIIllegalSortCriterionException(int, String) - Constructor for exception com.sap.tc.cmi.sorting.CMIIllegalSortCriterionException
Creates exception with a predefined or model specific reason and a message text
CMIIllegalSortCriterionException(int, String, Object[]) - Constructor for exception com.sap.tc.cmi.sorting.CMIIllegalSortCriterionException
Creates exception with a predefined or model specific reason and a message text with parameters.
CMIMessageLifetime - Enum in com.sap.tc.cmi.messages
Enumeration of the possible lifetimes of a message.
CMIMessageSeverity - Enum in com.sap.tc.cmi.messages
Enumeration of the possible severities of a message.
CMIModelType - Class in com.sap.tc.cmi.metadata
Instances of this Enumeration Class represent the type of a model.
CMIModelType(String) - Constructor for class com.sap.tc.cmi.metadata.CMIModelType
 
CMINoSuchAnnotationException - Exception in com.sap.tc.cmi.annotations
Thrown, if a requested annotation is not supported.
CMINoSuchAnnotationException(String) - Constructor for exception com.sap.tc.cmi.annotations.CMINoSuchAnnotationException
 
CMIObservableListEvent - Class in com.sap.tc.cmi.util
Event object that describes changes in an ICMIObservableList.
CMIObservableListEvent(ICMIObservableList) - Constructor for class com.sap.tc.cmi.util.CMIObservableListEvent
Constructor for CMIObservableListEvent.
CMIObservableListEvent(ICMIObservableList, int, Object, int, int) - Constructor for class com.sap.tc.cmi.util.CMIObservableListEvent
Creates an event object with the given type and parameters for the given source list.
CMIRelationRoleEvent - Class in com.sap.tc.cmi.util
Describes a change in a relation role of an observed model object.
CMIRelationRoleEvent(ICMIObservableModelClass, ICMIRelationRoleInfo, int, Object, Object, int, int) - Constructor for class com.sap.tc.cmi.util.CMIRelationRoleEvent
 
CMIRuntimeException - Exception in com.sap.tc.cmi.exception
Base class for runtime exceptions thrown by methods of the Common Model Interface.
CMIRuntimeException(String) - Constructor for exception com.sap.tc.cmi.exception.CMIRuntimeException
Creates an exception with a unparameterized text only.
CMIRuntimeException(String, Throwable) - Constructor for exception com.sap.tc.cmi.exception.CMIRuntimeException
Creates an exception with the given (unparameterized) text and cause.
CMIRuntimeException(Throwable) - Constructor for exception com.sap.tc.cmi.exception.CMIRuntimeException
Creates an exception with the given cause.
CMIRuntimeException(String, Object[]) - Constructor for exception com.sap.tc.cmi.exception.CMIRuntimeException
Creates an exception with the given messageText and text parameters.
CMIRuntimeException(String, Object[], Throwable) - Constructor for exception com.sap.tc.cmi.exception.CMIRuntimeException
Creates an exception with the given text, parameters and cause.
CMISetting - Class in com.sap.tc.cmi.metadata
Instances of this class represent a setting that the metadata of a model element (like ICMIModelInfo, ICMIModelClassInfo, ICMIModelClassPropertyInfo, ICMIRelationInfo or ICMIRelationRoleInfo) can have.
CMISetting(CMISettingDefinition, String) - Constructor for class com.sap.tc.cmi.metadata.CMISetting
Protected constructor.
CMISettingDefinition - Class in com.sap.tc.cmi.metadata
Instances of this Enumeration Class represent a setting definition that the metadata of a model element (like ICMIModelInfo, ICMIModelClassInfo, ICMIModelClassPropertyInfo, ICMIRelationInfo or ICMIRelationRoleInfo) can have.
CMISettingDefinition(String) - Constructor for class com.sap.tc.cmi.metadata.CMISettingDefinition
Protected constructor.
CMISortByColumn - Class in com.sap.tc.cmi.sorting
Instructs a collection to order its data by the value of a single column.
CMISortByColumn(String) - Constructor for class com.sap.tc.cmi.sorting.CMISortByColumn
Creates a column sort criterion for the column name given.
CMISortByColumn(String, boolean) - Constructor for class com.sap.tc.cmi.sorting.CMISortByColumn
Creates a column sort criterion with the column name and sort order reversal defined by the parameters.
CMISortCriteriaList - Class in com.sap.tc.cmi.sorting
(Complex) sort criterion that consists of a prioritized list of (simpler) SortCriteria.
CMISortCriteriaList(CMISortCriterion[]) - Constructor for class com.sap.tc.cmi.sorting.CMISortCriteriaList
Creates a list of sort criteria from the array sortCriteria where the sort priority is defined by the index of criteria in the array (the sort criterion with index 0 has highest priority).
CMISortCriterion - Class in com.sap.tc.cmi.sorting
Abstract representation of a sort criterion.
CMITextFormat - Enum in com.sap.tc.cmi.texts
Describes the possible format (markup) used in a text string.
CMITextType - Enum in com.sap.tc.cmi.texts
Enumeration of the possible types of a UIText.
CMIThreadContextUtils - Class in com.sap.tc.cmi.util
Provides a primitive data storage (context) that allows different CMI consumers running in the same thread to exchange data without knowing/referencing each other.
COLLECTION_HAS_BEEN_TRUNCATED - Static variable in interface com.sap.tc.cmi.annotations.ICMIAnnotationInfo
Predefined annotation name.
com.sap.tc.cmi.annotations - package com.sap.tc.cmi.annotations
 
com.sap.tc.cmi.exception - package com.sap.tc.cmi.exception
Contains exception classes for exceptions thrown by methods of the Common Model Interface CMI.
com.sap.tc.cmi.messages - package com.sap.tc.cmi.messages
 
com.sap.tc.cmi.metadata - package com.sap.tc.cmi.metadata
Contains interfaces and classes needed to specify the metadata of a model implementing the Common Model Interface CMI.
com.sap.tc.cmi.model - package com.sap.tc.cmi.model
Contains interfaces to be implemented for the data part of a model implementing the Common Model Interface CMI.
com.sap.tc.cmi.sorting - package com.sap.tc.cmi.sorting
Contains interfaces and classes needed to define sorting of model objects in the Common Model Interface CMI.
com.sap.tc.cmi.texts - package com.sap.tc.cmi.texts
 
com.sap.tc.cmi.util - package com.sap.tc.cmi.util
Contains interfaces and classes dealing with change eventing on model objects and collections of model objects as well as support for paging (reading model object collections in pages from a backend system).
complexChange(CMIObservableListEvent) - Method in interface com.sap.tc.cmi.util.ICMIObservableListChangeListener
General callback when an observed list has changed and if none of the more specific callbacks elementAdded, elementReplaced or elementRemoved matches.
complexChange(CMIObservableListEvent) - Method in interface com.sap.tc.cmi.util.ICMIObservableListChangeListener02
General callback when an observed list has changed and if none of the more specific callbacks elementAdded, elementReplaced or elementRemoved matches.
complexRoleChange(CMIRelationRoleEvent) - Method in interface com.sap.tc.cmi.util.ICMIRelationRoleChangeListener
Called when a relation role, that this listener has been registered for, has been changed in way that can not be described by the other events.
CONTIGUOUS_ELEMENTS_ADDED - Static variable in class com.sap.tc.cmi.util.CMIObservableListEvent
Event type used when multiple elements have been added en block to an ICMIObservableList.
CONTIGUOUS_ELEMENTS_ADDED - Static variable in class com.sap.tc.cmi.util.CMIRelationRoleEvent
Event type when multiple elements have been added en block.
CONTIGUOUS_ELEMENTS_REMOVED - Static variable in class com.sap.tc.cmi.util.CMIObservableListEvent
Event type used when multiple elements have been removed en block from an ICMIObservableList.
CONTIGUOUS_ELEMENTS_REMOVED - Static variable in class com.sap.tc.cmi.util.CMIRelationRoleEvent
Event type used when multiple elements have been removed en block from a relation role.
countOf() - Method in interface com.sap.tc.cmi.model.ICMIQuery
Returns the number all matching model objects for the parameterized query independent of the fetch size.
createModelObject(String) - Method in interface com.sap.tc.cmi.model.ICMIModel
Gets an instance of ICMIModelClass within the scope of the current model.
createModelObject(Class) - Method in interface com.sap.tc.cmi.model.ICMIModel
Gets an instance of ICMIModelClass within the scope of the current model If a model is not able to support this method, it must throw an UnsupportedOperationException.

D

deregisterRoleListener(ICMIRelationRoleChangeListener) - Method in interface com.sap.tc.cmi.util.ICMIObservableModelClass
Removes all relation role registrations that existed for the given role listener.
deregisterRoleListener(ICMIRelationRoleChangeListener, ICMIRelationRoleInfo) - Method in interface com.sap.tc.cmi.util.ICMIObservableModelClass
Deregisters a listener from the given relation role.
disposeInstance(ICMIModelClass) - Method in interface com.sap.tc.cmi.model.ICMIModelObjectManager
Remove the given modelObject from the scope of this manager and 'delete' it.

E

ELEMENT_ADDED - Static variable in class com.sap.tc.cmi.util.CMIObservableListEvent
Event type when a single element has been added to an ICMIObservableList.
ELEMENT_ADDED - Static variable in class com.sap.tc.cmi.util.CMIRelationRoleEvent
 
ELEMENT_CHANGED - Static variable in class com.sap.tc.cmi.util.CMIObservableListEvent
Event type when a single element has been replaced in an ICMIObservableList.
ELEMENT_CHANGED - Static variable in class com.sap.tc.cmi.util.CMIRelationRoleEvent
Deprecated. use ELEMENT_REPLACED instead
ELEMENT_REMOVED - Static variable in class com.sap.tc.cmi.util.CMIObservableListEvent
Event type used when a single element has been removed from an ICMIObservableList.
ELEMENT_REMOVED - Static variable in class com.sap.tc.cmi.util.CMIRelationRoleEvent
 
ELEMENT_REPLACED - Static variable in class com.sap.tc.cmi.util.CMIRelationRoleEvent
 
elementAdded(CMIObservableListEvent) - Method in interface com.sap.tc.cmi.util.ICMIObservableListChangeListener
Callback when a single element has been added to an observed list.
elementChanged(CMIObservableListEvent) - Method in interface com.sap.tc.cmi.util.ICMIObservableListChangeListener
Callback when a single element has been replaced in an observed list.
elementRemoved(CMIObservableListEvent) - Method in interface com.sap.tc.cmi.util.ICMIObservableListChangeListener
Callback when a single element has been removed from an observed list.
ELEMENTS_REORDERED - Static variable in class com.sap.tc.cmi.util.CMIObservableListEvent
Event type used when the elements in the list have been reordered, but not manipulated (no adds, removes, replacements).
ELEMENTS_REORDERED - Static variable in class com.sap.tc.cmi.util.CMIRelationRoleEvent
Event type when the order of the elements in the relation role changed, but the set of elements did not change (no adds, removes, replacements).
ENABLED - Static variable in interface com.sap.tc.cmi.annotations.ICMIAnnotationInfo
Predefined annotation name.
equals(Object) - Method in class com.sap.tc.cmi.sorting.CMISortByColumn
 
equals(CMISortByColumn) - Method in class com.sap.tc.cmi.sorting.CMISortByColumn
 
equals(Object) - Method in class com.sap.tc.cmi.sorting.CMISortCriteriaList
 
equals(CMISortCriteriaList) - Method in class com.sap.tc.cmi.sorting.CMISortCriteriaList
 
execute() - Method in interface com.sap.tc.cmi.model.ICMIModelClassExecutable
Executes the executable.
execute() - Method in interface com.sap.tc.cmi.model.ICMIQuery
Executes the query.

F

finallyLocalize() - Method in exception com.sap.tc.cmi.exception.CMIIllegalArgumentException
 
finallyLocalize(Locale, TimeZone) - Method in exception com.sap.tc.cmi.exception.CMIIllegalArgumentException
 
finallyLocalize(Locale) - Method in exception com.sap.tc.cmi.exception.CMIIllegalArgumentException
 
finallyLocalize(TimeZone) - Method in exception com.sap.tc.cmi.exception.CMIIllegalArgumentException
 
findByTranslationTextType(String) - Static method in enum com.sap.tc.cmi.texts.CMITextType
Searches for a CMITextType that matches the given name of translation text type.
fireComplexChange(int, int, int) - Method in class com.sap.tc.cmi.util.CMIAbstractObservableList
fire a complex change event of the given type
fireElementAdded(Object, int) - Method in class com.sap.tc.cmi.util.CMIAbstractObservableList
fire an element added event for the given element and index
fireElementChanged(Object, int) - Method in class com.sap.tc.cmi.util.CMIAbstractObservableList
fire an element changed event for the given element and index
fireElementRemoved(Object, int) - Method in class com.sap.tc.cmi.util.CMIAbstractObservableList
fire an element removed event for the given element and index
FIRST_MODEL_DEFINED_EVENT_TYPE - Static variable in class com.sap.tc.cmi.util.CMIObservableListEvent
Smallest integer that model implementations may use to define their own event types.
FIRST_MODEL_DEFINED_EVENT_TYPE - Static variable in class com.sap.tc.cmi.util.CMIRelationRoleEvent
Smallest integer that model implementations may use to define their own event types.
FIRST_MODEL_DEFINED_REASON - Static variable in exception com.sap.tc.cmi.sorting.CMIIllegalSortCriterionException
 

G

getAnnotationInfo(String) - Method in interface com.sap.tc.cmi.annotations.ICMIAnnotatedClassInfo
Note: metadata should not throw exceptions if requested information is not available.
getAnnotationInfos() - Method in interface com.sap.tc.cmi.annotations.ICMIAnnotatedClassInfo
 
getAnnotationValue(String) - Method in interface com.sap.tc.cmi.annotations.ICMIAnnotationProvider
 
getAnnotationValueForAttribute(String, String) - Method in interface com.sap.tc.cmi.annotations.ICMIClassAnnotationProvider
Retrieves the value of the annotation annotationName that is associated with the attribute attributeName.
getAnnotationValueForAttribute(String, String[], String) - Method in interface com.sap.tc.cmi.annotations.ICMIClassAnnotationProvider
Retrieves the value of the annotation annotationName that is associated with the component componentPath of the attribute attributeName.
getAnnotationValueForTargetRole(String, String) - Method in interface com.sap.tc.cmi.annotations.ICMIClassAnnotationProvider
Retrieves the value of the annotation annotationName that is associated with the relation role target targetRoleName.
getAttributeAnnotationInfo(String, String) - Method in interface com.sap.tc.cmi.annotations.ICMIAnnotatedClassInfo
Note: metadata should not throw exceptions if requested information is not available.
getAttributeAnnotationInfo(String, String[], String) - Method in interface com.sap.tc.cmi.annotations.ICMIAnnotatedClassInfo
 
getAttributeAnnotationInfos(String) - Method in interface com.sap.tc.cmi.annotations.ICMIAnnotatedClassInfo
 
getAttributeAnnotationInfos(String, String[]) - Method in interface com.sap.tc.cmi.annotations.ICMIAnnotatedClassInfo
 
getAttributeValue(String) - Method in interface com.sap.tc.cmi.model.ICMIGenericModelClass
Returns the value of the attribute with the given name as an Object.
getAvailableTextTypes() - Method in interface com.sap.tc.cmi.texts.ICMITextProvider
Returns the set of text types that this provider can provide.
getAvailableTextTypes(String[]) - Method in interface com.sap.tc.cmi.texts.ICMITextProvider
Returns the set of text types that this provider can provide.
getCardinality() - Method in interface com.sap.tc.cmi.metadata.ICMIRelationRoleInfo
Returns the cardinality of this role as one of the enum values defined by CMICardinality.
getCause() - Method in exception com.sap.tc.cmi.exception.CMIIllegalArgumentException
 
getChangeType() - Method in class com.sap.tc.cmi.util.CMIObservableListEvent
Returns the type of this event.
getChangeType() - Method in class com.sap.tc.cmi.util.CMIRelationRoleEvent
 
getColumnName() - Method in class com.sap.tc.cmi.sorting.CMISortByColumn
Get the column name of this sort criterion.
getComparisonRule() - Method in class com.sap.tc.cmi.sorting.CMISortByColumn
Get the comparison rule of this sort criterion.
getCriterion(int) - Method in class com.sap.tc.cmi.sorting.CMISortCriteriaList
Returns the sort criterion with the given index.
getDataType() - Method in interface com.sap.tc.cmi.metadata.ICMIModelClassPropertyInfo
Returns the IDataType of the property or null, if there is none.
getElement() - Method in class com.sap.tc.cmi.util.CMIObservableListEvent
Returns the element that is directly affected by the reported change.
getElement() - Method in class com.sap.tc.cmi.util.CMIRelationRoleEvent
Deprecated. Use getOldElement() for ELEMENT_REMOVED or ELEMENT_REPLACED and use getNewElement() for ELEMENT_ADDED instead. As this method was only visible internally, it will be removed before the end of NW Paris MIT.
getElementModelClassInfo() - Method in interface com.sap.tc.cmi.metadata.ICMIModelObjectCollectionInfo
Returns meta info that describes the elements of the collection.
getFormatOfLongText() - Method in interface com.sap.tc.cmi.messages.ICMIMessage02
Format of the text returned by getLongText() or null if no long text exists.
getFromIndex() - Method in class com.sap.tc.cmi.util.CMIObservableListEvent
Returns the first index in the source list that is directly affected by the reported change.
getFromIndex() - Method in class com.sap.tc.cmi.util.CMIRelationRoleEvent
 
getGroupedBackendExecutionTimes() - Static method in class com.sap.tc.cmi.util.CMIThreadContextUtils
Returns an unmodifiable map with the currently known model execution times.
getInputParameter() - Method in interface com.sap.tc.cmi.model.ICMIQuery
Returns the model object which holds the query input parameters or null if the query doesn't support parameters.
getLifetime() - Method in interface com.sap.tc.cmi.messages.ICMIMessage
Lifetime of this message as described by CMIMessageLifetime.
getLocalizableMessage() - Method in exception com.sap.tc.cmi.exception.CMIIllegalArgumentException
 
getLocalizedMessage() - Method in exception com.sap.tc.cmi.exception.CMIIllegalArgumentException
 
getLocalizedMessage(Locale, TimeZone) - Method in exception com.sap.tc.cmi.exception.CMIIllegalArgumentException
 
getLocalizedMessage(Locale) - Method in exception com.sap.tc.cmi.exception.CMIIllegalArgumentException
 
getLocalizedMessage(TimeZone) - Method in exception com.sap.tc.cmi.exception.CMIIllegalArgumentException
 
getLongText() - Method in interface com.sap.tc.cmi.messages.ICMIMessage02
Longer (more descriptive) version of the message text in a default locale.
getMessage(int) - Method in interface com.sap.tc.cmi.messages.ICMIMessageList
 
getMessageKey() - Method in interface com.sap.tc.cmi.messages.ICMIMessage
Returns a key for the (unparameterized) text of message (optional information).
getMessages() - Method in interface com.sap.tc.cmi.messages.ICMIMessageProvider
Returns a list of all messages currently known to this provider.
getMessagesRelatedToObject(ICMIModelClass) - Method in interface com.sap.tc.cmi.messages.ICMIMessageProvider
 
getMessagesRelatedToObjectAndProperty(ICMIModelClass, String) - Method in interface com.sap.tc.cmi.messages.ICMIMessageProvider
Deprecated. don't use. Will be removed after AP4.
getMessagesRelatedToObjectAndProperty(Object, String) - Method in interface com.sap.tc.cmi.messages.ICMIMessageProvider
 
getMessagesRelatedToObjectAndProperty(ICMIModelClass, ICMIModelClassPropertyInfo) - Method in interface com.sap.tc.cmi.messages.ICMIMessageProvider
 
getModelClassInfo() - Method in interface com.sap.tc.cmi.metadata.ICMIModelClassPropertyInfo
Returns the metadata of the model class to which this property belongs.
getModelClassInfo(String) - Method in interface com.sap.tc.cmi.metadata.ICMIModelInfo
Returns the model class infos for the model class with the given (full qualified) name.
getModelClassInfo() - Method in interface com.sap.tc.cmi.metadata.ICMIRelationRoleInfo
Returns the model class info of the model class, to which the role belongs.
getModelClassInfos() - Method in interface com.sap.tc.cmi.metadata.ICMIModelInfo
Returns a collection of all model class infos of this model.
getModelInfo() - Method in interface com.sap.tc.cmi.metadata.ICMIModelClassInfo
Returns the metadata of the model to which the class belongs.
getModelInfo() - Method in interface com.sap.tc.cmi.metadata.ICMIRelationInfo
Returns the model info of the model to which this relation belongs.
getModelRelationInfo(String) - Method in interface com.sap.tc.cmi.metadata.ICMIModelInfo
Returns a collection of all model class relation infos with the given name or null, if the model implementation doesn't support relation infos.
getModelRelationInfo() - Method in interface com.sap.tc.cmi.metadata.ICMIRelationRoleInfo
Returns the corresponding relation info or null, if this method is not supported.
getModelRelationInfos() - Method in interface com.sap.tc.cmi.metadata.ICMIModelInfo
Returns a collection of all model class relation infos or null, if the model implementation doesn't support relation infos.
getModelType() - Method in interface com.sap.tc.cmi.metadata.ICMIModelInfo
Returns the model type of the model according to the defined TYPE_... constants.
getMOManager(ICMIModelClassInfo) - Method in interface com.sap.tc.cmi.model.ICMIModel02
Returns a MOManager for the given model class.
getMOManager() - Method in interface com.sap.tc.cmi.model.ICMIModelObjectCollection02
Returns a model object manager for elements in this collection or null if this collection doesn't support model object managers.
getMOManagerForRole(String) - Method in interface com.sap.tc.cmi.model.ICMIGenericModelClass02
Returns a model object manager for the given target role or null, if a model object manager is not supported for that role.
getName() - Method in interface com.sap.tc.cmi.annotations.ICMIAnnotationInfo
Retuns the name of this annotation.
getName() - Method in interface com.sap.tc.cmi.metadata.ICMIAbstractInfo
Returns the name of the metadata entity.
getName() - Method in interface com.sap.tc.cmi.metadata.ICMIModelClassInfo
Returns the name of the model class.
getNestedLocalizedMessage() - Method in exception com.sap.tc.cmi.exception.CMIIllegalArgumentException
 
getNestedLocalizedMessage(Locale, TimeZone) - Method in exception com.sap.tc.cmi.exception.CMIIllegalArgumentException
 
getNestedLocalizedMessage(Locale) - Method in exception com.sap.tc.cmi.exception.CMIIllegalArgumentException
 
getNestedLocalizedMessage(TimeZone) - Method in exception com.sap.tc.cmi.exception.CMIIllegalArgumentException
 
getNestedStackTraceString() - Method in exception com.sap.tc.cmi.exception.CMIIllegalArgumentException
 
getNewElement() - Method in class com.sap.tc.cmi.util.CMIRelationRoleEvent
 
getObservableList() - Method in class com.sap.tc.cmi.util.CMIObservableListEvent
Returns the observable list that is the source of this event.
getObservableModelClass() - Method in class com.sap.tc.cmi.util.CMIRelationRoleEvent
 
getOldElement() - Method in class com.sap.tc.cmi.util.CMIRelationRoleEvent
 
getOtherRoleInfo() - Method in interface com.sap.tc.cmi.metadata.ICMIRelationRoleInfo
Returns the other role.
getParameters() - Method in exception com.sap.tc.cmi.exception.CMIException
Returns the array of parameters that are part of the message text or null if there are no parameters.
getParameters() - Method in exception com.sap.tc.cmi.exception.CMIRuntimeException
Returns the array of parameters that are part of the message text or null if there are no parameters.
getParameters() - Method in interface com.sap.tc.cmi.messages.ICMIMessage
 
getParent() - Method in interface com.sap.tc.cmi.messages.ICMIMessageProvider
Returns the parent of this message provider or null if this provider has no parent.
getPropertyInfo(String) - Method in interface com.sap.tc.cmi.metadata.ICMIModelClassInfo
Returns the property metadata of the model class for the property with the given name.
getPropertyInfos() - Method in interface com.sap.tc.cmi.metadata.ICMIModelClassInfo
Returns a collection of all properties of the class.
getReason() - Method in exception com.sap.tc.cmi.sorting.CMIIllegalSortCriterionException
Returns the reason for this exception as one of the ILLEGAL_* constants in this class.
getRelatedModelClassInfo(String) - Method in interface com.sap.tc.cmi.metadata.ICMIModelClassInfo
Convenience method which returns the metadata for the model class to which this model class is related via a relation, where the relation is determined through the named target role of this model class.
getRelatedModelObject(String) - Method in interface com.sap.tc.cmi.model.ICMIGenericModelClass
Returns null or the appropriate object of type ICMIModelClass according to the relation role in targetRoleName, which must have the cardinality 1 or 0..1.
getRelatedModelObjects(String) - Method in interface com.sap.tc.cmi.model.ICMIGenericModelClass
Returns the appropriate collection of objects of type ICMIModelClass according to the relation role in targetRoleName, which must have the cardinality * or 1..*.
getRelatedModelObjects(String, CMISortCriterion) - Method in interface com.sap.tc.cmi.model.ICMIGenericModelClass02
Returns the objects associated via the given relation, sorted by the given criteria.
getRelationRoleInfo() - Method in class com.sap.tc.cmi.util.CMIRelationRoleEvent
 
getResult() - Method in interface com.sap.tc.cmi.model.ICMIQuery
Returns the collection which matches the query.
getRoleInfos() - Method in interface com.sap.tc.cmi.metadata.ICMIRelationInfo
Returns a collection with the role infos of two relation roles which belong to the relation.
getSetting(CMISettingDefinition) - Method in interface com.sap.tc.cmi.metadata.ICMIAbstractInfo
Returns the setting of the given settingDef.
getSettingDefinition() - Method in class com.sap.tc.cmi.metadata.CMISetting
Returns the CMISettingDefinition.
getSettings() - Method in interface com.sap.tc.cmi.metadata.ICMIAbstractInfo
Returns a map with all actual settings.
getSeverity() - Method in interface com.sap.tc.cmi.messages.ICMIMessage
Severity of this message as described by CMIMessageSeverity.
getSortCriterion() - Method in interface com.sap.tc.cmi.sorting.ICMISortable
Returns the sort criterion that describes the current sort order of the data provided by this ICMISortable.
getSourceRoleInfos() - Method in interface com.sap.tc.cmi.metadata.ICMIModelClassInfo
Returns a collection of all source roles of the class.
getStackTraceString() - Method in exception com.sap.tc.cmi.exception.CMIIllegalArgumentException
 
getStaticAnnotations() - Method in interface com.sap.tc.cmi.annotations.ICMIAnnotatedClassInfo
 
getStructureType() - Method in interface com.sap.tc.cmi.metadata.ICMIModelClassInfo
Returns the Java DDIC IStructure of the model class info.
getSystemStackTraceString() - Method in exception com.sap.tc.cmi.exception.CMIIllegalArgumentException
 
getTargetRoleAnnotationInfo(String, String) - Method in interface com.sap.tc.cmi.annotations.ICMIAnnotatedClassInfo
Note: metadata should not throw exceptions if requested information is not available.
getTargetRoleAnnotationInfos(String) - Method in interface com.sap.tc.cmi.annotations.ICMIAnnotatedClassInfo
 
getTargetRoleInfo(String) - Method in interface com.sap.tc.cmi.metadata.ICMIModelClassInfo
Returns the metadata for the target role with the given name.
getText() - Method in interface com.sap.tc.cmi.messages.ICMIMessage
Returns the text part of this message.
getText(Locale, TimeZone) - Method in interface com.sap.tc.cmi.messages.ICMIMessage
Expanded text for this message in the given locale and formatted for the given timezone (optional operation).
getText(CMITextType, Locale, TimeZone) - Method in interface com.sap.tc.cmi.texts.ICMITextProvider
Returns UI text of the given text type, suitable for the given locale and timezone.
getText(CMITextType) - Method in interface com.sap.tc.cmi.texts.ICMITextProvider
Returns UI text of the given text type, suitable for the given locale and timezone.
getText(String[], CMITextType, Locale, TimeZone) - Method in interface com.sap.tc.cmi.texts.ICMITextProvider
Returns UI text of the given text type, suitable for the given locale and timezone.
getText(String[], CMITextType) - Method in interface com.sap.tc.cmi.texts.ICMITextProvider
Returns UI text of the given text type, suitable for the given locale and timezone.
getTextPattern() - Method in interface com.sap.tc.cmi.messages.ICMIMessage
 
getToIndex() - Method in class com.sap.tc.cmi.util.CMIObservableListEvent
Returns the last index in the source list that is directly affected by the reported change.
getToIndex() - Method in class com.sap.tc.cmi.util.CMIRelationRoleEvent
 
getTotalBackendExecutionTime() - Static method in class com.sap.tc.cmi.util.CMIThreadContextUtils
Returns the sum of all recorded backend execution times in all groups.
getTranslationTextType() - Method in enum com.sap.tc.cmi.texts.CMITextType
Returns the name of the best matching technical text type as used by the transalation.
getType() - Method in interface com.sap.tc.cmi.annotations.ICMIAnnotationInfo
Returns the type of this annotation.
getValue() - Method in class com.sap.tc.cmi.metadata.CMISetting
Returns the value of the CMISetting.
getValueSet(String) - Method in interface com.sap.tc.cmi.util.ICMIValueSetProvider
Returns a value set for the given attribute or null if not available.
getValueSet(String, String[]) - Method in interface com.sap.tc.cmi.util.ICMIValueSetProvider
Returns a value set for the given property or null if not available.

H

hashCode() - Method in class com.sap.tc.cmi.sorting.CMISortByColumn
 
hashCode() - Method in class com.sap.tc.cmi.sorting.CMISortCriteriaList
 

I

ICMIAbstractInfo - Interface in com.sap.tc.cmi.metadata
Represents an common super interface for runtime meta data of a model element.
ICMIAnnotatedClass - Interface in com.sap.tc.cmi.annotations
A class with annotations (either on class level, or for attributes or for target roles or any combination thereof).
ICMIAnnotatedClassInfo - Interface in com.sap.tc.cmi.annotations
Additional metadata for an annotated class.
ICMIAnnotationInfo - Interface in com.sap.tc.cmi.annotations
Metadata for an annotation.
ICMIAnnotationProvider - Interface in com.sap.tc.cmi.annotations
General contract for any annotation provider.
ICMIClassAnnotationProvider - Interface in com.sap.tc.cmi.annotations
Specialized annotation provider that associates annotations with attributes and/or relation target roles.
ICMIGenericModelClass - Interface in com.sap.tc.cmi.model
Interface for a generic model class.
ICMIGenericModelClass02 - Interface in com.sap.tc.cmi.model
Extended version of ICMIGenericModelClass that provides sorted access to relations and access to relation role specific model object managers.
ICMIListIterator - Interface in com.sap.tc.cmi.util
Lightweight version of an list iterator.
ICMIMessage - Interface in com.sap.tc.cmi.messages
A text provided by a model and intended to be displayed to an end user.
ICMIMessage02 - Interface in com.sap.tc.cmi.messages
Enhanced message that also supports a (potentially formatted) long text.
ICMIMessageList - Interface in com.sap.tc.cmi.messages
 
ICMIMessageProvider - Interface in com.sap.tc.cmi.messages
Provides model messages to a model consumer If an ICMIMessageProvider does not retrieve ALL messages, but defines a subscope, then it must reference a @{link #getParent() parent provider}, which is of a more global scope.
ICMIModel - Interface in com.sap.tc.cmi.model
Manages and contains all Model classes, which together form a Common Model.
ICMIModel02 - Interface in com.sap.tc.cmi.model
Extended version of ICMIModel that provides class specific model object managers.
ICMIModelClass - Interface in com.sap.tc.cmi.model
Represents a Model class in a Model.
ICMIModelClassExecutable - Interface in com.sap.tc.cmi.model
Allows access to some executable behavior of model classes.
ICMIModelClassInfo - Interface in com.sap.tc.cmi.metadata
Represents the metadata of a model class at runtime.
ICMIModelClassPropertyInfo - Interface in com.sap.tc.cmi.metadata
Represents the metadata of a model class property at runtime.
ICMIModelClassWrapper - Interface in com.sap.tc.cmi.model
Common interface for types that wrap a model class (and usually delegate to it).
ICMIModelInfo - Interface in com.sap.tc.cmi.metadata
Represents the root of runtime meta data of a CMI model This type can be called, extended or implemented by applications or frameworks using CMI.
ICMIModelObjectCollection - Interface in com.sap.tc.cmi.model
Represents a collection of instances of model classes in a model.
ICMIModelObjectCollection02 - Interface in com.sap.tc.cmi.model
Extended version of ICMIModelObjectCollection that provides access to a collection specific model object manager.
ICMIModelObjectCollectionInfo - Interface in com.sap.tc.cmi.metadata
Metadata of an ICMIModelObjectCollection at runtime.
ICMIModelObjectManager - Interface in com.sap.tc.cmi.model
Allows creation and deletion of objects in a specific scope.
ICMIModificationCount - Interface in com.sap.tc.cmi.util
Interface for classes which support tracking of modifications.
ICMIObservableList - Interface in com.sap.tc.cmi.util
List that informs about changes.
ICMIObservableListChangeListener - Interface in com.sap.tc.cmi.util
Methods that a listener must implement to be informed about changes in an ICMIObservableList.
ICMIObservableListChangeListener02 - Interface in com.sap.tc.cmi.util
Duplicate of ICMIObservableListChangeListener with a revised contract.
ICMIObservableModelClass - Interface in com.sap.tc.cmi.util
Interface for model classes that can notify registered listeners about changes.
ICMIPageableList - Interface in com.sap.tc.cmi.util
Contract for a list implementation that not necessarily keeps all its elements in memory.
ICMIQuery - Interface in com.sap.tc.cmi.model
Represents a query in a Model.
ICMIRelationInfo - Interface in com.sap.tc.cmi.metadata
Represents the metadata of a model relation at runtime.
ICMIRelationRoleChangeListener - Interface in com.sap.tc.cmi.util
Listener interface for model consumers that want to be notified about changes in a relation role of an ICMIObservableModelClass.
ICMIRelationRoleInfo - Interface in com.sap.tc.cmi.metadata
Represents the metadata of a model relation role at runtime.
ICMISortable - Interface in com.sap.tc.cmi.sorting
Interface marking a model object collection ICMIModelObjectCollection02 or ICMIQuery as sortable.
ICMISortableQuery - Interface in com.sap.tc.cmi.sorting
Composite interface that represents a query with a sortable result.
ICMITextProvider - Interface in com.sap.tc.cmi.texts
Provides static texts for UI scenarios, like captions, field labels, table columns etc.
ICMIValueSetProvider - Interface in com.sap.tc.cmi.util
Provides access to dynamic value sets; this is only a preliminary version of the interface and will most probably change after AP4.
ICMIValueSetProvider02 - Interface in com.sap.tc.cmi.util
Identifies value sets as dynamic value sets.
ICMIWrappableModelClass - Interface in com.sap.tc.cmi.model
Interface for model classes that are prepared to be wrapped by some technology specific wrapper.
ILLEGAL_COLUMN_NAME - Static variable in exception com.sap.tc.cmi.sorting.CMIIllegalSortCriterionException
 
ILLEGAL_COMPARISON_RULE - Static variable in exception com.sap.tc.cmi.sorting.CMIIllegalSortCriterionException
 
ILLEGAL_SORT_CRITERION_TYPE - Static variable in exception com.sap.tc.cmi.sorting.CMIIllegalSortCriterionException
 
initCause(Throwable) - Method in exception com.sap.tc.cmi.exception.CMIIllegalArgumentException
 
isAggregation() - Method in interface com.sap.tc.cmi.metadata.ICMIRelationRoleInfo
Returns true, if this role is an aggregating role.
isDirty() - Method in interface com.sap.tc.cmi.model.ICMIQuery
Returns true if the query is not yet executed or the result is not consistent with input parameters any more and false otherwise.
isEmpty() - Method in interface com.sap.tc.cmi.messages.ICMIMessageList
 
isGeneric() - Method in interface com.sap.tc.cmi.metadata.ICMIModelClassInfo
Returns true, if the class that is described by this meta data, implements ICMIGenericModelClass and thereby provides generic access to properties and relation roles.
isMandatory() - Method in enum com.sap.tc.cmi.metadata.CMICardinality
Returns true, if the cardinality is 1 or 1
isMessageRelatedToObject(ICMIMessage, ICMIModelClass) - Method in interface com.sap.tc.cmi.messages.ICMIMessageProvider
 
isMessageRelatedToObject(ICMIMessage, Object) - Method in interface com.sap.tc.cmi.messages.ICMIMessageProvider
Returns true, if the given message is handled by this provider (or one of its children) and if the message is related to the given object.
isMessageRelatedToObjectAndProperty(ICMIMessage, ICMIModelClass, String) - Method in interface com.sap.tc.cmi.messages.ICMIMessageProvider
Deprecated. don't use. Will be removed after AP4
isMessageRelatedToObjectAndProperty(ICMIMessage, Object, String) - Method in interface com.sap.tc.cmi.messages.ICMIMessageProvider
Returns true, if the given message is handled by this provider (or one of its children) and if the message is related to the given object and property.
isMessageRelatedToObjectAndProperty(ICMIMessage, ICMIModelClass, ICMIModelClassPropertyInfo) - Method in interface com.sap.tc.cmi.messages.ICMIMessageProvider
Returns true, if the given message is handled by this provider (or one of its children) and if the message is related to the given object and property.
isMultiple() - Method in enum com.sap.tc.cmi.metadata.CMICardinality
Returns true, if the cardinality is * or 1
isNavigable() - Method in interface com.sap.tc.cmi.metadata.ICMIRelationRoleInfo
Returns true, if this role is navigable.
isObjectRelated() - Method in interface com.sap.tc.cmi.messages.ICMIMessage
Indicates whether at least one of the message providers containing this message can relate it to a model object.
isProcessed() - Method in interface com.sap.tc.cmi.messages.ICMIMessage
Whether or not the message already has been processed (displayed).
isReadOnly() - Method in interface com.sap.tc.cmi.metadata.ICMIModelClassPropertyInfo
Returns true, if the property is read only and can not be modified at runtime through the means of the CMI.
isReadOnly() - Method in interface com.sap.tc.cmi.metadata.ICMIRelationRoleInfo
Returns true, if this role is read only and can't be modified at runtime by an application or by the framework.
isReversed() - Method in class com.sap.tc.cmi.sorting.CMISortByColumn
Get the flag for reversed sort order for this sort criterion.
isStatic() - Method in interface com.sap.tc.cmi.annotations.ICMIAnnotationInfo
Whether the annotation is static (equal for all instances) or not (value depends on time and model class instance).
isValueSetDynamic(String) - Method in interface com.sap.tc.cmi.util.ICMIValueSetProvider02
Returns true, if the value set for the given attribute depends on the point in time when this method is called.
isValueSetDynamic(String, String[]) - Method in interface com.sap.tc.cmi.util.ICMIValueSetProvider02
Returns true, if the value set for the given component of the given attribute depends on he point in time when this method is called.
iterateModelClassInfos() - Method in interface com.sap.tc.cmi.metadata.ICMIModelInfo
Returns an iterator over all model class infos of this model.
iterateModelRelationInfos() - Method in interface com.sap.tc.cmi.metadata.ICMIModelInfo
Returns an iterator over all model class relation infos or null, if the model implementation doesn't support relation infos.
iteratePropertyInfos() - Method in interface com.sap.tc.cmi.metadata.ICMIModelClassInfo
Returns an iterator over all properties of the classes.
iterateSourceRoleInfos() - Method in interface com.sap.tc.cmi.metadata.ICMIModelClassInfo
Returns an iterator over all source roles of the class.

L

LIST_CLEARED - Static variable in class com.sap.tc.cmi.util.CMIObservableListEvent
Event type used when an ICMIObservableList has been cleared.
log() - Method in exception com.sap.tc.cmi.exception.CMIIllegalArgumentException
 

M

MANDATORY - Static variable in interface com.sap.tc.cmi.annotations.ICMIAnnotationInfo
Predefined annotation name.
markAsProcessed() - Method in interface com.sap.tc.cmi.messages.ICMIMessage
Marks this message as processed, so that future calls of ICMIMessage.isProcessed() return true.
modCount() - Method in interface com.sap.tc.cmi.util.ICMIModificationCount
Returns the current state of the modification counter.
MODEL_DEFINED - Static variable in class com.sap.tc.cmi.sorting.CMIComparisonRule
Sort order is defined by the model implementation.
MULTIPLE_ELEMENTS_REMOVED - Static variable in class com.sap.tc.cmi.util.CMIObservableListEvent
Event type used when multiple elements have been removed from an ICMIObservableList at not necessarily contiguous positions.
MULTIPLE_ELEMENTS_REMOVED - Static variable in class com.sap.tc.cmi.util.CMIRelationRoleEvent
Event type when multiple elements have been removed at not necessarily contiguous positions.

N

name() - Method in class com.sap.tc.cmi.sorting.CMIComparisonRule
Returns the name of this comparison rule.
newInstance() - Method in interface com.sap.tc.cmi.model.ICMIModelObjectManager
Create a new model object and add it to the scope represented by this manager.
nextIndex() - Method in interface com.sap.tc.cmi.util.ICMIListIterator
Returns the index of the next element (if any).
NO_PARAMETERS - Static variable in interface com.sap.tc.cmi.messages.ICMIMessage
 
NO_TEXT_TYPES - Static variable in enum com.sap.tc.cmi.texts.CMITextType
 
NONE - Static variable in interface com.sap.tc.cmi.annotations.ICMIAnnotationInfo
Empty array of annotation infos.
NONE - Static variable in class com.sap.tc.cmi.sorting.CMISortCriterion
 

O

objectAddedToRole(CMIRelationRoleEvent) - Method in interface com.sap.tc.cmi.util.ICMIRelationRoleChangeListener
Called when a single object has been added to a relation role that this listener has been registered for.
objectRemovedFromRole(CMIRelationRoleEvent) - Method in interface com.sap.tc.cmi.util.ICMIRelationRoleChangeListener
Called when a single object has been removed from a relation role that this listener has been registered for.
objectReplacedInRole(CMIRelationRoleEvent) - Method in interface com.sap.tc.cmi.util.ICMIRelationRoleChangeListener
Called when a single object has been replaced in a relation role that this listener has been registered for.
openContext() - Static method in class com.sap.tc.cmi.util.CMIThreadContextUtils
Deprecated. For Web Dynpro use only, will be moved to a separate class in a separate public part during development of NW NY.
ORIGINAL_COLLECTION_SIZE - Static variable in interface com.sap.tc.cmi.annotations.ICMIAnnotationInfo
Predefined annotation name.

P

preparedElements() - Method in interface com.sap.tc.cmi.util.ICMIPageableList
Returns an iterator over all currently prepared elements.
prepareElements(int, int) - Method in interface com.sap.tc.cmi.util.ICMIPageableList
Notifies the pageable list about a range of elements that will be accessed in the (near) future.
printStackTrace() - Method in exception com.sap.tc.cmi.exception.CMIIllegalArgumentException
 
printStackTrace(PrintStream) - Method in exception com.sap.tc.cmi.exception.CMIIllegalArgumentException
 
printStackTrace(PrintWriter) - Method in exception com.sap.tc.cmi.exception.CMIIllegalArgumentException
 

R

READ_ONLY - Static variable in interface com.sap.tc.cmi.annotations.ICMIAnnotationInfo
Predefined annotation name.
registerRoleListener(ICMIRelationRoleChangeListener) - Method in interface com.sap.tc.cmi.util.ICMIObservableModelClass
Registers a relation role change listener for all roles of this model class.
registerRoleListener(ICMIRelationRoleChangeListener, ICMIRelationRoleInfo) - Method in interface com.sap.tc.cmi.util.ICMIObservableModelClass
Registers a listener for the given relation role.
remove(int) - Method in class com.sap.tc.cmi.sorting.CMISortCriteriaList
Returns a list of sort criteria where the sort criterion at the specified index is removed.
remove(int) - Method in class com.sap.tc.cmi.util.CMIAbstractObservableList
 
remove(Object) - Method in class com.sap.tc.cmi.util.CMIAbstractObservableList
 
removeAll(Collection) - Method in class com.sap.tc.cmi.util.CMIAbstractObservableList
 
removeChangeListener(ICMIObservableListChangeListener) - Method in class com.sap.tc.cmi.util.CMIAbstractObservableList
 
removeChangeListener(ICMIObservableListChangeListener) - Method in interface com.sap.tc.cmi.util.ICMIObservableList
Unregisters the given listener.
removeRange(int, int) - Method in class com.sap.tc.cmi.util.CMIAbstractObservableList
 
removeRangeSilently(int, int) - Method in class com.sap.tc.cmi.util.CMIAbstractObservableList
 
removeRelatedModelObject(String, ICMIModelClass) - Method in interface com.sap.tc.cmi.model.ICMIGenericModelClass
Removes o from the relation role targetRoleName according to the remove method in the java.util.Collection interface.
removeSilently(int) - Method in class com.sap.tc.cmi.util.CMIAbstractObservableList
 
resetOrDeleteAllProcessed() - Method in interface com.sap.tc.cmi.messages.ICMIMessageProvider
Does the final processing of all messages in a processing trip.
retainAll(Collection) - Method in class com.sap.tc.cmi.util.CMIAbstractObservableList
 
reverse() - Method in class com.sap.tc.cmi.sorting.CMISortByColumn
Returns a new CMISortByColumn instance as copy of this instance where the sort order reverse flag is inverted.
ROLE_CLEARED - Static variable in class com.sap.tc.cmi.util.CMIRelationRoleEvent
 
ROLE_NAME_INPUT_PARAMETER - Static variable in interface com.sap.tc.cmi.model.ICMIQuery
Constant string for implicit inputParamter relation role.
ROLE_NAME_RESULT - Static variable in interface com.sap.tc.cmi.model.ICMIQuery
Constant string for implicit result relation role.

S

set(int, Object) - Method in class com.sap.tc.cmi.util.CMIAbstractObservableList
 
setAttributeValue(String, Object) - Method in interface com.sap.tc.cmi.model.ICMIGenericModelClass
Sets the attribute to given value.
setLogSettings(Category, int, Location) - Method in exception com.sap.tc.cmi.exception.CMIIllegalArgumentException
 
setRelatedModelObject(String, ICMIModelClass) - Method in interface com.sap.tc.cmi.model.ICMIGenericModelClass
Sets the relation role targetRoleName of an x:0..1 or x:1 relation to object o of type ICMIModelClass.
setRelatedModelObjects(String, Collection) - Method in interface com.sap.tc.cmi.model.ICMIGenericModelClass
Sets the relation role targetRoleName of an x:* or x:1..* relation to the Collection col, which contains exclusively objects of type ICMIModelClass.
setSetting(CMISettingDefinition, String) - Method in interface com.sap.tc.cmi.metadata.ICMIAbstractInfo
Set the setting of the given settingDef to the given value.
setSilently(int, Object) - Method in class com.sap.tc.cmi.util.CMIAbstractObservableList
 
setSortCriterion(CMISortCriterion) - Method in interface com.sap.tc.cmi.sorting.ICMISortable
Sets a new sort criterion for the data provided by this ICMISortable.
size() - Method in interface com.sap.tc.cmi.messages.ICMIMessageList
 
size() - Method in class com.sap.tc.cmi.sorting.CMISortCriteriaList
Get the number of sort criteria contained in this sort criteria list.
supportedOptions() - Method in interface com.sap.tc.cmi.metadata.ICMIAbstractInfo
Returns a collection of all supported options.
supports(String) - Method in interface com.sap.tc.cmi.metadata.ICMIAbstractInfo
Returns true, if the given option is supported by the model element.
supportsModelRelationInfos() - Method in interface com.sap.tc.cmi.metadata.ICMIModelInfo
Returns true, if modelRelationInfos are accessible at runtime.
supportsValueSet(String) - Method in interface com.sap.tc.cmi.util.ICMIValueSetProvider
Returns true, if a value set can be requested for the given attribute, false otherwise.
supportsValueSet(String, String[]) - Method in interface com.sap.tc.cmi.util.ICMIValueSetProvider
Returns true, if a value set can be requested for the given property, false otherwise.

T

toString() - Method in class com.sap.tc.cmi.metadata.CMIModelType
Returns a string representation of the model type
toString() - Method in class com.sap.tc.cmi.metadata.CMISetting
Returns a String representation of the CMISetting object in the form "SettingDefinition: Setting".
toString() - Method in class com.sap.tc.cmi.metadata.CMISettingDefinition
Returns the CMISettingDefinition as String.
toString() - Method in class com.sap.tc.cmi.sorting.CMIComparisonRule
Returns a String representation of the comparison rule.
TYPE_GENERIC - Static variable in interface com.sap.tc.cmi.metadata.ICMIModelInfo
This model type means that the CMI model consists only of usually few generic model classes to which no typed access is possible or desirable
TYPE_REVERSEENGINEERED - Static variable in interface com.sap.tc.cmi.metadata.ICMIModelInfo
This model type means that the CMI model was created (at design time) by a XMI import into the SAP Netweaver Developer Studio.
TYPE_RFCADAPTER - Static variable in interface com.sap.tc.cmi.metadata.ICMIModelInfo
This model type means that the CMI model was created out of the import of an RFC model

V

valueOf(String) - Static method in enum com.sap.tc.cmi.messages.CMIMessageLifetime
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sap.tc.cmi.messages.CMIMessageSeverity
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sap.tc.cmi.metadata.CMICardinality
Returns the enum constant of this type with the specified name.
valueOf(boolean, boolean) - Static method in enum com.sap.tc.cmi.metadata.CMICardinality
Returns the cardinality with the given attributes.
valueOf(String) - Static method in class com.sap.tc.cmi.sorting.CMIComparisonRule
Returns the comparison rule with the given name.
valueOf(String) - Static method in enum com.sap.tc.cmi.texts.CMITextFormat
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sap.tc.cmi.texts.CMITextType
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.sap.tc.cmi.messages.CMIMessageLifetime
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sap.tc.cmi.messages.CMIMessageSeverity
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sap.tc.cmi.metadata.CMICardinality
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sap.tc.cmi.texts.CMITextFormat
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sap.tc.cmi.texts.CMITextType
Returns an array containing the constants of this enum type, in the order they are declared.
VIRTUAL - Static variable in interface com.sap.tc.cmi.annotations.ICMIAnnotationInfo
Predefined annotation name.

W

wrapAs(Class) - Method in interface com.sap.tc.cmi.model.ICMIWrappableModelClass
Creates a wrapper instance for this model object by using the given wrapper class.
wrappedModelObject() - Method in interface com.sap.tc.cmi.model.ICMIModelClassWrapper
Returns the wrapped model object or null if the link to the model object has been destroyed (model dependent)
WRITE_VALID_DATA_ONLY - Static variable in interface com.sap.tc.cmi.annotations.ICMIAnnotationInfo
Predefined annotation name.

A C D E F G H I L M N O P R S T V W

Copyright 2010 SAP AG Complete Copyright Notice