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.1.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.1.xsd}keysValuesMap" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Constructor and Description |
---|
ExecutableLdapDestinationServiceSettings() |
Modifier and Type | Method and Description |
---|---|
String |
getAddScript()
Obtient la valeur de la propriété addScript.
|
InterpretorType |
getInterpretor()
Obtient la valeur de la propriété interpretor.
|
String |
getInterpretorBinary()
Obtient la valeur de la propriété interpretorBinary.
|
String |
getRemoveScript()
Obtient la valeur de la propriété removeScript.
|
String |
getRenameScript()
Obtient la valeur de la propriété renameScript.
|
String |
getUpdateScript()
Obtient la valeur de la propriété updateScript.
|
org.lsc.configuration.KeysValuesMap |
getVariables()
Obtient la valeur de la propriété variables.
|
void |
setAddScript(String value)
Définit la valeur de la propriété addScript.
|
void |
setInterpretor(InterpretorType value)
Définit la valeur de la propriété interpretor.
|
void |
setInterpretorBinary(String value)
Définit la valeur de la propriété interpretorBinary.
|
void |
setRemoveScript(String value)
Définit la valeur de la propriété removeScript.
|
void |
setRenameScript(String value)
Définit la valeur de la propriété renameScript.
|
void |
setUpdateScript(String value)
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.
|
getCleanFilter, getDateFormat, getFilterAsync, getInterval, setCleanFilter, setDateFormat, setFilterAsync, setInterval
getAllFilter, getBaseDn, getFetchedAttributes, getGetAllFilter, getGetOneFilter, getOneFilter, getPivotAttributes, setAllFilter, setBaseDn, setFetchedAttributes, setGetAllFilter, setGetOneFilter, setOneFilter, setPivotAttributes
public ExecutableLdapDestinationServiceSettings()
public InterpretorType getInterpretor()
InterpretorType
public void setInterpretor(InterpretorType value)
value
- allowed object is
InterpretorType
public String getInterpretorBinary()
String
public void setInterpretorBinary(String value)
value
- allowed object is
String
public String getAddScript()
String
public void setAddScript(String value)
value
- allowed object is
String
public String getUpdateScript()
String
public void setUpdateScript(String value)
value
- allowed object is
String
public String getRemoveScript()
String
public void setRemoveScript(String value)
value
- allowed object is
String
public String getRenameScript()
String
public void setRenameScript(String value)
value
- allowed object is
String
public org.lsc.configuration.KeysValuesMap getVariables()
KeysValuesMap
public void setVariables(org.lsc.configuration.KeysValuesMap value)
value
- allowed object is
KeysValuesMap
Copyright © 2010-2022. All Rights Reserved.