|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ActionType | |
---|---|
org.ogf.graap.wsag.server.actions | |
org.ogf.graap.wsag.server.actions.impl | |
org.ogf.graap.wsag4j.types.configuration | |
org.ogf.graap.wsag4j.types.configuration.impl |
Uses of ActionType in org.ogf.graap.wsag.server.actions |
---|
Methods in org.ogf.graap.wsag.server.actions with parameters of type ActionType | |
---|---|
AgreementFactoryAction |
IActionBuilder.createAgreementFactoryAction(ActionType configuration,
IAgreementFactoryContext factoryContext)
Creates a new action based on the wsag4j configuration. |
Uses of ActionType in org.ogf.graap.wsag.server.actions.impl |
---|
Methods in org.ogf.graap.wsag.server.actions.impl with parameters of type ActionType | |
---|---|
AgreementFactoryAction |
ActionBuilder.createAgreementFactoryAction(ActionType configuration,
IAgreementFactoryContext factoryContext)
Creates a new instance of an AgreementFactoryAction based on the given
configuration.
|
Uses of ActionType in org.ogf.graap.wsag4j.types.configuration |
---|
Methods in org.ogf.graap.wsag4j.types.configuration that return ActionType | |
---|---|
ActionType |
WSAG4JEngineConfigurationType.addNewAction()
Appends and returns a new empty value (as xml) as the last "Action" element |
ActionType[] |
WSAG4JEngineConfigurationType.getActionArray()
Gets array of all "Action" elements |
ActionType |
WSAG4JEngineConfigurationType.getActionArray(int i)
Gets ith "Action" element |
ActionType |
WSAG4JEngineConfigurationType.insertNewAction(int i)
Inserts and returns a new empty value (as xml) as the ith "Action" element |
static ActionType |
ActionType.Factory.newInstance()
|
static ActionType |
ActionType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
|
static ActionType |
ActionType.Factory.parse(File file)
|
static ActionType |
ActionType.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options)
|
static ActionType |
ActionType.Factory.parse(InputStream is)
|
static ActionType |
ActionType.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options)
|
static ActionType |
ActionType.Factory.parse(Node node)
|
static ActionType |
ActionType.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options)
|
static ActionType |
ActionType.Factory.parse(Reader r)
|
static ActionType |
ActionType.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options)
|
static ActionType |
ActionType.Factory.parse(String xmlAsString)
|
static ActionType |
ActionType.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options)
|
static ActionType |
ActionType.Factory.parse(URL u)
|
static ActionType |
ActionType.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options)
|
static ActionType |
ActionType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated. XMLInputStream |
static ActionType |
ActionType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated. XMLInputStream |
static ActionType |
ActionType.Factory.parse(javax.xml.stream.XMLStreamReader sr)
|
static ActionType |
ActionType.Factory.parse(javax.xml.stream.XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options)
|
Methods in org.ogf.graap.wsag4j.types.configuration with parameters of type ActionType | |
---|---|
void |
WSAG4JEngineConfigurationType.setActionArray(ActionType[] actionArray)
Sets array of all "Action" element |
void |
WSAG4JEngineConfigurationType.setActionArray(int i,
ActionType action)
Sets ith "Action" element |
Uses of ActionType in org.ogf.graap.wsag4j.types.configuration.impl |
---|
Classes in org.ogf.graap.wsag4j.types.configuration.impl that implement ActionType | |
---|---|
class |
ActionTypeImpl
An XML ActionType(@http://schemas.scai.fraunhofer.de/config/wsag4j). |
Methods in org.ogf.graap.wsag4j.types.configuration.impl that return ActionType | |
---|---|
ActionType |
WSAG4JEngineConfigurationTypeImpl.addNewAction()
Appends and returns a new empty value (as xml) as the last "Action" element |
ActionType[] |
WSAG4JEngineConfigurationTypeImpl.getActionArray()
Gets array of all "Action" elements |
ActionType |
WSAG4JEngineConfigurationTypeImpl.getActionArray(int i)
Gets ith "Action" element |
ActionType |
WSAG4JEngineConfigurationTypeImpl.insertNewAction(int i)
Inserts and returns a new empty value (as xml) as the ith "Action" element |
Methods in org.ogf.graap.wsag4j.types.configuration.impl with parameters of type ActionType | |
---|---|
void |
WSAG4JEngineConfigurationTypeImpl.setActionArray(ActionType[] actionArray)
Sets array of all "Action" element |
void |
WSAG4JEngineConfigurationTypeImpl.setActionArray(int i,
ActionType action)
Sets ith "Action" element |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |