|
Oracle Fusion Middleware Java API Reference for Oracle Team Productivity Center 12c (12.1.2) E23194-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
oracle.alm.connector.data.RepositoryDef
public class RepositoryDef
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.
| 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 |
|---|
public RepositoryDef()
| Method Detail |
|---|
public java.util.List<WorkItemQueryDef> getWorkItemDefs()
public void setResource(AlmResource resource)
resource - handle to get localized stringspublic AlmResource getResource(WorkItemConnector connector)
connector - The passing connector instance object.public AlmResource getResource()
public void release()
|
Oracle Fusion Middleware Java API Reference for Oracle Team Productivity Center 12c (12.1.2) E23194-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||