Class IfAttrExistsType
java.lang.Object
com.tremolosecurity.config.xml.WorkflowTaskType
com.tremolosecurity.config.xml.WorkflowChoiceTaskType
com.tremolosecurity.config.xml.IfAttrExistsType
This task will run subtasks if the named attribute
exists on the user
Java class for ifAttrExistsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ifAttrExistsType"> <complexContent> <extension base="{http://www.tremolosecurity.com/tremoloConfig}workflowChoiceTaskType"> <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" /> </extension> </complexContent> </complexType>
-
Field Summary
Fields inherited from class com.tremolosecurity.config.xml.WorkflowChoiceTaskType
onFailure, onSuccess
-
Constructor Summary
-
Method Summary
Methods inherited from class com.tremolosecurity.config.xml.WorkflowChoiceTaskType
getOnFailure, getOnSuccess, setOnFailure, setOnSuccess
-
Field Details
-
name
-
-
Constructor Details
-
IfAttrExistsType
public IfAttrExistsType()
-
-
Method Details
-
getName
-
setName
-