Skip navigation links

Oracle® Data Integrator Java API Reference
11g Release 1 (11.1.1.7.0)

E17060-04


oracle.odi.domain
Interface IReleaseTag

All Known Implementing Classes:
OdiFolder.ReleaseTag

public interface IReleaseTag

Interface of the release tag.

A release tag is a tag that can be applied to objects to associate objects with a specific release. The relese tag is currently used in shortcut materialization to promote objects during the materialization of shortcutable objects. It is also used as an optional additonal dependency for the smart export to ensure that all the objects witin a release are exported.

The release tag is currently implemented with the model and folder classes.

Since:
11.1.1.6.0

Method Summary
 java.lang.String getValue()
          Return the string value of a release tag.
 void setValue(java.lang.String pValue)
          Set the value or a release tag.

 

Method Detail

setValue

void setValue(java.lang.String pValue)
Set the value or a release tag.
Parameters:
pValue - String value representing a release tag value.

getValue

java.lang.String getValue()
Return the string value of a release tag.
Returns:
String value of a release tag.

Skip navigation links

Oracle® Data Integrator Java API Reference
11g Release 1 (11.1.1.7.0)

E17060-04


Copyright © 2010, 2013, Oracle and/or its affiliates. All rights reserved.