public class UsduSource extends Object
| Constructor and Description |
|---|
UsduSource() |
| Modifier and Type | Method and Description |
|---|---|
int |
getDeleteAfterDays()
after how many days subject should be deleted after being unresolved
|
int |
getMaxUnresolvableSubjects() |
String |
getSourceId() |
String |
getSourceLabel() |
boolean |
isRemoveUpToFailsafe()
should the subjects up to maxUnresolvableSubjects be deleted
if more than that found while running the job
|
void |
setDeleteAfterDays(int deleteAfterDays)
after how many days subject should be deleted after being unresolved
|
void |
setMaxUnresolvableSubjects(int maxUnresolvableSubjects)
maximum number of subjects that can be deleted in one job run
|
void |
setRemoveUpToFailsafe(boolean removeUpToFailsafe)
should the subjects up to maxUnresolvableSubjects be deleted
if more than that found while running the job
|
void |
setSourceId(String sourceId)
source id of the subjects
|
void |
setSourceLabel(String sourceLabel)
source label of the subjects
|
public String getSourceId()
public void setSourceId(String sourceId)
sourceId - public String getSourceLabel()
public void setSourceLabel(String sourceLabel)
sourceLabel - public boolean isRemoveUpToFailsafe()
public void setRemoveUpToFailsafe(boolean removeUpToFailsafe)
removeUpToFailsafe - public int getMaxUnresolvableSubjects()
public void setMaxUnresolvableSubjects(int maxUnresolvableSubjects)
maxUnresolvableSubjects - public int getDeleteAfterDays()
public void setDeleteAfterDays(int deleteAfterDays)
deleteAfterDays - Copyright © 2016 Internet2. All rights reserved.