|
||||||||||
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.IAPIUser
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 |
FORM_CANCEL_PROCESSING
Deprecated. |
Fields inherited from class com.waveset.util.AbstractXmlObject |
_trace |
Constructor Summary | |
IAPIUser()
Deprecated. |
|
IAPIUser(org.w3c.dom.Element e)
Deprecated. - Never used. May be removed in the future. |
|
IAPIUser(java.util.Map options,
java.util.Map attributes,
java.lang.String command,
java.util.Map sourceAttributes)
Deprecated. - Use IAPIUser(Map, Map, command, ResourceAdapterBase). Otherwise, we won't have the LighthouseContext initialization needs. |
|
IAPIUser(java.util.Map options,
java.util.Map attributes,
java.lang.String command,
Resource source)
Deprecated. - Use com.waveset.adapter.iapi.IAPIFactory.getIAPIUser(Map, Map, command, ResourceAdapterBase). Otherwise, we won't have the LighthouseContext initialization needs. |
Method Summary | |
WavesetResult |
cancel()
Deprecated. For a command with an asynchronous execution (workflow suspension), attempt to cancel the command. |
java.util.List |
find(java.util.List attrNames,
java.util.List values,
java.util.List conditions,
int maxToFind)
Deprecated. Return a list of view ids that match the conditions. |
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. This is called by IAPI to get the required resources attributes for a call. |
java.util.Set |
getRequiredAttributeNames()
Deprecated. This is called by IAPI to get the required resource attributes for a call. |
WavesetResult |
getResult()
Deprecated. For a command with an asynchronous execution (workflow suspension), get the result. |
static void |
main(java.lang.String[] args)
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 FORM_CANCEL_PROCESSING
Constructor Detail |
public IAPIUser(java.util.Map options, java.util.Map attributes, java.lang.String command, Resource source) throws IAPI.IAPIException
public IAPIUser(java.util.Map options, java.util.Map attributes, java.lang.String command, java.util.Map sourceAttributes) throws IAPI.IAPIException
public IAPIUser(org.w3c.dom.Element e) throws WavesetException
public IAPIUser()
Method Detail |
public WavesetResult submit()
submit
in class IAPI
public WavesetResult getResult()
getResult
in class IAPI
public WavesetResult cancel()
cancel
in class IAPI
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
attrNames
- - attribute names to matchvalues
- - values for the attributesconditions
- - comparison conditionsmaxToFind
- - return no more than this number of matches
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 |