Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Team Productivity Center
12c (12.1.2)
E23194-01


oracle.alm.connector.data
Class RepositoryDef

java.lang.Object
  extended by oracle.alm.connector.data.RepositoryDef


public class RepositoryDef
extends java.lang.Object

RepositoryDef defines a specific work item repository. It is the run time data structure for the RepositoryModel tag used in the connector model meta data XML file.

Since:
11.1.1.1.0

Constructor Summary
RepositoryDef()
           

 

Method Summary
 AlmResource getResource()
          Deprecated. please use getResource(WorkItemConnector) API instead.
 AlmResource getResource(WorkItemConnector connector)
          Retrieves the resource object used to get the localized strings
 java.util.List<WorkItemQueryDef> getWorkItemDefs()
          Retrieves all work items defined in the connector model meta data XML file
 void release()
          Release cached definitions
 void setResource(AlmResource resource)
          Sets the resource object to use to get the localized strings

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

RepositoryDef

public RepositoryDef()

Method Detail

getWorkItemDefs

public java.util.List<WorkItemQueryDef> getWorkItemDefs()
Retrieves all work items defined in the connector model meta data XML file
Returns:
all work item definitions

setResource

public void setResource(AlmResource resource)
Sets the resource object to use to get the localized strings
Parameters:
resource - handle to get localized strings

getResource

public AlmResource getResource(WorkItemConnector connector)
Retrieves the resource object used to get the localized strings
Parameters:
connector - The passing connector instance object.
Returns:
resource handle to get localized strings

getResource

public AlmResource getResource()
Deprecated. please use getResource(WorkItemConnector) API instead.
Retrieves the resource object used to get the localized strings.
Returns:
resource handle to get localized strings

release

public void release()
Release cached definitions

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Team Productivity Center
12c (12.1.2)
E23194-01


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