|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.7.0) E17060-04 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
oracle.odi.domain.support.BusinessObject
oracle.odi.domain.support.AbstractRepositoryEntity
oracle.odi.domain.support.AbstractOdiEntity
oracle.odi.domain.project.OdiProcedure<L>
oracle.odi.domain.project.OdiKM<L>
public abstract class OdiKM<L extends OdiProcedureLine>
Abstract base class that all knowledge modules types subclasses.
| Field Summary |
|---|
| Fields inherited from class oracle.odi.domain.project.OdiProcedure |
|---|
NAME_MAX_LENGTH |
| Fields inherited from class oracle.odi.domain.support.AbstractOdiEntity |
|---|
STARTING_INTERNAL_VERSION |
| Method Summary | |
|---|---|
int |
getChecksum()Return the checksum value stored for this KM. |
int |
getCustomizationStatus()Returns the status of a KM based on its checksum. |
java.lang.String |
getKMBuildNumber()Return the build number stored for this KM. |
OdiProject |
getProject()Returns the parent OdiProject. |
IRepositoryEntity |
getSecurityContainer()Define a generic way to retrieve container for entities. |
boolean |
isDefaultKM()Return whether this KM is the default KM for its pair of source / target technologies, or not (c.f. |
boolean |
isGlobal()Returns whether this OdiKm has global scope, or not (i.e. |
boolean |
isInstanceLevelSecurityNeeded()Internal: this method is for internal purpose and must not be considered as part of the public API. |
boolean |
isSetBasedOperatorSupported()Return whether this KM supports set based operator Defines whether this KM supports set based operator (i.e. |
void |
setChecksum(int pChecksum)Sets this KM's checksum |
void |
setDefaultKM(boolean pDefaultKM)Defines whether this KM is the default KM for its pair of source / target technologies, or not (c.f. |
void |
setKMBuildNumber(java.lang.String pBuildNumber)Sets build number for this KM. |
void |
setProject(OdiProject pProject)Sets the parent OdiProject. |
void |
setSetBasedOperatorSupported(boolean pSetBasedOperatorSupported)Defines whether this KM supports set based operator (i.e. |
| Methods inherited from class oracle.odi.domain.project.OdiProcedure |
|---|
addLine, addLine, addOption, addOption, getDefaultSourceTechnology, getDefaultTargetTechnology, getDescription, getFlexFieldsValues, getInternalId, getLines, getName, getOption, getOptionNames, getOptions, getProcedureId, initFlexFields, isMultiConnectionSupported, moveLineAfter, moveLineBefore, removeLine, removeOption, setDefaultSourceTechnology, setDefaultTargetTechnology, setDescription, setMultiConnectionSupported, setName |
| Methods inherited from class oracle.odi.domain.support.AbstractOdiEntity |
|---|
equals, getFirstDate, getFirstUser, getInternalVersion, getLastDate, getLastUser, hashCode, isNew, toString |
| Methods inherited from class oracle.odi.domain.support.BusinessObject |
|---|
clone |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface oracle.odi.domain.IOdiEntity |
|---|
getFirstDate, getFirstUser, getLastDate, getLastUser |
| Method Detail |
|---|
public IRepositoryEntity getSecurityContainer()
IRepositoryEntitygetSecurityContainer in interface IRepositoryEntitygetSecurityContainer in class OdiProcedure<L extends OdiProcedureLine>public OdiProject getProject()
OdiProject.OdiProjectOdiProject, setProject(OdiProject)public boolean isInstanceLevelSecurityNeeded()
IOdiEntityDefines a method to capture the info on which object needs instance level privilege.
isInstanceLevelSecurityNeeded in interface IOdiEntityisInstanceLevelSecurityNeeded in class oracle.odi.domain.support.AbstractOdiEntitytrue if instance level security needed, false otherwisepublic void setProject(OdiProject pProject)
OdiProject.pProject - owning project. If null, defines a KM having global scope.OdiProject, getProject()public boolean isDefaultKM()
setDefaultKM(boolean)public void setDefaultKM(boolean pDefaultKM)
pDefaultKM - true to set this KM as the default KM for its pair of source / target technologiesisDefaultKM()public void setSetBasedOperatorSupported(boolean pSetBasedOperatorSupported)
pSetBasedOperatorSupported - true if this KM supports set based operatorisSetBasedOperatorSupported()public boolean isSetBasedOperatorSupported()
setSetBasedOperatorSupported(boolean)public boolean isGlobal()
true if this km is global, false otherwisepublic java.lang.String getKMBuildNumber()
public void setKMBuildNumber(java.lang.String pBuildNumber)
public int getChecksum()
public void setChecksum(int pChecksum)
public int getCustomizationStatus()
|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.7.0) E17060-04 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||