public class PrincipalWriterConfig extends Object
Modifier and Type | Field and Description |
---|---|
static int |
ACTION_DELETE_GROUP_DISABLE_USER |
static int |
ACTION_IGNORE |
static int |
ACTION_INSERT |
static int |
ACTION_OVERWRITE |
Constructor and Description |
---|
PrincipalWriterConfig() |
Modifier and Type | Method and Description |
---|---|
String |
getId()
Get id
|
int |
getIfDoesNotExistInDestination()
Get the option of execution when the user or group doesn't exists in destination
|
int |
getIfDoesNotExistInSource()
Get the option of execution when the user or group doesn't exists in source.
|
int |
getIfExistsInDestination()
Get the option of execution when the user or group exists in destination.
|
String |
getInputFile()
Get input file path
|
Date |
getLastRun()
Get date of last execution
|
String |
getOrigin()
Get origin
|
boolean |
isSchedule()
Get the option of automatic execution.
|
void |
setId(String id)
Set id
|
void |
setIfDoesNotExistInDestination(int ifDoesNotExistInDestination)
Set the option of execution when the user or group doesn't exists in destination
|
void |
setIfDoesNotExistInSource(int ifDoesNotExistInSource)
Set the option of execution when the user or group doesn't exists in source.
|
void |
setIfExistsInDestination(int ifExistsInDestination)
Set the option of execution when the user or group exists in destination.
|
void |
setInputFile(String inputFile)
Set input file path
|
void |
setLastRun(Date lastRun)
Set date of last execution
|
void |
setOrigin(String origin)
Set origin
|
void |
setSchedule(boolean schedule)
Set the option of automatic execution.
|
public static final int ACTION_IGNORE
public static final int ACTION_OVERWRITE
public static final int ACTION_INSERT
public static final int ACTION_DELETE_GROUP_DISABLE_USER
public boolean isSchedule()
public void setSchedule(boolean schedule)
schedule
- whether the automatic execution is enabled.public String getId()
public void setId(String id)
id
- public int getIfDoesNotExistInDestination()
public void setIfDoesNotExistInDestination(int ifDoesNotExistInDestination)
ifDoesNotExistInDestination
- public int getIfDoesNotExistInSource()
public void setIfDoesNotExistInSource(int ifDoesNotExistInSource)
ifDoesNotExistInSource
- public int getIfExistsInDestination()
public void setIfExistsInDestination(int ifExistsInDestination)
ifExistsInDestination
- public String getInputFile()
public void setInputFile(String inputFile)
inputFile
- public Date getLastRun()
public void setLastRun(Date lastRun)
lastRun
- public String getOrigin()
public void setOrigin(String origin)
origin
- LumisXP 12.3.0.200408 - Copyright © 2006–2020 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.