|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.9.0) E17060-05 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
oracle.odi.domain.runtime.session.finder.OdiSessionCriteria
public class OdiSessionCriteria
Class represents search criteria for searching OdiSession instances. All fields are nullable unless specified.
The following properties support wildcards (* or %) in it's values:
The following properties are case-insensitive:
| Constructor Summary | |
|---|---|
OdiSessionCriteria() |
|
| Method Summary | |
|---|---|
java.lang.String[] |
getAgentNames()Returns the value of agentNames property. |
java.lang.String |
getContextCode()Returns the value of contextCode property. |
java.util.Date |
getEndTime()Returns the value of endTime property. |
java.lang.String |
getErrorMessage()Returns the value of errorMessage property. |
java.lang.Long |
getEssJobId()Returns the value of essJobId property. |
java.lang.String[] |
getKeywords()Returns the value of keywords property. |
java.lang.String |
getName()Returns the value of name property. |
java.lang.String |
getScenarioName()Returns the value of scenarioName property. |
Tag |
getScenarioTag()Returns the value of scenarioTag property. |
java.util.Date |
getStartTime()Returns the value of startTime property. |
Status[] |
getStatuses()Returns the value of statuses property. |
java.lang.String |
getSubmitterName()Returns the value of submitterName property. |
java.lang.Boolean |
isHasRecordErrors()Returns the value of hasRecordErrors property. |
boolean |
isIncludeInternalAgent()Returns true if sessions run by internal agent will be included in result list and false otherwise. |
void |
setAgentNames(java.lang.String[] pAgentNames, boolean pIncludeInternalAgent)Sets value for agentNames property and specifies if sessions run by internal agent will be included in result list. |
void |
setContextCode(java.lang.String pContextCode)Sets value for contextCode property. |
void |
setEndTime(java.util.Date pEndTime)Sets value for endTime property. |
void |
setErrorMessage(java.lang.String pErrorMessage)Sets value for errorMessage property. |
void |
setEssJobId(java.lang.Long pEssJobId)Sets value for essJobId property. |
void |
setHasRecordErrors(boolean pHasRecordErrors)Sets value for hasRecordErrors property. |
void |
setKeywords(java.lang.String[] pKeywords)Sets value for keywords property. |
void |
setName(java.lang.String pName)Sets value for name property. |
void |
setScenarioName(java.lang.String pScenarioName)Sets value for scenarioName property. |
void |
setScenarioTag(Tag pScenarioTag)Sets value for scenarioTag property. |
void |
setStartTime(java.util.Date pStartTime)Sets value for startTime property. |
void |
setStatuses(Status[] pStatuses)Sets value for statuses property. |
void |
setSubmitterName(java.lang.String pSubmitterName)Sets value for submitterName property. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public OdiSessionCriteria()
| Method Detail |
|---|
public java.lang.String[] getAgentNames()
agentNames property.setAgentNames(String[], boolean)
public void setAgentNames(java.lang.String[] pAgentNames,
boolean pIncludeInternalAgent)
agentNames property and specifies if sessions run by internal agent will be included in result list.pAgentNames - agent names to setpIncludeInternalAgent - whether include internal agent's session in result listgetAgentNames()public boolean isIncludeInternalAgent()
true if sessions run by internal agent will be included in result list and false otherwise.public java.lang.String getName()
name property.setName(String)public void setName(java.lang.String pName)
name property.pName - value to setgetName()public java.lang.String getContextCode()
contextCode property.setContextCode(String)public void setContextCode(java.lang.String pContextCode)
contextCode property.pContextCode - value to setgetContextCode()public java.lang.String getSubmitterName()
submitterName property.setSubmitterName(String)public void setSubmitterName(java.lang.String pSubmitterName)
submitterName property.pSubmitterName - value to setgetSubmitterName()public Status[] getStatuses()
statuses property.setStatuses(Status[])public void setStatuses(Status[] pStatuses)
statuses property.pStatuses - value to setgetStatuses()public java.lang.String getErrorMessage()
errorMessage property.setErrorMessage(String)public void setErrorMessage(java.lang.String pErrorMessage)
errorMessage property.pErrorMessage - value to setgetErrorMessage()public java.lang.String[] getKeywords()
keywords property.setKeywords(String[])public void setKeywords(java.lang.String[] pKeywords)
keywords property.pKeywords - value to setgetKeywords()public java.util.Date getStartTime()
startTime property.setStartTime(Date)public void setStartTime(java.util.Date pStartTime)
startTime property.pStartTime - value to setgetStartTime()public java.util.Date getEndTime()
endTime property.setEndTime(Date)public void setEndTime(java.util.Date pEndTime)
endTime property.pEndTime - value to setgetEndTime()public Tag getScenarioTag()
scenarioTag property.setScenarioTag(Tag)public void setScenarioTag(Tag pScenarioTag)
scenarioTag property.pScenarioTag - value to setgetScenarioTag()public java.lang.String getScenarioName()
scenarioName property.setScenarioName(String)public void setScenarioName(java.lang.String pScenarioName)
scenarioName property.pScenarioName - value to setgetScenarioName()public java.lang.Long getEssJobId()
essJobId property.setEssJobId(Long)public void setEssJobId(java.lang.Long pEssJobId)
essJobId property.pEssJobId - value to setgetEssJobId()public java.lang.Boolean isHasRecordErrors()
hasRecordErrors property.setHasRecordErrors(boolean)public void setHasRecordErrors(boolean pHasRecordErrors)
hasRecordErrors property.pHasRecordErrors - value to setisHasRecordErrors()
|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.9.0) E17060-05 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||