public class CustomProcess extends ProcessAction implements com.exalead.util.Checkable, java.io.Serializable
Modifier and Type | Field and Description |
---|---|
java.lang.String |
classId |
java.util.List<KeyValue> |
keyValue |
name
Constructor and Description |
---|
CustomProcess() |
CustomProcess(CustomProcess o)
Copy constructor
|
Modifier and Type | Method and Description |
---|---|
void |
check(boolean deep,
java.lang.String errorContext)
Checks this CustomProcess.
|
static CustomProcess |
fromString(java.lang.String s)
String representation of this CustomProcess.
|
java.lang.String |
getClassId()
Processor's class
|
java.util.List<KeyValue> |
getKeyValue()
Processor's configuration
|
CustomProcess |
makeCopy()
Creates and returns a deep copy of this CustomProcess.
|
static CustomProcess |
readFrom(java.io.InputStream is)
Read this CustomProcess from an XML fragment.
|
void |
setClassId(java.lang.String classId)
Processor's class
|
java.lang.String |
toString()
String representation of this CustomProcess.
|
CustomProcess |
withClassId(java.lang.String classId) |
CustomProcess |
withKeyValue(java.util.Collection<KeyValue> __values) |
CustomProcess |
withKeyValue(KeyValue... __values)
Processor's configuration
|
CustomProcess |
withName(java.lang.String name) |
void |
writeTo(java.io.OutputStream os)
Write this CustomProcess as an XML fragment
|
getName, setName
public java.lang.String classId
public java.util.List<KeyValue> keyValue
public CustomProcess()
public CustomProcess(CustomProcess o)
public CustomProcess withName(java.lang.String name)
withName
in class ProcessAction
public void setClassId(java.lang.String classId)
public java.lang.String getClassId()
public CustomProcess withClassId(java.lang.String classId)
public java.util.List<KeyValue> getKeyValue()
public CustomProcess withKeyValue(KeyValue... __values)
public CustomProcess withKeyValue(java.util.Collection<KeyValue> __values)
public CustomProcess makeCopy()
makeCopy
in class ProcessAction
public static CustomProcess readFrom(java.io.InputStream is) throws javax.xml.bind.JAXBException
javax.xml.bind.JAXBException
public void writeTo(java.io.OutputStream os) throws javax.xml.bind.JAXBException, java.io.IOException
writeTo
in class ProcessAction
javax.xml.bind.JAXBException
java.io.IOException
public static CustomProcess fromString(java.lang.String s) throws javax.xml.bind.JAXBException, java.io.UnsupportedEncodingException
javax.xml.bind.JAXBException
java.io.UnsupportedEncodingException
public java.lang.String toString()
toString
in class ProcessAction
public void check(boolean deep, java.lang.String errorContext) throws com.exalead.util.TypedException
check
in interface com.exalead.util.Checkable
check
in class ProcessAction
com.exalead.util.TypedException
Copyright © 2021 Dassault Systèmes, All Rights Reserved.