|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.3.0) E17060-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectoracle.odi.domain.support.BusinessObject
oracle.odi.domain.support.AbstractRepositoryEntity
oracle.odi.domain.support.AbstractOdiEntity
oracle.odi.domain.runtime.session.OdiSessionFolder
public class OdiSessionFolder
An OdiSessionFolder is used to group OdiSession
using predefined Keywords. Contrary to other types of folder in ODI, an
OdiSessionFolder doesn't contain objects (i.e.
OdiSessions). It is made of a collection of keywords that can be
used to filter sessions that have been started / created with some keywords
matching all the OdiSessionFolder's keywords.
Therefore, it is the only entity inside OdiSessionFolder
aggregate, thus is the root. It is identified by a unique session folder ID
that can be obtained from getSessionFolderId() method call.
equals / hashCode methods are implemented according
this identity.
Life cycle of an OdiSessionFolder begins when it is created in
runtime repository. Some keywords can then be assigned to the
OdiSessionFolder. Life cycle ends when the OdiSessionFolder is
removed from runtime repository.
OdiSession,
Serialized Form| Field Summary |
|---|
| Fields inherited from class oracle.odi.domain.support.AbstractOdiEntity |
|---|
STARTING_INTERNAL_VERSION |
| Constructor Summary | |
|---|---|
OdiSessionFolder()
|
|
| Method Summary | |
|---|---|
java.io.Serializable |
getInternalId()
Provides a common getter for the persistence layer to obtain an identity, irrespective of the actual type of identity used. |
java.lang.String[] |
getKeywords()
Returns keywords elements that are defined for this OdiSessionFolder. |
java.lang.String |
getName()
Returns the name of this OdiSessionFolder instance. |
IRepositoryEntity |
getSecurityContainer()
Define a generic way to retrieve container for entities. |
java.lang.Number |
getSessionFolderId()
Returns id of this OdiSessionFolder instance. |
java.util.Collection<OdiSession> |
getSessions(IOdiSessionFinder pFinder)
Obtains an unmodifiable collection of OdiSessions matching this OdiSessionFolder's keywords. |
| Methods inherited from class oracle.odi.domain.support.AbstractOdiEntity |
|---|
equals, getFirstDate, getFirstUser, getInternalVersion, getLastDate, getLastUser, hashCode, isInstanceLevelSecurityNeeded, 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 |
| Constructor Detail |
|---|
public OdiSessionFolder()
| Method Detail |
|---|
public java.io.Serializable getInternalId()
IRepositoryEntity
Typically a subclass will delegate to a public
SomePrimitiveWrapper getId() method. The necessity for the
getInternalId() abstract method is solely because the
persistence layer needs a way of obtaining the identity irrespective of
the actual identity implementation choice.
Returning null from this method will indicate the object has
never been saved. This will likely be relied on by some DAO
implementations.
public java.lang.String[] getKeywords()
OdiSessionFolder.
OdiSessionFolder.public java.lang.String getName()
OdiSessionFolder instance.
getName in interface IOdiEntitygetName in class oracle.odi.domain.support.AbstractOdiEntityOdiSessionFolder instance.public IRepositoryEntity getSecurityContainer()
IRepositoryEntity
public java.lang.Number getSessionFolderId()
OdiSessionFolder instance.
OdiSessionFolder instance.public java.util.Collection<OdiSession> getSessions(IOdiSessionFinder pFinder)
OdiSessionFolder's keywords.
pFinder - finder for OdiSession
OdiSessionFolder's keywords.
|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.3.0) E17060-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||