|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object lumis.portal.principal.importprincipal.PrincipalWriterConfig
public class PrincipalWriterConfig
Value object that holds the config values of a import
Field Summary | |
---|---|
static int |
ACTION_DELETE_GROUP_DISABLE_USER
|
static int |
ACTION_IGNORE
|
static int |
ACTION_INSERT
|
static int |
ACTION_OVERWRITE
|
Constructor Summary | |
---|---|
PrincipalWriterConfig()
|
Method Summary | |
---|---|
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 |
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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
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
Constructor Detail |
---|
public PrincipalWriterConfig()
Method Detail |
---|
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
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |