public final class OOOWfModelDesignate
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
ALL_WORKFLOW_MODELS
A constant to specify to include
all the current workflow models in the wfModels list.
|
Constructor and Description |
---|
OOOWfModelDesignate(java.lang.String outOfOfficeDesignate,
java.util.List<java.lang.String> wfModels,
java.util.List<java.lang.String> excludedWfmodels)
Constructor for AEM Inbox Out Of Office Workflow Model Designate.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<java.lang.String> |
getExcludedWfmodels()
Returns the excluded workflow model id's when user is out of office
or null if excluded workflow model id's are not present.
|
java.lang.String |
getOutOfOfficeDesignate()
Returns the designated user when user is out of office
|
java.util.List<java.lang.String> |
getWfModels()
Returns the list of workflow model id's for which task is delegated when user is out of office
|
void |
setExcludedWfmodels(java.util.List<java.lang.String> excludedWfmodels)
Sets the excluded workflow model id's when user is out of office
or null if excluded workflow model id's are not present.
|
void |
setOutOfOfficeDesignate(java.lang.String outOfOfficeDesignate)
Sets the designated user id when user is out of office
|
void |
setWfModels(java.util.List<java.lang.String> wfModels)
Sets the list of workflow model id's for which task is delegated when user is out of office
|
public static final java.lang.String ALL_WORKFLOW_MODELS
public OOOWfModelDesignate(@Nonnull java.lang.String outOfOfficeDesignate, @Nonnull java.util.List<java.lang.String> wfModels, @Nullable java.util.List<java.lang.String> excludedWfmodels)
outOfOfficeDesignate
- designated user idwfModels
- the list of workflow model id's. If it contains ALL_WORKFLOW_MODELS
then designated user will be set for all the workflow modelsexcludedWfmodels
- the excluded workflow model id's when user is out of office@Nonnull public java.lang.String getOutOfOfficeDesignate()
public void setOutOfOfficeDesignate(@Nonnull java.lang.String outOfOfficeDesignate)
outOfOfficeDesignate
- designated user id@Nonnull public java.util.List<java.lang.String> getWfModels()
public void setWfModels(@Nonnull java.util.List<java.lang.String> wfModels)
wfModels
- the list of workflow model id's. If it contains ALL_WORKFLOW_MODELS
then designated user will be set for all the workflow models@Nullable public java.util.List<java.lang.String> getExcludedWfmodels()
ALL_WORKFLOW_MODELS
.public void setExcludedWfmodels(@Nullable java.util.List<java.lang.String> excludedWfmodels)
excludedWfmodels
- the excluded workflow model id's when user is out of officeCopyright © 2010 - 2020 Adobe. All Rights Reserved