Class GeneratedLDIFGroupImportCronJob

All Implemented Interfaces:
Serializable, Comparable
Direct Known Subclasses:
LDIFGroupImportCronJob

public abstract class GeneratedLDIFGroupImportCronJob extends MediaProcessCronJob
Generated class for type LDIFGroupImportCronJob.
See Also:
  • Field Details

    • SEARCHBASE

      public static final String SEARCHBASE
      Qualifier of the LDIFGroupImportCronJob.searchbase attribute
      See Also:
    • LDAPQUERY

      public static final String LDAPQUERY
      Qualifier of the LDIFGroupImportCronJob.ldapquery attribute
      See Also:
    • RESULTFILTER

      public static final String RESULTFILTER
      Qualifier of the LDIFGroupImportCronJob.resultfilter attribute
      See Also:
    • USERSEARCHFIELDQUALIFIER

      public static final String USERSEARCHFIELDQUALIFIER
      Qualifier of the LDIFGroupImportCronJob.userSearchFieldQualifier attribute
      See Also:
    • USERROOTDN

      public static final String USERROOTDN
      Qualifier of the LDIFGroupImportCronJob.userRootDN attribute
      See Also:
    • USERRESULTFILTER

      public static final String USERRESULTFILTER
      Qualifier of the LDIFGroupImportCronJob.userResultfilter attribute
      See Also:
    • IMPORTUSERS

      public static final String IMPORTUSERS
      Qualifier of the LDIFGroupImportCronJob.importUsers attribute
      See Also:
    • CODEEXECUTION

      public static final String CODEEXECUTION
      Qualifier of the LDIFGroupImportCronJob.codeExecution attribute
      See Also:
    • LDIFFILE

      public static final String LDIFFILE
      Qualifier of the LDIFGroupImportCronJob.ldifFile attribute
      See Also:
    • CONFIGFILE

      public static final String CONFIGFILE
      Qualifier of the LDIFGroupImportCronJob.configFile attribute
      See Also:
    • DESTMEDIA

      public static final String DESTMEDIA
      Qualifier of the LDIFGroupImportCronJob.destMedia attribute
      See Also:
    • DUMPMEDIA

      public static final String DUMPMEDIA
      Qualifier of the LDIFGroupImportCronJob.dumpMedia attribute
      See Also:
    • DEFAULT_INITIAL_ATTRIBUTES

      protected static final Map<String,Item.AttributeMode> DEFAULT_INITIAL_ATTRIBUTES
  • Constructor Details

    • GeneratedLDIFGroupImportCronJob

      public GeneratedLDIFGroupImportCronJob()
  • Method Details

    • getDefaultAttributeModes

      protected Map<String,Item.AttributeMode> getDefaultAttributeModes()
      Overrides:
      getDefaultAttributeModes in class GeneratedMediaProcessCronJob
    • isCodeExecution

      public Boolean isCodeExecution(SessionContext ctx)
      Generated method - Getter of the LDIFGroupImportCronJob.codeExecution attribute.
      Returns:
      the codeExecution
    • isCodeExecution

      public Boolean isCodeExecution()
      Generated method - Getter of the LDIFGroupImportCronJob.codeExecution attribute.
      Returns:
      the codeExecution
    • isCodeExecutionAsPrimitive

      public boolean isCodeExecutionAsPrimitive(SessionContext ctx)
      Generated method - Getter of the LDIFGroupImportCronJob.codeExecution attribute.
      Returns:
      the codeExecution
    • isCodeExecutionAsPrimitive

      public boolean isCodeExecutionAsPrimitive()
      Generated method - Getter of the LDIFGroupImportCronJob.codeExecution attribute.
      Returns:
      the codeExecution
    • setCodeExecution

      public void setCodeExecution(SessionContext ctx, Boolean value)
      Generated method - Setter of the LDIFGroupImportCronJob.codeExecution attribute.
      Parameters:
      value - the codeExecution
    • setCodeExecution

      public void setCodeExecution(Boolean value)
      Generated method - Setter of the LDIFGroupImportCronJob.codeExecution attribute.
      Parameters:
      value - the codeExecution
    • setCodeExecution

      public void setCodeExecution(SessionContext ctx, boolean value)
      Generated method - Setter of the LDIFGroupImportCronJob.codeExecution attribute.
      Parameters:
      value - the codeExecution
    • setCodeExecution

      public void setCodeExecution(boolean value)
      Generated method - Setter of the LDIFGroupImportCronJob.codeExecution attribute.
      Parameters:
      value - the codeExecution
    • getConfigFile

      public ConfigurationMedia getConfigFile(SessionContext ctx)
      Generated method - Getter of the LDIFGroupImportCronJob.configFile attribute.
      Returns:
      the configFile
    • getConfigFile

      public ConfigurationMedia getConfigFile()
      Generated method - Getter of the LDIFGroupImportCronJob.configFile attribute.
      Returns:
      the configFile
    • setConfigFile

      public void setConfigFile(SessionContext ctx, ConfigurationMedia value)
      Generated method - Setter of the LDIFGroupImportCronJob.configFile attribute.
      Parameters:
      value - the configFile
    • setConfigFile

      public void setConfigFile(ConfigurationMedia value)
      Generated method - Setter of the LDIFGroupImportCronJob.configFile attribute.
      Parameters:
      value - the configFile
    • getDestMedia

      public ImpExMedia getDestMedia(SessionContext ctx)
      Generated method - Getter of the LDIFGroupImportCronJob.destMedia attribute.
      Returns:
      the destMedia
    • getDestMedia

      public ImpExMedia getDestMedia()
      Generated method - Getter of the LDIFGroupImportCronJob.destMedia attribute.
      Returns:
      the destMedia
    • setDestMedia

      public void setDestMedia(SessionContext ctx, ImpExMedia value)
      Generated method - Setter of the LDIFGroupImportCronJob.destMedia attribute.
      Parameters:
      value - the destMedia
    • setDestMedia

      public void setDestMedia(ImpExMedia value)
      Generated method - Setter of the LDIFGroupImportCronJob.destMedia attribute.
      Parameters:
      value - the destMedia
    • getDumpMedia

      public ImpExMedia getDumpMedia(SessionContext ctx)
      Generated method - Getter of the LDIFGroupImportCronJob.dumpMedia attribute.
      Returns:
      the dumpMedia
    • getDumpMedia

      public ImpExMedia getDumpMedia()
      Generated method - Getter of the LDIFGroupImportCronJob.dumpMedia attribute.
      Returns:
      the dumpMedia
    • setDumpMedia

      public void setDumpMedia(SessionContext ctx, ImpExMedia value)
      Generated method - Setter of the LDIFGroupImportCronJob.dumpMedia attribute.
      Parameters:
      value - the dumpMedia
    • setDumpMedia

      public void setDumpMedia(ImpExMedia value)
      Generated method - Setter of the LDIFGroupImportCronJob.dumpMedia attribute.
      Parameters:
      value - the dumpMedia
    • isImportUsers

      public Boolean isImportUsers(SessionContext ctx)
      Generated method - Getter of the LDIFGroupImportCronJob.importUsers attribute.
      Returns:
      the importUsers
    • isImportUsers

      public Boolean isImportUsers()
      Generated method - Getter of the LDIFGroupImportCronJob.importUsers attribute.
      Returns:
      the importUsers
    • isImportUsersAsPrimitive

      public boolean isImportUsersAsPrimitive(SessionContext ctx)
      Generated method - Getter of the LDIFGroupImportCronJob.importUsers attribute.
      Returns:
      the importUsers
    • isImportUsersAsPrimitive

      public boolean isImportUsersAsPrimitive()
      Generated method - Getter of the LDIFGroupImportCronJob.importUsers attribute.
      Returns:
      the importUsers
    • setImportUsers

      public void setImportUsers(SessionContext ctx, Boolean value)
      Generated method - Setter of the LDIFGroupImportCronJob.importUsers attribute.
      Parameters:
      value - the importUsers
    • setImportUsers

      public void setImportUsers(Boolean value)
      Generated method - Setter of the LDIFGroupImportCronJob.importUsers attribute.
      Parameters:
      value - the importUsers
    • setImportUsers

      public void setImportUsers(SessionContext ctx, boolean value)
      Generated method - Setter of the LDIFGroupImportCronJob.importUsers attribute.
      Parameters:
      value - the importUsers
    • setImportUsers

      public void setImportUsers(boolean value)
      Generated method - Setter of the LDIFGroupImportCronJob.importUsers attribute.
      Parameters:
      value - the importUsers
    • getLdapquery

      public String getLdapquery(SessionContext ctx)
      Generated method - Getter of the LDIFGroupImportCronJob.ldapquery attribute.
      Returns:
      the ldapquery
    • getLdapquery

      public String getLdapquery()
      Generated method - Getter of the LDIFGroupImportCronJob.ldapquery attribute.
      Returns:
      the ldapquery
    • setLdapquery

      public void setLdapquery(SessionContext ctx, String value)
      Generated method - Setter of the LDIFGroupImportCronJob.ldapquery attribute.
      Parameters:
      value - the ldapquery
    • setLdapquery

      public void setLdapquery(String value)
      Generated method - Setter of the LDIFGroupImportCronJob.ldapquery attribute.
      Parameters:
      value - the ldapquery
    • getLdifFile

      public LDIFMedia getLdifFile(SessionContext ctx)
      Generated method - Getter of the LDIFGroupImportCronJob.ldifFile attribute.
      Returns:
      the ldifFile
    • getLdifFile

      public LDIFMedia getLdifFile()
      Generated method - Getter of the LDIFGroupImportCronJob.ldifFile attribute.
      Returns:
      the ldifFile
    • setLdifFile

      public void setLdifFile(SessionContext ctx, LDIFMedia value)
      Generated method - Setter of the LDIFGroupImportCronJob.ldifFile attribute.
      Parameters:
      value - the ldifFile
    • setLdifFile

      public void setLdifFile(LDIFMedia value)
      Generated method - Setter of the LDIFGroupImportCronJob.ldifFile attribute.
      Parameters:
      value - the ldifFile
    • getResultfilter

      public String getResultfilter(SessionContext ctx)
      Generated method - Getter of the LDIFGroupImportCronJob.resultfilter attribute.
      Returns:
      the resultfilter
    • getResultfilter

      public String getResultfilter()
      Generated method - Getter of the LDIFGroupImportCronJob.resultfilter attribute.
      Returns:
      the resultfilter
    • setResultfilter

      public void setResultfilter(SessionContext ctx, String value)
      Generated method - Setter of the LDIFGroupImportCronJob.resultfilter attribute.
      Parameters:
      value - the resultfilter
    • setResultfilter

      public void setResultfilter(String value)
      Generated method - Setter of the LDIFGroupImportCronJob.resultfilter attribute.
      Parameters:
      value - the resultfilter
    • getSearchbase

      public String getSearchbase(SessionContext ctx)
      Generated method - Getter of the LDIFGroupImportCronJob.searchbase attribute.
      Returns:
      the searchbase
    • getSearchbase

      public String getSearchbase()
      Generated method - Getter of the LDIFGroupImportCronJob.searchbase attribute.
      Returns:
      the searchbase
    • setSearchbase

      public void setSearchbase(SessionContext ctx, String value)
      Generated method - Setter of the LDIFGroupImportCronJob.searchbase attribute.
      Parameters:
      value - the searchbase
    • setSearchbase

      public void setSearchbase(String value)
      Generated method - Setter of the LDIFGroupImportCronJob.searchbase attribute.
      Parameters:
      value - the searchbase
    • getUserResultfilter

      public String getUserResultfilter(SessionContext ctx)
      Generated method - Getter of the LDIFGroupImportCronJob.userResultfilter attribute.
      Returns:
      the userResultfilter
    • getUserResultfilter

      public String getUserResultfilter()
      Generated method - Getter of the LDIFGroupImportCronJob.userResultfilter attribute.
      Returns:
      the userResultfilter
    • setUserResultfilter

      public void setUserResultfilter(SessionContext ctx, String value)
      Generated method - Setter of the LDIFGroupImportCronJob.userResultfilter attribute.
      Parameters:
      value - the userResultfilter
    • setUserResultfilter

      public void setUserResultfilter(String value)
      Generated method - Setter of the LDIFGroupImportCronJob.userResultfilter attribute.
      Parameters:
      value - the userResultfilter
    • getUserRootDN

      public String getUserRootDN(SessionContext ctx)
      Generated method - Getter of the LDIFGroupImportCronJob.userRootDN attribute.
      Returns:
      the userRootDN
    • getUserRootDN

      public String getUserRootDN()
      Generated method - Getter of the LDIFGroupImportCronJob.userRootDN attribute.
      Returns:
      the userRootDN
    • setUserRootDN

      public void setUserRootDN(SessionContext ctx, String value)
      Generated method - Setter of the LDIFGroupImportCronJob.userRootDN attribute.
      Parameters:
      value - the userRootDN
    • setUserRootDN

      public void setUserRootDN(String value)
      Generated method - Setter of the LDIFGroupImportCronJob.userRootDN attribute.
      Parameters:
      value - the userRootDN
    • getUserSearchFieldQualifier

      public String getUserSearchFieldQualifier(SessionContext ctx)
      Generated method - Getter of the LDIFGroupImportCronJob.userSearchFieldQualifier attribute.
      Returns:
      the userSearchFieldQualifier
    • getUserSearchFieldQualifier

      public String getUserSearchFieldQualifier()
      Generated method - Getter of the LDIFGroupImportCronJob.userSearchFieldQualifier attribute.
      Returns:
      the userSearchFieldQualifier
    • setUserSearchFieldQualifier

      public void setUserSearchFieldQualifier(SessionContext ctx, String value)
      Generated method - Setter of the LDIFGroupImportCronJob.userSearchFieldQualifier attribute.
      Parameters:
      value - the userSearchFieldQualifier
    • setUserSearchFieldQualifier

      public void setUserSearchFieldQualifier(String value)
      Generated method - Setter of the LDIFGroupImportCronJob.userSearchFieldQualifier attribute.
      Parameters:
      value - the userSearchFieldQualifier