|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.5.0) E17060-02 |
|||||||||
| 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 | |
|---|---|
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 |
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 |
setDefaultKM(boolean pDefaultKM)Defines whether this KM is the default KM for its pair of source / target technologies, or not (c.f. |
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. Must not be null.java.lang.IllegalArgumentException - if project is nullOdiProject, 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)
|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.5.0) E17060-02 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||