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

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()
          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()
Retrieves the resource object used to get the localized strings

Returns:
resource handle to get localized strings

release

public void release()
Release cached definitions


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

Copyright © 1999, 2011, Oracle. All rights reserved.