Class ExecutableLdapDestinationServiceSettings

java.lang.Object
org.lsc.configuration.ServiceType
org.lsc.configuration.LdapServiceType
org.lsc.configuration.LdapSourceServiceType
org.lsc.plugins.connectors.executable.generated.ExecutableLdapDestinationServiceSettings

public class ExecutableLdapDestinationServiceSettings extends org.lsc.configuration.LdapSourceServiceType

Classe Java pour anonymous complex type.

Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.

 <complexType>
   <complexContent>
     <extension base="{http://lsc-project.org/XSD/lsc-core-2.2.xsd}ldapSourceServiceType">
       <sequence>
         <element name="interpretor" type="{http://lsc-project.org/XSD/lsc-executable-plugin-1.0.xsd}interpretorType" minOccurs="0"/>
         <element name="interpretorBinary" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="addScript" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="updateScript" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="removeScript" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="renameScript" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="variables" type="{http://lsc-project.org/XSD/lsc-core-2.2.xsd}keysValuesMap" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
  • Nested Class Summary

    Nested classes/interfaces inherited from class org.lsc.configuration.ServiceType

    org.lsc.configuration.ServiceType.Connection
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Obtient la valeur de la propriété addScript.
    Obtient la valeur de la propriété interpretor.
    Obtient la valeur de la propriété interpretorBinary.
    Obtient la valeur de la propriété removeScript.
    Obtient la valeur de la propriété renameScript.
    Obtient la valeur de la propriété updateScript.
    org.lsc.configuration.KeysValuesMap
    Obtient la valeur de la propriété variables.
    void
    Définit la valeur de la propriété addScript.
    void
    Définit la valeur de la propriété interpretor.
    void
    Définit la valeur de la propriété interpretorBinary.
    void
    Définit la valeur de la propriété removeScript.
    void
    Définit la valeur de la propriété renameScript.
    void
    Définit la valeur de la propriété updateScript.
    void
    setVariables(org.lsc.configuration.KeysValuesMap value)
    Définit la valeur de la propriété variables.

    Methods inherited from class org.lsc.configuration.LdapSourceServiceType

    getCleanFilter, getDateFormat, getFilterAsync, getInterval, setCleanFilter, setDateFormat, setFilterAsync, setInterval

    Methods inherited from class org.lsc.configuration.LdapServiceType

    getAllFilter, getBaseDn, getFetchedAttributes, getGetAllFilter, getGetOneFilter, getOneFilter, getPivotAttributes, setAllFilter, setBaseDn, setFetchedAttributes, setGetAllFilter, setGetOneFilter, setOneFilter, setPivotAttributes

    Methods inherited from class org.lsc.configuration.ServiceType

    getConnection, getId, getName, setConnection, setId, setName

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ExecutableLdapDestinationServiceSettings

      public ExecutableLdapDestinationServiceSettings()
  • Method Details

    • getInterpretor

      public InterpretorType getInterpretor()
      Obtient la valeur de la propriété interpretor.
      Returns:
      possible object is InterpretorType
    • setInterpretor

      public void setInterpretor(InterpretorType value)
      Définit la valeur de la propriété interpretor.
      Parameters:
      value - allowed object is InterpretorType
    • getInterpretorBinary

      public String getInterpretorBinary()
      Obtient la valeur de la propriété interpretorBinary.
      Returns:
      possible object is String
    • setInterpretorBinary

      public void setInterpretorBinary(String value)
      Définit la valeur de la propriété interpretorBinary.
      Parameters:
      value - allowed object is String
    • getAddScript

      public String getAddScript()
      Obtient la valeur de la propriété addScript.
      Returns:
      possible object is String
    • setAddScript

      public void setAddScript(String value)
      Définit la valeur de la propriété addScript.
      Parameters:
      value - allowed object is String
    • getUpdateScript

      public String getUpdateScript()
      Obtient la valeur de la propriété updateScript.
      Returns:
      possible object is String
    • setUpdateScript

      public void setUpdateScript(String value)
      Définit la valeur de la propriété updateScript.
      Parameters:
      value - allowed object is String
    • getRemoveScript

      public String getRemoveScript()
      Obtient la valeur de la propriété removeScript.
      Returns:
      possible object is String
    • setRemoveScript

      public void setRemoveScript(String value)
      Définit la valeur de la propriété removeScript.
      Parameters:
      value - allowed object is String
    • getRenameScript

      public String getRenameScript()
      Obtient la valeur de la propriété renameScript.
      Returns:
      possible object is String
    • setRenameScript

      public void setRenameScript(String value)
      Définit la valeur de la propriété renameScript.
      Parameters:
      value - allowed object is String
    • getVariables

      public org.lsc.configuration.KeysValuesMap getVariables()
      Obtient la valeur de la propriété variables.
      Returns:
      possible object is KeysValuesMap
    • setVariables

      public void setVariables(org.lsc.configuration.KeysValuesMap value)
      Définit la valeur de la propriété variables.
      Parameters:
      value - allowed object is KeysValuesMap