Class WfChangeProcessorConfigurationType

  • All Implemented Interfaces:
    Containerable, Serializable, Cloneable
    Direct Known Subclasses:
    GeneralChangeProcessorConfigurationType, PrimaryChangeProcessorConfigurationType

    public class WfChangeProcessorConfigurationType
    extends Object
    implements Serializable, Cloneable, Containerable
    Configuration for workflow change processor.

    Java class for WfChangeProcessorConfigurationType complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="WfChangeProcessorConfigurationType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="enabled" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
             <element name="order" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
           </sequence>
           <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}long" />
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form