Package com.thortech.xl.vo
Class AttestationProcessDefinition
java.lang.Object
com.thortech.xl.vo.AttestationProcessDefinition
- All Implemented Interfaces:
Serializable
Value object to store the attestation process definition
- Author:
- asmaram
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionConstructsAttestationProcessDefinition
object -
Method Summary
Modifier and TypeMethodDescriptionReturns the Attestation Process CodeReturns the Attestation Process Descriptionlong
Returns the Attestation Process definition KeyReturns the Attestation Process Last Completed TimeReturns the Attestation Process Last Start TimeReturns the Attestation Process NameReturns the Attestation Process next start timeReturns the Attestation Process Owner Group Nameint
Returns the Attestation Process Schedule FrequencyReturns the Attestation Process Schedule Frequency Type.Returns the Attestation Process Start TimeReturns the Attestation Process Status.Returns the additional details about reviewer.Returns the reviewer key of the Attestation Process.Returns the Attestation Process Reviewer Type.Returns the additional details about scope parameter.Returns the Attestation Process Scope Parameter Value.Returns the Attestation Process Scope Type.boolean
boolean
Returns if the attestation process is configured to send emails to owners incase of declined recordsvoid
setProcessCode
(String processCode) Sets the Attestation Process Codevoid
setProcessDescription
(String processDescription) Sets the Attestation Process Descriptionvoid
setProcessIncludeSubOrgs
(boolean processIncludeSubOrgs) void
setProcessKey
(long processKey) Sets the Attestation Process Keyvoid
setProcessLastCompletedTime
(Date processLastCompletedTime) Sets the Attestation Process Last Completed Timevoid
setProcessLastStartTime
(Date processLastStartTime) Sets the Attestation process Last Start Timevoid
setProcessName
(String processName) Sets the Attestation Process Namevoid
setProcessNextStartTime
(Date processNextStartTime) Sets the process next start timevoid
setProcessOwner
(String processOwner) Sets the Attestation process ownervoid
setProcessScheduleFrequency
(int processScheduleFrequency) Sets the Attestation Process Schedule Frequencyvoid
setProcessScheduleType
(String processScheduleType) Sets the Attestation Process Schedule Frequency Typevoid
setProcessSendMailToOwner
(boolean processSendMailToOwner) Sets if emails should be sent to Attestation Process Owner about declined attestation recordsvoid
setProcessStartTime
(Date processStartTime) Sets the time at which the Attestation Process should be kicked off by scheduler for the first timevoid
setProcessStatus
(String processStatus) Sets the Attestation Process Statusvoid
setReviewerAdditionalDetails
(HashMap reviewerAdditionalDetails) Sets additional details about attestation process reviewervoid
setReviewerParameter
(String reviewerParameter) Sets the Attestation Process Reviewer.void
setReviewerType
(String reviewerType) Sets the Attestation Process Reviewer Typevoid
setScopeParamAdditionalDetails
(HashMap scopeParamAdditionalDetails) Sets additional details about attestation process scopevoid
setScopeParameter
(String scopeParameter) Sets the Attestation Process Scope parameter value.void
setScopeType
(String scopeType) Sets the Attestation Process Scope Type
-
Field Details
-
ONCE
- See Also:
-
DefinedNumberOfDays
- See Also:
-
DefinedNumberOfMonths
- See Also:
-
DefinedNumberOfYears
- See Also:
-
ScopeManager
- See Also:
-
ScopeGroup
- See Also:
-
ScopeOrganization
- See Also:
-
ScopeResource
- See Also:
-
reviewerManager
- See Also:
-
reviewerSpecificUser
- See Also:
-
reviewerGroup
- See Also:
-
-
Constructor Details
-
AttestationProcessDefinition
public AttestationProcessDefinition()ConstructsAttestationProcessDefinition
object
-
-
Method Details
-
getProcessCode
Returns the Attestation Process Code- Returns:
- the code of the attestation process
-
setProcessCode
Sets the Attestation Process Code- Parameters:
processCode
- attestation process code
-
getProcessName
Returns the Attestation Process Name- Returns:
- the name of the attestation process
-
setProcessName
Sets the Attestation Process Name- Parameters:
processName
- attestation process name to set
-
getProcessOwner
Returns the Attestation Process Owner Group Name- Returns:
- the attestation process owner
-
setProcessOwner
Sets the Attestation process owner- Parameters:
processOwner
- , group name that should be set as attestation process owner
-
getProcessScheduleFrequency
public int getProcessScheduleFrequency()Returns the Attestation Process Schedule Frequency- Returns:
- the attestation process schedule frequency
-
setProcessScheduleFrequency
public void setProcessScheduleFrequency(int processScheduleFrequency) Sets the Attestation Process Schedule Frequency- Parameters:
processScheduleFrequency
- schedule frequency to be set on the attestation process definition
-
getProcessScheduleType
Returns the Attestation Process Schedule Frequency Type. Returned value will be Once/DefinedDays/DefinedMonths/DefinedYears- Returns:
- the attestaion schedule frequency type
-
setProcessScheduleType
Sets the Attestation Process Schedule Frequency Type- Parameters:
processScheduleType
- Supported frequency type values are Once/DefinedDays/DefinedMonths/DefinedYears
-
isProcessSendMailToOwner
public boolean isProcessSendMailToOwner()Returns if the attestation process is configured to send emails to owners incase of declined records- Returns:
- if the process is configured to send emails to owner or not
-
setProcessSendMailToOwner
public void setProcessSendMailToOwner(boolean processSendMailToOwner) Sets if emails should be sent to Attestation Process Owner about declined attestation records- Parameters:
processSendMailToOwner
-
-
getProcessStartTime
Returns the Attestation Process Start Time- Returns:
- the attestation process start time
-
setProcessStartTime
Sets the time at which the Attestation Process should be kicked off by scheduler for the first time- Parameters:
processStartTime
- process start time to be set
-
getReviewerType
Returns the Attestation Process Reviewer Type. Returned value will be Specific User/User Manager- Returns:
- the attestation process reviewer type
-
setReviewerType
Sets the Attestation Process Reviewer Type- Parameters:
reviewerType
- supported values are Specific User/User Manager
-
getReviewerParameter
Returns the reviewer key of the Attestation Process. Will have a value only if the reviewer type is Specific User- Returns:
- the login Id of the reviewer user
-
setReviewerParameter
Sets the Attestation Process Reviewer. Method will be only applicable if the reviewer type is Specific User- Parameters:
reviewerParameter
- , User Id that should be set as attestation process reviewer
-
getScopeParameter
Returns the Attestation Process Scope Parameter Value. Returned Value will be either User Id/Group Name/Resource Name/Organization Name depending on the attestation scope type- Returns:
- the attestation process scope parameter value
-
setScopeParameter
Sets the Attestation Process Scope parameter value.- Parameters:
scopeParameter
- attestation scope parameter to be set
-
getScopeType
Returns the Attestation Process Scope Type. Returned value wil be Managed Users/Group Users/Organization Users/Provisioned Users- Returns:
- returns the attestation process scope type
-
setScopeType
Sets the Attestation Process Scope Type- Parameters:
scopeType
- , scope type values supported are Managed Users/Group Users/Organization Users/Provisioned Users
-
getProcessNextStartTime
Returns the Attestation Process next start time- Returns:
- the process next start time
-
setProcessNextStartTime
Sets the process next start time- Parameters:
processNextStartTime
- value to be set as attestation process next start time
-
getProcessDescription
Returns the Attestation Process Description- Returns:
- the attestation process description
-
setProcessDescription
Sets the Attestation Process Description- Parameters:
processDescription
- attestation process description value to be set
-
getProcessStatus
Returns the Attestation Process Status. Returned values will be Active/Disabled/Deleted- Returns:
- the attestation process status
-
setProcessStatus
Sets the Attestation Process Status- Parameters:
processStatus
- attestation process status value to be set
-
getProcessKey
public long getProcessKey()Returns the Attestation Process definition Key- Returns:
- the attestation process key
-
setProcessKey
public void setProcessKey(long processKey) Sets the Attestation Process Key- Parameters:
processKey
- attestation process key
-
getProcessLastCompletedTime
Returns the Attestation Process Last Completed Time- Returns:
- attestation process last completed time
-
setProcessLastCompletedTime
Sets the Attestation Process Last Completed Time- Parameters:
processLastCompletedTime
- process last completed value to be set
-
getProcessLastStartTime
Returns the Attestation Process Last Start Time- Returns:
- attestation process last start time
-
setProcessLastStartTime
Sets the Attestation process Last Start Time- Parameters:
processLastStartTime
- process last start time value to be set
-
getScopeParamAdditionalDetails
Returns the additional details about scope parameter. If scope type is manager, addition details include manager first name, manager last name- Returns:
- Additional details about scope parameter
-
setScopeParamAdditionalDetails
Sets additional details about attestation process scope- Parameters:
scopeParamAdditionalDetails
- , hashmap containing the additional details such as first name, last name if the scope is manager
-
getReviewerAdditionalDetails
Returns the additional details about reviewer. Addition details include first name, last name of the reviewer- Returns:
- Additional details about scope parameter
-
setReviewerAdditionalDetails
Sets additional details about attestation process reviewer- Parameters:
scopeParamAdditionalDetails
- , hashmap containing the additional details such as first name, last name of the reviewer
-
isProcessIncludeSubOrgs
public boolean isProcessIncludeSubOrgs() -
setProcessIncludeSubOrgs
public void setProcessIncludeSubOrgs(boolean processIncludeSubOrgs)
-