attributeGroup "inboundAttributes"
Namespace:
Content:
Defined:
globally in mule-file.xsd; see XML source
Includes:
definitions of 6 attributes
Used:
XML Representation Summary
<...
    pollingFrequency
 = 
(xsd:string | xsd:long)
    fileAge
 = 
(xsd:string | xsd:long)
    moveToPattern
 = 
xsd:string
    moveToDirectory
 = 
xsd:string
    comparator
 = 
(xsd:string | xsd:string)
    reverseOrder
 = 
(xsd:string | xsd:boolean)
...>
Known Usage Locations
XML Source (w/o annotations (6); see within schema source)
<xsd:attributeGroup name="inboundAttributes">
<xsd:attribute name="pollingFrequency" type="mule:substitutableLong"/>
<xsd:attribute name="fileAge" type="mule:substitutableLong"/>
<xsd:attribute name="moveToPattern" type="xsd:string"/>
<xsd:attribute name="moveToDirectory" type="xsd:string"/>
<xsd:attribute name="comparator" type="mule:substitutableClass"/>
<xsd:attribute name="reverseOrder" type="mule:substitutableBoolean"/>
</xsd:attributeGroup>
Attribute Detail (all declarations; defined in this component only; 6/6)
comparator
Type:
Use:
optional
Sorts incoming files using the specified comparator, such as comparator="org.mule.transport.file.comparator.OlderFirstComparator". The class must implement the java.util.Comparator interface.
Attribute Value
xsd:string | xsd:string
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="comparator" type="mule:substitutableClass"/>

fileAge
Type:
Use:
optional
Miniumum age (ms) for a file to be processed. This can be useful when consuming large files. It tells Mule to wait for a period of time before consuming the file, allowing the file to be completely written before the file is processed.
Attribute Value
xsd:string | xsd:long
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="fileAge" type="mule:substitutableLong"/>

moveToDirectory
Type:
xsd:string, predefined
Use:
optional
The directory path where the file should be written after it has been read. If this is not set, the file is deleted after it has been read.
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="moveToDirectory" type="xsd:string"/>

moveToPattern
Type:
xsd:string, predefined
Use:
optional
The pattern to use when moving a read file to a new location determined by the moveToDirectory property. This can use the patterns supported by the filename parser configured for this connector.
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="moveToPattern" type="xsd:string"/>

pollingFrequency
Type:
Use:
optional
The frequency in milliseconds that the read directory should be checked (default is 0). Note that the read directory is specified by the endpoint of the listening component.
Attribute Value
xsd:string | xsd:long
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="pollingFrequency" type="mule:substitutableLong"/>

reverseOrder
Type:
Use:
optional
Whether the comparator order should be reversed. Default is false.
Attribute Value
xsd:string | xsd:boolean
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="reverseOrder" type="mule:substitutableBoolean"/>

XML schema documentation generated with DocFlex/XML SDK 1.8.1b6 using DocFlex/XML XSDDoc 2.2.1 template set. All content model diagrams generated by Altova XMLSpy via DocFlex/XML XMLSpy Integration.