Class RecordValue


  • public class RecordValue
    extends KeyedAuditDefinition

    Java class for RecordValue complex type.

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

     <complexType name="RecordValue">
       <complexContent>
         <extension base="{http://www.alfresco.org/repo/audit/model/3.2}KeyedAuditDefinition">
           <attribute name="dataExtractor" use="required" type="{http://www.alfresco.org/repo/audit/model/3.2}NameAttribute" />
           <attribute name="dataSource" type="{http://www.alfresco.org/repo/audit/model/3.2}PathAttribute" />
           <attribute name="dataTrigger" type="{http://www.alfresco.org/repo/audit/model/3.2}PathAttribute" />
         </extension>
       </complexContent>
     </complexType>
     
    • Field Detail

      • dataExtractor

        protected String dataExtractor
      • dataSource

        protected String dataSource
      • dataTrigger

        protected String dataTrigger
    • Constructor Detail

      • RecordValue

        public RecordValue()
    • Method Detail

      • getDataExtractor

        public String getDataExtractor()
        Gets the value of the dataExtractor property.
        Returns:
        possible object is String
      • setDataExtractor

        public void setDataExtractor​(String value)
        Sets the value of the dataExtractor property.
        Parameters:
        value - allowed object is String
      • getDataSource

        public String getDataSource()
        Gets the value of the dataSource property.
        Returns:
        possible object is String
      • setDataSource

        public void setDataSource​(String value)
        Sets the value of the dataSource property.
        Parameters:
        value - allowed object is String
      • getDataTrigger

        public String getDataTrigger()
        Gets the value of the dataTrigger property.
        Returns:
        possible object is String
      • setDataTrigger

        public void setDataTrigger​(String value)
        Sets the value of the dataTrigger property.
        Parameters:
        value - allowed object is String