Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Team Productivity Center
11g Release 1 (11.1.1)
E14128-01

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


A

AddCriteria(String, WorkItemQuery) - Method in class oracle.alm.connector.data.DataSourceDef
Adds a criterion to be used by the data source.
addCriteriaMapEntry(String, String) - Method in class oracle.alm.connector.data.LovDef
Adds an LOV criteria map reationship between a list field and a source field.
addCriteriaMapEntry(String, String, boolean) - Method in class oracle.alm.connector.data.LovDef
Adds an LOV criterion relationship between a list field and a source field.
addDisplayAttrEntry(String) - Method in class oracle.alm.connector.data.LovDef
Adds an display Attribute.
addDisplayFieldDef(String, WorkItemFieldDef) - Method in class oracle.alm.connector.data.WorkItemQueryDef
Adds a work item field as display field shown in the query result
addMapEntry(String, String) - Method in class oracle.alm.connector.data.LovDef
Adds an LOV map reationship between a list field and a source field.
addMessage(String, AlmMessage) - Method in class oracle.alm.common.message.AlmMessageFactory
Adds a message to the message list specified by the messageId.
addWebReferenceEntry(String, String) - Method in class oracle.alm.connector.data.WorkItemDef
Adds a web reference entry for a work item field.
ALMException - Exception in oracle.alm.common.message
The ALMException provides the error reporting mechanism for connector writer to propogate errors inside connector to end user running Oracle Team Productivity Center (OTPC) inside JDeveloper.
ALMException() - Constructor for exception oracle.alm.common.message.ALMException
 
ALMException(String, String) - Constructor for exception oracle.alm.common.message.ALMException
Constructs a new exception with the specified detail message.
ALMException(String, String, Throwable) - Constructor for exception oracle.alm.common.message.ALMException
Constructs a new exception with the specified detail message and cause.
ALMException(String, Throwable) - Constructor for exception oracle.alm.common.message.ALMException
Constructs a new exception with the specified cause.
AlmMessage - Class in oracle.alm.common.message
The AlmMessage contains a message that is used to show to the end user.
AlmMessage() - Constructor for class oracle.alm.common.message.AlmMessage
Constructs a blank message.
AlmMessage(String) - Constructor for class oracle.alm.common.message.AlmMessage
Constructs a message with the specified summary.
AlmMessage(String, String) - Constructor for class oracle.alm.common.message.AlmMessage
Constructs a message with the specified summary and detail.
AlmMessage(AlmMessage.Severity, String, String) - Constructor for class oracle.alm.common.message.AlmMessage
Constructs a message with the specified severity level, summary and detail information.
AlmMessage.Severity - Class in oracle.alm.common.message
Inner class to define the severity of the message.
AlmMessageFactory - Class in oracle.alm.common.message
The AlmMessageFactory class maintains the message list.
AlmResource - Interface in oracle.alm.common
The AlmResource provides an interface for a connector writer to access any localized string stored in connector's resource bundle.
ArrayMap<K,V> - Class in oracle.alm.connector.util
Utility class used to hold a array map for small number of entries.
ArrayMap() - Constructor for class oracle.alm.connector.util.ArrayMap
 
ArrayMap(Map<? extends K, ? extends V>) - Constructor for class oracle.alm.connector.util.ArrayMap
 

C

CHECKBOX_CONTROL_NAME - Static variable in class oracle.alm.connector.data.WorkItemFieldDef
 
clear() - Method in class oracle.alm.connector.util.ArrayMap
 
clone(WorkItemFieldDef) - Method in class oracle.alm.connector.data.WorkItemFieldDef
Makes a copy of WorkItemFieldDef based on current instance
COMBOBOX_CONTROL_NAME - Static variable in class oracle.alm.connector.data.WorkItemFieldDef
 
CommentDef - Class in oracle.alm.connector.data
The CommentDef defines a workitem comment.
CommentDef() - Constructor for class oracle.alm.connector.data.CommentDef
Sole constructor.
compareTo(Object) - Method in class oracle.alm.common.message.AlmMessage.Severity
 
containsKey(Object) - Method in class oracle.alm.connector.util.ArrayMap
 
containsValue(Object) - Method in class oracle.alm.connector.util.ArrayMap
 
convertToDatabaseField(String) - Method in class oracle.alm.connector.data.WorkItemQueryDef
Reserved for internal use only
convertToDatabaseField(String, String) - Method in class oracle.alm.connector.data.WorkItemQueryDef
Reserved for internal use only
convertToDisplayLabel(String) - Method in class oracle.alm.connector.data.WorkItemQueryDef
Reserved for internal use only
convertToDisplayLabel(String, String) - Method in class oracle.alm.connector.data.WorkItemQueryDef
Reserved for internal use only
createDocumentItem(Map, DocumentItem) - Method in interface oracle.alm.connector.DocumentConnector
Creates a document item on the document repository.
createNew() - Method in class oracle.alm.connector.data.WorkItem
Creates a new work item instance based on the current one.
createNew() - Method in class oracle.alm.connector.data.WorkItemDef
Constructs a new instance of WorkItemDef from the current instance.
createWorkItem(Map, String, WorkItem) - Method in interface oracle.alm.connector.WorkItemConnector
Creates a new work item of a specified type on its backend repository.
Criterion - Class in oracle.alm.connector.data
The Criterion represents a single query row or parameter displayed on a connector query form.
Criterion() - Constructor for class oracle.alm.connector.data.Criterion
Sole constructor.
Criterion(String, Operator, Object) - Constructor for class oracle.alm.connector.data.Criterion
Constructs a criterion for specified field, operator, and value.

D

DataSourceDef - Class in oracle.alm.connector.data
The DataSourceDef defines a data source for a work item field.
DataSourceDef(String) - Constructor for class oracle.alm.connector.data.DataSourceDef
Constructs a data source with the specified name.
DATE_TYPE - Static variable in class oracle.alm.connector.data.FunctionDef
 
DEFAULT_FETCH_SIZE - Static variable in class oracle.alm.connector.data.RowDef
 
DEFAULT_TYPE_NAME - Static variable in class oracle.alm.connector.data.WorkItemDef
default type of a work item definition
deleteAttachment(Map, WorkItem, DocumentItem) - Method in interface oracle.alm.connector.WorkItemAttachment
Deletes work item attachment
deleteDocumentItem(Map, DocumentItem) - Method in interface oracle.alm.connector.DocumentConnector
Deletes a document item from the document repository.
deleteWorkItem(Map, String, WorkItem) - Method in interface oracle.alm.connector.WorkItemConnector
Deletes a work item from its backend repository.
display() - Method in class oracle.alm.connector.data.DocumentItem
Shows the properties of document item in standard output stream.
display() - Method in class oracle.alm.connector.data.Row
helper method to display the row in the JDeveloper Message Log window.
displayItemDefs - Variable in class oracle.alm.connector.data.WorkItemQueryDef
 
DOC_TYPE_DIR - Static variable in class oracle.alm.connector.data.DocumentItem
The item is a folder.
DOC_TYPE_FILE - Static variable in class oracle.alm.connector.data.DocumentItem
The item is a file.
DOC_TYPE_LINK - Static variable in class oracle.alm.connector.data.DocumentItem
The item is a link, such as shortcut or web link.
DocumentConnector - Interface in oracle.alm.connector
The DocumentConnector interface is implemented by a document connector to show documents in the Documents accordion of Oracle Team Productivity Center (OTPC) Team Navigator.
DocumentItem - Class in oracle.alm.connector.data
The document item class is used to denote a file, a folder, or a link in the backend repository or file system.
DocumentItem() - Constructor for class oracle.alm.connector.data.DocumentItem
Default Constructor.
DocumentItem(DocumentItem) - Constructor for class oracle.alm.connector.data.DocumentItem
Constructs a document item based on the properties passed in the existing document item.
DocumentItem(String, String) - Constructor for class oracle.alm.connector.data.DocumentItem
Constructs a document item from a link type document item.
DocumentItem(String, String, long) - Constructor for class oracle.alm.connector.data.DocumentItem
Constructs a document item from a folder type document item.
DocumentItem(String, String, long, long) - Constructor for class oracle.alm.connector.data.DocumentItem
Constructs a document item from a file type document item.
downloadAttachment(Map, WorkItem, DocumentItem, String) - Method in interface oracle.alm.connector.WorkItemAttachment
Downloads work item attachment to the specified location on the local file system
downloadDocumentFile(Map, DocumentItem, String) - Method in interface oracle.alm.connector.DocumentConnector
Downloads a document file to the specified local pathname.

E

entrySet() - Method in class oracle.alm.connector.util.ArrayMap
 

F

FunctionDef - Class in oracle.alm.connector.data
The FunctionDef class defines the function format that to be supported in workitem field value resolution.
FunctionDef(String, Class[]) - Constructor for class oracle.alm.connector.data.FunctionDef
Constructor that creates a function by the giving name and parameter types.

G

get(Object) - Method in class oracle.alm.connector.util.ArrayMap
 
getAttachments(Map, WorkItem) - Method in interface oracle.alm.connector.WorkItemAttachment
Retrieves a list of attachments for a specific work item.
getAttribute() - Method in class oracle.alm.connector.data.Criterion
Retrieves the field the criterion is for.
getColName() - Method in class oracle.alm.connector.data.WorkItemFieldDef
Retrieves the field name of the corresponding field in data source
getColwidthinfo() - Method in class oracle.alm.connector.data.WorkItemQuery
Reserved for internal use only
getCommentDef() - Method in class oracle.alm.connector.data.WorkItemDef
Retrieves the work item comment definition.
getComments() - Method in class oracle.alm.connector.data.WorkItem
Sets a multi lines of comments for the work item.
getConjunction() - Method in class oracle.alm.connector.data.QueryInfo
Retrieves the conjunction used in the query.
getConjunction() - Method in class oracle.alm.connector.data.WorkItemQuery
Retrieves the conjunction used
getContent(Map, String) - Method in interface oracle.alm.connector.DocumentConnector
Get list of document items from specified path on the document repository.
getControlType() - Method in class oracle.alm.connector.data.WorkItemFieldDef
Retrieves the control type of the field
getCriteria(String) - Method in class oracle.alm.connector.data.DataSourceDef
Retrieves query criteria used for the data source.
getCriteria() - Method in class oracle.alm.connector.data.QueryInfo
Retrieves criteria used in the query.
getCriteria() - Method in class oracle.alm.connector.data.WorkItemQuery
Retrieves criteria used for the query
getCriteriaMap() - Method in class oracle.alm.connector.data.LovDef
Retrieves the LOV criteria map.
getCriteriaRef() - Method in class oracle.alm.connector.data.CommentDef
Retrieves the query criteria definition.
getCustomSelectList() - Method in class oracle.alm.connector.data.WorkItemQuery
Retrieves the column names used for the query result table
getDataSource() - Method in class oracle.alm.connector.data.CommentDef
Retrieves the data source name where the comments are maintained.
getDataSource() - Method in class oracle.alm.connector.data.QueryInfo
Retrieves the name of the data source for the query.
getDataSource() - Method in class oracle.alm.connector.data.RowDef
Retrieves the data source name.
getDataSourceDefs() - Method in class oracle.alm.connector.data.WorkItemDef
Retrieves data sources used by the work item.
getDefaultOperator(String, Object) - Method in class oracle.alm.connector.data.WorkItemQueryDef
Retrieves the default operator to use in the query form for the specified field It is the one shown in the drop down of the operator combo box.
getDefaultValue() - Method in class oracle.alm.connector.data.WorkItemFieldDef
Retrieves the default value for the field
getDependencies() - Method in class oracle.alm.connector.data.LovDef
Retrieves the list of fields that the LOV depends on for its search.
getDescription() - Method in class oracle.alm.connector.data.Operator
Retrieves the operator description.
getDetail() - Method in class oracle.alm.common.message.AlmMessage
Retrieves the message detail.
getDisplayList() - Method in class oracle.alm.connector.data.LovDef
Returns the display field list.
getDisplayNames() - Method in class oracle.alm.connector.data.QueryInfo
Gets list of column or field names to display in the query result's table.
getDisplyFieldDefs() - Method in class oracle.alm.connector.data.WorkItemQueryDef
Retrieves the definitions of fields used as columns in the query result table.
getDocumentRootPath(Map) - Method in interface oracle.alm.connector.DocumentConnector
Returns the root path of the document repository.
getDynamicUI(Map, String) - Method in interface oracle.alm.connector.WorkItemConnector
Retrieves the latest UI layout from connector.
getExceptionCode() - Method in exception oracle.alm.common.message.ALMException
Retrieves the exception code
getFieldDefs() - Method in class oracle.alm.connector.data.DataSourceDef
Retrieves all the field definitions created based on the model XML data
getFieldDefs() - Method in class oracle.alm.connector.data.RowDef
Retrieves the field definitions of the data row
getFunctionDefs() - Method in class oracle.alm.connector.data.ValueResolverDef
Retrieves all functions that are supported in this value resolver.
getIdDef() - Method in class oracle.alm.connector.data.DataSourceDef
Retrieves the field name used to uniquely identify a row of data record
getIdDef() - Method in class oracle.alm.connector.data.WorkItemDef
Retrieves the Id field used to uniquely identify the work item.
getIDLabel() - Method in class oracle.alm.connector.data.WorkItemDef
Retrieves the display label for a tab on the work item detail editor window as specified by an attribute called "id-label" in the the <connector>def.xml file.
getItemKey() - Method in class oracle.alm.connector.data.DocumentItem
Retrieves the key/id of the document item.
getItemLink() - Method in class oracle.alm.connector.data.DocumentItem
Retrieves the link of the link type document item.
getJavaType() - Method in class oracle.alm.connector.data.WorkItemFieldDef
Retrieves the Java type of the work item field
getJunction() - Method in class oracle.alm.connector.data.WorkItemQueryDef
Retrieves the query conjucntion
getLabel() - Method in class oracle.alm.connector.data.SelectItem
Retrieves the label of the selected item
getLabel() - Method in class oracle.alm.connector.data.WorkItemFieldDef
Retrieves the label of the WorkItem attribute
getLabelDef() - Method in class oracle.alm.connector.data.WorkItemDef
Retrieves the display label for the Id field.
getLastModified() - Method in class oracle.alm.connector.data.DocumentItem
Retrieves the last modified time of the document item.
getListCriteriaDef() - Method in class oracle.alm.connector.data.LovDef
Retrieves the query criteria used to get the LOV query results.
getListData() - Method in class oracle.alm.connector.data.Row
Retrieves the list data for all fields in current row.
getListData() - Method in class oracle.alm.connector.data.WorkItemQuery
Retrieves the ListItems used by the query
getListDataSource() - Method in class oracle.alm.connector.data.LovDef
Retrieves the data source name
getListEntries() - Method in class oracle.alm.connector.data.ListItem
Retrieves the list content
getLovDefName() - Method in class oracle.alm.connector.data.WorkItemFieldDef
Retrieves the LOV definition name for the field
getLovDefs() - Method in class oracle.alm.connector.data.RowDef
Retrieves the LOV definitions of the data row, if tehre is any defined.
getLovMap() - Method in class oracle.alm.connector.data.LovDef
Retrieves the LOV field map.
getLOVQueryResult(Map, String, QueryInfo) - Method in interface oracle.alm.connector.WorkItemConnector
Retrieves the result set in responding to the search action in the LOV (List of Values) dialog.
getMessageIds() - Method in class oracle.alm.common.message.AlmMessageFactory
Retrieves all message sources identified by message Ids
getMessages(String, Object[]) - Method in class oracle.alm.common.message.AlmMessageFactory
 
getMessages(Locale, String, Object[]) - Method in class oracle.alm.common.message.AlmMessageFactory
Returns a message list specified by message id
getMethod() - Method in exception oracle.alm.common.message.ALMException
Retrieves the method name
getName() - Method in class oracle.alm.connector.data.DataSourceDef
Retrieves the data source name.
getName() - Method in class oracle.alm.connector.data.DocumentItem
Retrieves the name of the document item.
getName() - Method in class oracle.alm.connector.data.FunctionDef
Retrieves the function name.
getName() - Method in class oracle.alm.connector.data.LovDef
Retrieves the LOV name.
getName() - Method in class oracle.alm.connector.data.Operator
Retrieves the operator name.
getName() - Method in class oracle.alm.connector.data.WorkItemDef
Retrieves the name of work item.
getName() - Method in class oracle.alm.connector.data.WorkItemFieldDef
Retrieves the field name.
getName() - Method in class oracle.alm.connector.data.WorkItemQuery
Retrives the query name
getOperator() - Method in class oracle.alm.connector.data.Criterion
Retrieves the operator type for the criterion.
getOperators(int) - Method in class oracle.alm.connector.data.WorkItemQueryDef
Retrieves the opertaors used by a field
getOperators(String) - Method in class oracle.alm.connector.data.WorkItemQueryDef
Retrieves the operators to show in the query form for the specified field
getOrdinal() - Method in class oracle.alm.common.message.AlmMessage.Severity
 
getParamTypes() - Method in class oracle.alm.connector.data.FunctionDef
Retrieves the function parameter types.
getProperties() - Method in class oracle.alm.connector.data.WorkItemFieldDef
Retrieves the field properties
getProperty(String) - Method in class oracle.alm.connector.data.WorkItemFieldDef
Retrieves a single property for the field
getQueryResult(Map, String, QueryInfo) - Method in interface oracle.alm.connector.WorkItemConnector
Retrieves a set of records for the specified work item type that satisfy the query criteria.
getRepositoryDef() - Method in class oracle.alm.connector.data.WorkItemDef
Retrieves definition of a parent repository.
getResolver() - Method in class oracle.alm.connector.data.ValueResolverDef
Retrieves the resolver implementation class.
getResource(Locale, Object) - Method in interface oracle.alm.common.AlmResource
Gets an object for the given key and locale from this resource bundle.
getResource() - Method in class oracle.alm.connector.data.RepositoryDef
Retrieves the resource object used to get the localized strings
getRowKey() - Method in class oracle.alm.connector.data.Row
Retrieves the key that uniquely identifies the row data.
getRowKey() - Method in class oracle.alm.connector.data.WorkItemQuery
Retrives the row key
getSelectList() - Method in class oracle.alm.connector.data.QueryInfo
Retrieves the list of field names (comma delimited) used in the query.
getSelectList() - Method in class oracle.alm.connector.data.WorkItemQueryDef
Retrieves the query select statement
getSelectState() - Method in class oracle.alm.connector.data.SelectItem
Retrieves the selection state of a checkbox
getSelectValue() - Method in class oracle.alm.connector.data.SelectItem
Retrieves the value when the checkbox is selected.
getSeverity() - Method in class oracle.alm.common.message.AlmMessage
 
getSize() - Method in class oracle.alm.connector.data.DocumentItem
Retrieves the size of the document item.
getSortInfo() - Method in class oracle.alm.connector.data.QueryInfo
Retrieves query sort information.
getSortinfo() - Method in class oracle.alm.connector.data.WorkItemQuery
Reserved for internal use only
getSortOrders() - Method in class oracle.alm.connector.data.SortInfo
Retrieves the sort order to be used
getSourceAttrDef() - Method in class oracle.alm.connector.data.CommentDef
Retrieves the field name that the work item comment is based on.
getSubject() - Method in class oracle.alm.connector.data.WorkItem
Retrieves the subject text of the workitem.
getSubjectDef() - Method in class oracle.alm.connector.data.WorkItemDef
Retrieves the field used as subject of the work item.
getSubmittedValues() - Method in class oracle.alm.connector.data.Row
Retrieves list of submitted values to be sent to the connector backend from OTPC client.
getSummary() - Method in class oracle.alm.common.message.AlmMessage
Retrieves the message summary.
getSupportSearchByID() - Method in class oracle.alm.connector.data.WorkItemDef
Retrieves a flag to determine if the work item supports "Search by ID" feature.
getSupportWorkItemCreation() - Method in class oracle.alm.connector.data.WorkItemDef
Retrieves a flag to determine if work item creation is supported.
getType() - Method in class oracle.alm.connector.data.DocumentItem
Retrieves the type of the document item.
getType() - Method in class oracle.alm.connector.data.WorkItemDef
Retrieves the work item type.
getType() - Method in class oracle.alm.connector.data.WorkItemQuery
Retrieves the query type
getUIRegionName(Map, String, WorkItem) - Method in interface oracle.alm.connector.WorkItemConnector
Gets the name for the UI block represented as region in the UI metadata or the UI XML file for a given work item type.
getUnSelectValue() - Method in class oracle.alm.connector.data.SelectItem
Retrieves the value when the checkbox is not selected.
getURL(Map, String, Object, WorkItem) - Method in interface oracle.alm.connector.model.WorkItemWebReference
Retrieves the URL to use for the specified field.
getUrlHandlerClass() - Method in class oracle.alm.connector.data.WorkItemDef
Retrieves the class name used to handle the URL construction for the fields that are configured as web reference.
getValue() - Method in class oracle.alm.connector.data.Criterion
Retrieves value for the field the criterion is for.
getValueBindings() - Method in class oracle.alm.connector.data.WorkItemQuery
Retrieves value binding set for all fields
getValueResolverDef() - Method in class oracle.alm.connector.data.WorkItemFieldDef
Retrieves the value resolver definition object for the field
getValues() - Method in class oracle.alm.connector.data.Row
Retrieves values for all fields in current row as returned by the backend repository.
getWebReferences() - Method in class oracle.alm.connector.data.WorkItemDef
Retrieves the web references used by the work item.
getWebURLs() - Method in class oracle.alm.connector.data.WorkItem
Gets the list of URLs used by the work item fields.
getWhereOptions() - Method in class oracle.alm.connector.data.QueryInfo
Retrieves the WHERE clause.
getWhereOptions() - Method in class oracle.alm.connector.data.WorkItemQuery
Retrieves the where options for the query
getWorkItem(Map, String, String) - Method in interface oracle.alm.connector.WorkItemConnector
Retrieves a specific work item by its type and unique identifier.
getWorkItemDef(String) - Method in class oracle.alm.connector.data.WorkItemQueryDef
Retrieves the work item query definition
getWorkItemDefs() - Method in class oracle.alm.connector.data.RepositoryDef
Retrieves all workitems defined in the connector model meta data XML file

H

hasDynamicModel(Map) - Method in interface oracle.alm.connector.WorkItemConnector
Determines if dynamic model or definition is supported by the connector, scoped by session context.
hasDynamicUI(Map) - Method in interface oracle.alm.connector.WorkItemConnector
Determines if dynamic UI support is provided by the connector, scoped by session context.

I

init(Map) - Method in interface oracle.alm.connector.DocumentConnector
Initializes the connector instance on the client side in a state specified by the connector parameters.
init(Map) - Method in interface oracle.alm.connector.WorkItemConnector
Initializes the connector instance on the client side in a state specified by the connector parameters.
INPUT_DATE_CONTROL_NAME - Static variable in class oracle.alm.connector.data.WorkItemFieldDef
 
INPUT_TEXT_CONTROL_NAME - Static variable in class oracle.alm.connector.data.WorkItemFieldDef
 
INTEGER_TYPE - Static variable in class oracle.alm.connector.data.FunctionDef
 
isAttachmentSupported(Map, WorkItem) - Method in interface oracle.alm.connector.WorkItemConnector
Determines if attachment is supported for the specified work item.
isDeletable() - Method in class oracle.alm.connector.data.WorkItemFieldDef
Determines if the field can be deleted
isDependentAttr(String) - Method in class oracle.alm.connector.data.LovDef
Decides if the field is serving as a dependency for other fields for the LOV searching.
isDirectory() - Method in class oracle.alm.connector.data.DocumentItem
Determines if the document item is a folder.
isDirty() - Method in class oracle.alm.connector.data.Row
Determines if the row has been modified.
isDirty() - Method in class oracle.alm.connector.data.WorkItemQuery
Indicates if this query is modified
isDisclosed() - Method in class oracle.alm.connector.data.WorkItemQuery
Determines if the query form is hidden
isEmpty() - Method in class oracle.alm.connector.util.ArrayMap
 
isFile() - Method in class oracle.alm.connector.data.DocumentItem
Determines if the document item is a file.
isLink() - Method in class oracle.alm.connector.data.DocumentItem
Determines if the document item is a link.
isNew() - Method in class oracle.alm.connector.data.Row
Determines if the row is a newly created row.
isNew() - Method in class oracle.alm.connector.data.WorkItemQuery
Indicates if this query is a newly created
isQueryable() - Method in class oracle.alm.connector.data.WorkItemFieldDef
Determine if the field is queryable
isReadOnly() - Method in class oracle.alm.connector.data.WorkItemFieldDef
Determines if the field is readOnly
isRequired() - Method in class oracle.alm.connector.data.WorkItemFieldDef
Determines if the field is required

L

LIST_CONTROL_NAME - Static variable in class oracle.alm.connector.data.WorkItemFieldDef
 
ListItem - Class in oracle.alm.connector.data
The ListItem holds the list of data in a UI component like radioGroup, picklist(Choice), list etc.
ListItem() - Constructor for class oracle.alm.connector.data.ListItem
Constructs an empty list
ListItem(Map<Object, String>) - Constructor for class oracle.alm.connector.data.ListItem
Constructs a list of item with specified information in the map.
LISTOFVALUES_CONTROL_NAME - Static variable in class oracle.alm.connector.data.WorkItemFieldDef
 
login(Map, String, String) - Method in interface oracle.alm.connector.DocumentConnector
Establishes a user connection between the connector instance on the client side and the backend repository.
login(Map, String, String) - Method in interface oracle.alm.connector.WorkItemConnector
Establishes a user connection between the connector instance on the client side and the backend repository.
logout(Map) - Method in interface oracle.alm.connector.DocumentConnector
Disconnects the user session from the backend repository.
logout(Map) - Method in interface oracle.alm.connector.WorkItemConnector
Disconnects the user session from the backend repository.
LovDef - Class in oracle.alm.connector.data
The LovDef defines the list of values used for a workitem field.
LovDef(String, String) - Constructor for class oracle.alm.connector.data.LovDef
Constructs an LovDef by the given name and the data source.

M

makeCopy() - Method in class oracle.alm.connector.data.Operator
Clones an operator object.

N

newInstance() - Static method in class oracle.alm.common.message.AlmMessageFactory
Creates a new instance of AlmMessageFactory.

O

Operator - Class in oracle.alm.connector.data
The Operator defines the perator used in a query criterion.
Operator() - Constructor for class oracle.alm.connector.data.Operator
 
Operator(String, String) - Constructor for class oracle.alm.connector.data.Operator
Constructs an operator object with the specified name and description.
oracle.alm.common - package oracle.alm.common
 
oracle.alm.common.message - package oracle.alm.common.message
 
oracle.alm.connector - package oracle.alm.connector
 
oracle.alm.connector.data - package oracle.alm.connector.data
 
oracle.alm.connector.model - package oracle.alm.connector.model
 
oracle.alm.connector.util - package oracle.alm.connector.util
 

P

PROPERTY_HINT - Static variable in class oracle.alm.connector.data.WorkItemFieldDef
 
PROPERTY_MAXLENTH - Static variable in class oracle.alm.connector.data.WorkItemFieldDef
 
PROPERTY_VISIBLE - Static variable in class oracle.alm.connector.data.WorkItemFieldDef
 
put(K, V) - Method in class oracle.alm.connector.util.ArrayMap
 

Q

QueryInfo - Class in oracle.alm.connector.data
The QueryInfo class contains information user provides in a query form specified by the Oracle Team Productivity Center (OTPC) client.
QueryInfo() - Constructor for class oracle.alm.connector.data.QueryInfo
Sole constructor.
QueryInfo.Conjunction - Enum in oracle.alm.connector.data
supported enumeration types for the query's conjuction.

R

RADIO_CONTROL_NAME - Static variable in class oracle.alm.connector.data.WorkItemFieldDef
 
remove(Object) - Method in class oracle.alm.connector.util.ArrayMap
 
replace(WorkItem, WorkItem) - Static method in class oracle.alm.connector.data.WorkItem
Copies data from one work item to another.
RepositoryDef - Class in oracle.alm.connector.data
RepositoryDef defines a specific workitem repository.
RepositoryDef() - Constructor for class oracle.alm.connector.data.RepositoryDef
 
Row - Class in oracle.alm.connector.data
Row represents a generic data row.
Row() - Constructor for class oracle.alm.connector.data.Row
Sole constructor.
RowDef - Class in oracle.alm.connector.data
The RowDef defines a generic data.
RowDef() - Constructor for class oracle.alm.connector.data.RowDef
Constructs an empty RowDef

S

SelectItem - Class in oracle.alm.connector.data
The SelectItem class holds the list data for an UI component like checkbox.
SelectItem() - Constructor for class oracle.alm.connector.data.SelectItem
Constructs an empty SelectItem
SelectItem(String, Object, Object, SelectItem.SELECT_STATE) - Constructor for class oracle.alm.connector.data.SelectItem
Constructs a SelectItem with lable, selected value, unselected Value, and current selected state.
SelectItem.SELECT_STATE - Enum in oracle.alm.connector.data
 
setAttribute(String) - Method in class oracle.alm.connector.data.Criterion
Sets the field for the criterion.
setColName(String) - Method in class oracle.alm.connector.data.WorkItemFieldDef
Sets the back end repository field name that this field object is based on
setColwidthinfo(String) - Method in class oracle.alm.connector.data.WorkItemQuery
Reserved for internal use only
setCommentDef(CommentDef) - Method in class oracle.alm.connector.data.WorkItemDef
Set the work item comment definition
setConjunction(QueryInfo.Conjunction) - Method in class oracle.alm.connector.data.QueryInfo
Sets the conjunction to use in the query.
setConjunction(WorkItemQueryDef.Conjunction) - Method in class oracle.alm.connector.data.WorkItemQuery
Sets the conjunction for the current query
setControlType(String) - Method in class oracle.alm.connector.data.WorkItemFieldDef
Sets the control type of the the field to be rendered as.
setCriteriaRef(String) - Method in class oracle.alm.connector.data.CommentDef
Sets the query criteria for the comment.
setDataSource(String) - Method in class oracle.alm.connector.data.CommentDef
Sets the data source where the comments are maintained.
setDataSource(String) - Method in class oracle.alm.connector.data.QueryInfo
Sets the data source of the query.
setDataSource(String) - Method in class oracle.alm.connector.data.RowDef
Sets the data source name.
setDefaultValue(Object) - Method in class oracle.alm.connector.data.WorkItemFieldDef
Sets the default value for the field
setDeletable(boolean) - Method in class oracle.alm.connector.data.WorkItemFieldDef
Marks the field can be deleted
setDescription(String) - Method in class oracle.alm.connector.data.Operator
Sets the operator description.
setDetail(String) - Method in class oracle.alm.common.message.AlmMessage
Sets the message detail.
setDirty(boolean) - Method in class oracle.alm.connector.data.Row
Marks the row data as modified or needs update.
setDirty(boolean) - Method in class oracle.alm.connector.data.WorkItemQuery
Sets the flag to dirty for a modified query.
setDisclosed(boolean) - Method in class oracle.alm.connector.data.WorkItemQuery
Sets the "disclosed" state for the query.
setDisplyFieldDefs(Map<String, WorkItemFieldDef>) - Method in class oracle.alm.connector.data.WorkItemQueryDef
Sets the display fields for the query result
setExceptionCode(QName) - Method in exception oracle.alm.common.message.ALMException
Sets the exception code
setFieldDef(WorkItemFieldDef) - Method in class oracle.alm.connector.data.DataSourceDef
Sets all fields definition for the data source.
setIdDef(String) - Method in class oracle.alm.connector.data.DataSourceDef
Sets the id definition for row data in the data source.
setIdDef(String) - Method in class oracle.alm.connector.data.WorkItemDef
Sets the Id field used to uniquely identify the work item.
setIDLabel(String) - Method in class oracle.alm.connector.data.WorkItemDef
Sets the display label for a tab on the work item detail editor window.
setItemKey(String) - Method in class oracle.alm.connector.data.DocumentItem
Sets the key/id of the document item.
setItemLink(String) - Method in class oracle.alm.connector.data.DocumentItem
Sets the link of a link type document item.
setJavaType(String) - Method in class oracle.alm.connector.data.WorkItemFieldDef
Sets the Java type of the work item field
setJunction(WorkItemQueryDef.Conjunction) - Method in class oracle.alm.connector.data.WorkItemQueryDef
Sets the query conjucntion
setLabel(String) - Method in class oracle.alm.connector.data.SelectItem
Sets the label of the selectedItem.
setLabel(String) - Method in class oracle.alm.connector.data.WorkItemFieldDef
Sets the label for the attribute
setLabelDef(String) - Method in class oracle.alm.connector.data.WorkItemDef
Sets the display label for the Id field.
setLastModified(long) - Method in class oracle.alm.connector.data.DocumentItem
Sets the last modified time of the document item.
setListCriteriaRef(String) - Method in class oracle.alm.connector.data.LovDef
Sets the query criteria that is used to get the LOV query results.
setListData(String, ListItem) - Method in class oracle.alm.connector.data.Row
Sets ListItem data for a field in the row.
setLovDefName(String) - Method in class oracle.alm.connector.data.WorkItemFieldDef
Sets the LOV definition name for the field
setMethod(String) - Method in exception oracle.alm.common.message.ALMException
Sets the method name
setName(String) - Method in class oracle.alm.connector.data.DocumentItem
Sets the name of the document item.
setName(String) - Method in class oracle.alm.connector.data.Operator
Sets the operator name.
setName(String) - Method in class oracle.alm.connector.data.WorkItemDef
Sets the name of the work item
setName(String) - Method in class oracle.alm.connector.data.WorkItemFieldDef
Sets the field name.
setName(String) - Method in class oracle.alm.connector.data.WorkItemQuery
Sets the query name
setNew(boolean) - Method in class oracle.alm.connector.data.Row
Marks the row as new if it is a newly created record.
setNew(boolean) - Method in class oracle.alm.connector.data.WorkItemQuery
Sets to true for a new query.
setOperator(Operator) - Method in class oracle.alm.connector.data.Criterion
Sets the operator type for the criterion.
setProperties(Map<String, Object>) - Method in class oracle.alm.connector.data.WorkItemFieldDef
Sets the field properties
setProperty(String, Object) - Method in class oracle.alm.connector.data.WorkItemFieldDef
Sets a single property for the field
setQueryable(boolean) - Method in class oracle.alm.connector.data.WorkItemFieldDef
Marks the field as Queryable
setReadOnly(boolean) - Method in class oracle.alm.connector.data.WorkItemFieldDef
Marks the field as read only
setRepositoryDef(RepositoryDef) - Method in class oracle.alm.connector.data.WorkItemDef
Sets definition of a parent repository.
setRequired(boolean) - Method in class oracle.alm.connector.data.WorkItemFieldDef
Marks the field as required
setResolver(String) - Method in class oracle.alm.connector.data.ValueResolverDef
Sets the resolver implementation class.
setResource(AlmResource) - Method in class oracle.alm.connector.data.RepositoryDef
Sets the resource object to use to get the localized strings
setRowKey(String) - Method in class oracle.alm.connector.data.Row
Sets the key used to uniquely identify the row.
setRowKey(String) - Method in class oracle.alm.connector.data.WorkItemQuery
Sets the row key for the row data.
setSelectList(String) - Method in class oracle.alm.connector.data.QueryInfo
Sets list of the fields to query.
setSelectList(String) - Method in class oracle.alm.connector.data.WorkItemQueryDef
Sets the query select statement
setSelectState(SelectItem.SELECT_STATE) - Method in class oracle.alm.connector.data.SelectItem
Sets the checked state for the checkbox.
setSelectValue(Object) - Method in class oracle.alm.connector.data.SelectItem
Sets the value when the checkbox is selected.
setSeverity(AlmMessage.Severity) - Method in class oracle.alm.common.message.AlmMessage
Sets the message severity.
setSize(long) - Method in class oracle.alm.connector.data.DocumentItem
Sets the size of the document item.
setSortInfo(SortInfo) - Method in class oracle.alm.connector.data.QueryInfo
Sets the sort order to be used in the query result set.
setSortinfo(String) - Method in class oracle.alm.connector.data.WorkItemQuery
Reserved for internal use only
setSourceAttrDef(String) - Method in class oracle.alm.connector.data.CommentDef
Sets the field name to get the comment from.
setSubject(String) - Method in class oracle.alm.connector.data.WorkItem
Sets the subject text for the work item.
setSubjectDef(String) - Method in class oracle.alm.connector.data.WorkItemDef
Sets the field used as subject of the work item.
setSubmittedValue(String, Object) - Method in class oracle.alm.connector.data.Row
Sets a submitted value for a field
setSummary(String) - Method in class oracle.alm.common.message.AlmMessage
Sets the message summary.
setSupportSearchByID(String) - Method in class oracle.alm.connector.data.WorkItemDef
Sets a flag indicating if the work item supports "Search by ID" feature.
setSupportWorkItemCreation(String) - Method in class oracle.alm.connector.data.WorkItemDef
Sets a flag indicating if a work item creation is supported.
setType(String) - Method in class oracle.alm.connector.data.DocumentItem
Sets the type of the document item.
setType(String) - Method in class oracle.alm.connector.data.WorkItemDef
Sets the work item type.
setType(WorkItemQuery.QueryType) - Method in class oracle.alm.connector.data.WorkItemQuery
Sets the query type
setUnSelectValue(Object) - Method in class oracle.alm.connector.data.SelectItem
Sets the value when the checkbox is unselected.
setUrlHandlerClass(String) - Method in class oracle.alm.connector.data.WorkItemDef
Sets the class name used to handle the URL construction for the fields that are configured as web reference.
setValue(Object) - Method in class oracle.alm.connector.data.Criterion
Sets value of the field in the criterion.
setValue(String, Object) - Method in class oracle.alm.connector.data.Row
Sets the value for the specified field.
setValueBinding(String, Boolean) - Method in class oracle.alm.connector.data.WorkItemQuery
Indicates if a query criterion has value binding instead of a direct value.
setValueResolverDef(ValueResolverDef) - Method in class oracle.alm.connector.data.WorkItemFieldDef
Sets the value resolver definition object for the field
setWhereOptions(String) - Method in class oracle.alm.connector.data.QueryInfo
Sets the WHERE clause or condition of the query.
setWhereOptions(String) - Method in class oracle.alm.connector.data.WorkItemQuery
Sets the where options for the query
setWorkItemDefs(Map, Map<String, WorkItemDef>) - Method in interface oracle.alm.connector.WorkItemConnector
During connector instance creation time, OTPC framework reads the connector model definition XML file and constructs the runtime map.
SEVERITY_ERROR - Static variable in class oracle.alm.common.message.AlmMessage
 
SEVERITY_FATAL - Static variable in class oracle.alm.common.message.AlmMessage
 
SEVERITY_INFO - Static variable in class oracle.alm.common.message.AlmMessage
 
SEVERITY_WARN - Static variable in class oracle.alm.common.message.AlmMessage
 
size() - Method in class oracle.alm.connector.util.ArrayMap
 
SortInfo - Class in oracle.alm.connector.data
The SortInfo contains the sort information used by the query form of Oracle Team Productivity Center (OTPC) client.
SortInfo() - Constructor for class oracle.alm.connector.data.SortInfo
 
SortInfo.ORDER - Enum in oracle.alm.connector.data
 
STRING_TYPE - Static variable in class oracle.alm.connector.data.FunctionDef
 

T

TEXTAREA_CONTROL_NAME - Static variable in class oracle.alm.connector.data.WorkItemFieldDef
 
toString() - Method in class oracle.alm.common.message.AlmMessage.Severity
 
toString() - Method in class oracle.alm.connector.data.DocumentItem
Returns the name of the document item.

U

updateAttachmentAttrs(Map, WorkItem, DocumentItem, DocumentItem) - Method in interface oracle.alm.connector.WorkItemAttachment
Changes the attributes of a work item attachment
updateDocumentItem(Map, DocumentItem, DocumentItem) - Method in interface oracle.alm.connector.DocumentConnector
Updates attributes of a document item on the document repository.
updateDynamicModel(Map, Map<String, WorkItemDef>) - Method in interface oracle.alm.connector.WorkItemConnector
Retrieves the new dynamic model or definition.
updateWorkItem(Map, String, WorkItem) - Method in interface oracle.alm.connector.WorkItemConnector
Updates an existing work item by its type and unique identifier.
uploadAttachment(Map, WorkItem, DocumentItem, String) - Method in interface oracle.alm.connector.WorkItemAttachment
Uploads a local file to the specified file store, and associates the file as an attachment to the specified work item
uploadDocumentFile(Map, DocumentItem, String) - Method in interface oracle.alm.connector.DocumentConnector
Uploads a local file to a document repository.

V

valueOf(String) - Static method in enum oracle.alm.connector.data.QueryInfo.Conjunction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.alm.connector.data.SelectItem.SELECT_STATE
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.alm.connector.data.SortInfo.ORDER
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.alm.connector.data.WorkItemQuery.QueryType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.alm.connector.data.WorkItemQueryDef.Conjunction
Returns the enum constant of this type with the specified name.
ValueResolverDef - Class in oracle.alm.connector.data
The ValueResolverDef defines the value resolver to be used for a workitem field value.
ValueResolverDef(String) - Constructor for class oracle.alm.connector.data.ValueResolverDef
Constructs a ValueResolver with a given resolver implementation class.
VALUES - Static variable in class oracle.alm.common.message.AlmMessage
 
values() - Static method in enum oracle.alm.connector.data.QueryInfo.Conjunction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.alm.connector.data.SelectItem.SELECT_STATE
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.alm.connector.data.SortInfo.ORDER
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.alm.connector.data.WorkItemQuery.QueryType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.alm.connector.data.WorkItemQueryDef.Conjunction
Returns an array containing the constants of this enum type, in the order they are declared.
VALUES_MAP - Static variable in class oracle.alm.common.message.AlmMessage
 

W

WEB_URL - Static variable in class oracle.alm.connector.data.WorkItemFieldDef
 
webReference - Variable in class oracle.alm.connector.data.WorkItemDef
 
WHERE_FOR_UPDATE - Static variable in class oracle.alm.connector.data.WorkItemQuery
 
WHERE_GROUP_BY - Static variable in class oracle.alm.connector.data.WorkItemQuery
 
WHERE_HAVING - Static variable in class oracle.alm.connector.data.WorkItemQuery
 
WHERE_ORDER_BY - Static variable in class oracle.alm.connector.data.WorkItemQuery
 
WorkItem - Class in oracle.alm.connector.data
TheWorkItem class represents a runtime work item data.
WorkItem() - Constructor for class oracle.alm.connector.data.WorkItem
 
WorkItemAttachment - Interface in oracle.alm.connector
The WorkItemAttachment interface is implemented by a work item connector to support the management of the work item in the work item detail editor window.
WorkItemConnector - Interface in oracle.alm.connector
The WorkItemConnector interface defines the common operations that are used to integrate any backend repository with Oracle Team Productivity Center (OTPC) inside JDeveloper.
WorkItemDef - Class in oracle.alm.connector.data
The WorkItemDef class holds meta data of a work item.
WorkItemDef() - Constructor for class oracle.alm.connector.data.WorkItemDef
 
WorkItemFieldDef - Class in oracle.alm.connector.data
WorkItemFieldDef is a data structure for holding the defintion of a single workitem attribute (a.k.a field.)
WorkItemFieldDef() - Constructor for class oracle.alm.connector.data.WorkItemFieldDef
 
WorkItemQuery - Class in oracle.alm.connector.data
WorkItemQuery is a runtime data structure that holds all data for a single workitem query.
WorkItemQuery() - Constructor for class oracle.alm.connector.data.WorkItemQuery
 
WorkItemQuery.QueryType - Enum in oracle.alm.connector.data
 
WorkItemQueryDef - Class in oracle.alm.connector.data
WorkItemQueryDef is the data structure that holds the definition of a workitem query.
WorkItemQueryDef() - Constructor for class oracle.alm.connector.data.WorkItemQueryDef
 
WorkItemQueryDef.Conjunction - Enum in oracle.alm.connector.data
Query Conjunction definition
WorkItemWebReference - Interface in oracle.alm.connector.model
Connector writer implements WorkItemWebReference interface to provide the URL for a specific work item field.

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

Oracle Fusion Middleware Java API Reference for Oracle Team Productivity Center
11g Release 1 (11.1.1)
E14128-01


Copyright © 1998,2009, Oracle. All rights reserved.