|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.waveset.util.AbstractXmlObject
com.waveset.object.IAPI
com.waveset.object.IAPIProcess
This class is preserved solely for backward-compatibility. It will not work unless the IDM server classes are available.
Nested Class Summary |
Nested classes inherited from class com.waveset.object.IAPI |
IAPI.IAPIException, IAPI.InternalErrorException, IAPI.MissingRequiredAttributeException, IAPI.UnimplementedException, IAPI.UnknownAttributeException |
Field Summary | |
static java.lang.String |
code_id
Deprecated. |
static java.lang.String |
ELEMENT
Deprecated. |
Fields inherited from class com.waveset.util.AbstractXmlObject |
_trace |
Constructor Summary | |
IAPIProcess()
Deprecated. |
|
IAPIProcess(org.w3c.dom.Element e)
Deprecated. Build an object by parsing its DOM representation. |
|
IAPIProcess(java.util.Map options,
java.util.Map attributes,
java.lang.String command,
Resource source)
Deprecated. |
Method Summary | |
WavesetResult |
cancel()
Deprecated. |
java.util.List |
find(java.util.List attrNames,
java.util.List values,
java.util.List conditions,
int maxToFind)
Deprecated. |
java.util.List |
find(java.lang.String attrName,
java.lang.String value,
int maxToFind,
boolean contains)
Deprecated. Find the first maxToFind entries that match the parameters. |
java.util.Set |
getOptionalAttributeNames()
Deprecated. |
java.util.Set |
getRequiredAttributeNames()
Deprecated. |
WavesetResult |
getResult()
Deprecated. |
static void |
main(java.lang.String[] args)
Deprecated. |
void |
setProcessName(java.lang.String name)
Deprecated. |
WavesetResult |
submit()
Deprecated. This is the main method. |
Methods inherited from class com.waveset.object.IAPI |
addXmlHeader, delete, getApplicationName, getAttributeNamespace, getAttributes, getCommand, getElementName, getNoGlobalAattributes, getOptions, getProperty, getRetryCount, getRetryInterval, getStringConstant, getSubject, getTraceFile, getTraceLevel, getType, getViewID, removeProperty, setAttributeNamespace, setAttributes, setCommand, setLogger, setNoGlobalAattributes, setOptions, setProperty, setTraceFile, setTraceLevel, setType, setViewID, throwIAPIException, throwWavesetException, toString, toXml, toXml, toXml, traceLevelSet, traceString, traceString |
Methods inherited from class com.waveset.util.AbstractXmlObject |
cloneObject, dump, dumpFile, getReference, println, setTrace, toIdentityString, toVerboseString, toVerboseString, toXml |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final java.lang.String code_id
public static final java.lang.String ELEMENT
Constructor Detail |
public IAPIProcess(java.util.Map options, java.util.Map attributes, java.lang.String command, Resource source) throws IAPI.IAPIException
public IAPIProcess(org.w3c.dom.Element e) throws WavesetException
public IAPIProcess()
Method Detail |
public WavesetResult submit()
submit
in class IAPI
public WavesetResult getResult()
getResult
in class IAPI
public WavesetResult cancel()
cancel
in class IAPI
public void setProcessName(java.lang.String name)
public java.util.List find(java.lang.String attrName, java.lang.String value, int maxToFind, boolean contains) throws IAPI.IAPIException
find
in class IAPI
attrName
- - the attribute name to search on. See ...value
- - the value of the named attributecontains
- - true: match any that contain value. false match
only those that equal value
IAPI.IAPIException
public java.util.List find(java.util.List attrNames, java.util.List values, java.util.List conditions, int maxToFind) throws IAPI.IAPIException
find
in class IAPI
IAPI.IAPIException
public java.util.Set getRequiredAttributeNames()
getRequiredAttributeNames
in class IAPI
Subclasses should override this and call super() to add attributes names to the list.
public java.util.Set getOptionalAttributeNames()
getOptionalAttributeNames
in class IAPI
public static void main(java.lang.String[] args) throws java.lang.Exception
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |