Class FlowRecordLookup

  • All Implemented Interfaces:
    com.sforce.ws.bind.XMLizable

    public class FlowRecordLookup
    extends FlowNode
    This is a generated class for the SObject Enterprise API. Do not edit this file, as your changes will be lost.
    • Constructor Detail

      • FlowRecordLookup

        public FlowRecordLookup()
        Constructor
    • Method Detail

      • getAssignNullValuesIfNoRecordsFound

        public boolean getAssignNullValuesIfNoRecordsFound()
      • isAssignNullValuesIfNoRecordsFound

        public boolean isAssignNullValuesIfNoRecordsFound()
      • setAssignNullValuesIfNoRecordsFound

        public void setAssignNullValuesIfNoRecordsFound​(boolean assignNullValuesIfNoRecordsFound)
      • setAssignNullValuesIfNoRecordsFound

        protected void setAssignNullValuesIfNoRecordsFound​(com.sforce.ws.parser.XmlInputStream __in,
                                                           com.sforce.ws.bind.TypeMapper __typeMapper)
                                                    throws java.io.IOException,
                                                           com.sforce.ws.ConnectionException
        Throws:
        java.io.IOException
        com.sforce.ws.ConnectionException
      • setConnector

        public void setConnector​(FlowConnector connector)
      • setConnector

        protected void setConnector​(com.sforce.ws.parser.XmlInputStream __in,
                                    com.sforce.ws.bind.TypeMapper __typeMapper)
                             throws java.io.IOException,
                                    com.sforce.ws.ConnectionException
        Throws:
        java.io.IOException
        com.sforce.ws.ConnectionException
      • setFaultConnector

        public void setFaultConnector​(FlowConnector faultConnector)
      • setFaultConnector

        protected void setFaultConnector​(com.sforce.ws.parser.XmlInputStream __in,
                                         com.sforce.ws.bind.TypeMapper __typeMapper)
                                  throws java.io.IOException,
                                         com.sforce.ws.ConnectionException
        Throws:
        java.io.IOException
        com.sforce.ws.ConnectionException
      • setFilters

        protected void setFilters​(com.sforce.ws.parser.XmlInputStream __in,
                                  com.sforce.ws.bind.TypeMapper __typeMapper)
                           throws java.io.IOException,
                                  com.sforce.ws.ConnectionException
        Throws:
        java.io.IOException
        com.sforce.ws.ConnectionException
      • getObject

        public java.lang.String getObject()
      • setObject

        public void setObject​(java.lang.String object)
      • setObject

        protected void setObject​(com.sforce.ws.parser.XmlInputStream __in,
                                 com.sforce.ws.bind.TypeMapper __typeMapper)
                          throws java.io.IOException,
                                 com.sforce.ws.ConnectionException
        Throws:
        java.io.IOException
        com.sforce.ws.ConnectionException
      • setOutputAssignments

        protected void setOutputAssignments​(com.sforce.ws.parser.XmlInputStream __in,
                                            com.sforce.ws.bind.TypeMapper __typeMapper)
                                     throws java.io.IOException,
                                            com.sforce.ws.ConnectionException
        Throws:
        java.io.IOException
        com.sforce.ws.ConnectionException
      • getOutputReference

        public java.lang.String getOutputReference()
      • setOutputReference

        public void setOutputReference​(java.lang.String outputReference)
      • setOutputReference

        protected void setOutputReference​(com.sforce.ws.parser.XmlInputStream __in,
                                          com.sforce.ws.bind.TypeMapper __typeMapper)
                                   throws java.io.IOException,
                                          com.sforce.ws.ConnectionException
        Throws:
        java.io.IOException
        com.sforce.ws.ConnectionException
      • getQueriedFields

        public java.lang.String[] getQueriedFields()
      • setQueriedFields

        public void setQueriedFields​(java.lang.String[] queriedFields)
      • setQueriedFields

        protected void setQueriedFields​(com.sforce.ws.parser.XmlInputStream __in,
                                        com.sforce.ws.bind.TypeMapper __typeMapper)
                                 throws java.io.IOException,
                                        com.sforce.ws.ConnectionException
        Throws:
        java.io.IOException
        com.sforce.ws.ConnectionException
      • getSortField

        public java.lang.String getSortField()
      • setSortField

        public void setSortField​(java.lang.String sortField)
      • setSortField

        protected void setSortField​(com.sforce.ws.parser.XmlInputStream __in,
                                    com.sforce.ws.bind.TypeMapper __typeMapper)
                             throws java.io.IOException,
                                    com.sforce.ws.ConnectionException
        Throws:
        java.io.IOException
        com.sforce.ws.ConnectionException
      • getSortOrder

        public SortOrder getSortOrder()
      • setSortOrder

        public void setSortOrder​(SortOrder sortOrder)
      • setSortOrder

        protected void setSortOrder​(com.sforce.ws.parser.XmlInputStream __in,
                                    com.sforce.ws.bind.TypeMapper __typeMapper)
                             throws java.io.IOException,
                                    com.sforce.ws.ConnectionException
        Throws:
        java.io.IOException
        com.sforce.ws.ConnectionException
      • write

        public void write​(javax.xml.namespace.QName __element,
                          com.sforce.ws.parser.XmlOutputStream __out,
                          com.sforce.ws.bind.TypeMapper __typeMapper)
                   throws java.io.IOException
        Specified by:
        write in interface com.sforce.ws.bind.XMLizable
        Overrides:
        write in class FlowNode
        Throws:
        java.io.IOException
      • writeFields

        protected void writeFields​(com.sforce.ws.parser.XmlOutputStream __out,
                                   com.sforce.ws.bind.TypeMapper __typeMapper)
                            throws java.io.IOException
        Overrides:
        writeFields in class FlowNode
        Throws:
        java.io.IOException
      • load

        public void load​(com.sforce.ws.parser.XmlInputStream __in,
                         com.sforce.ws.bind.TypeMapper __typeMapper)
                  throws java.io.IOException,
                         com.sforce.ws.ConnectionException
        Specified by:
        load in interface com.sforce.ws.bind.XMLizable
        Overrides:
        load in class FlowNode
        Throws:
        java.io.IOException
        com.sforce.ws.ConnectionException
      • loadFields

        protected void loadFields​(com.sforce.ws.parser.XmlInputStream __in,
                                  com.sforce.ws.bind.TypeMapper __typeMapper)
                           throws java.io.IOException,
                                  com.sforce.ws.ConnectionException
        Overrides:
        loadFields in class FlowNode
        Throws:
        java.io.IOException
        com.sforce.ws.ConnectionException
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class FlowNode