public class CfgReportTaskFilter
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
private boolean |
allUsers
Specifies whether return all report tasks no matter what user created them
or only reports created by current user.
|
private int[] |
wmReportTaskId
An array of
CfgReportTask identifiers to filter by. |
private int |
wmReportTaskIdNSizeIs
Number of elements in the wmReportTaskId array
|
private int[] |
wmReportType
Defines report type 'OR' logic filter
|
private int |
wmReportTypeNSizeIs
Number of elements in the wmReportType array
|
private int[] |
wmStatus
Defines
ECfgReportTaskStatus 'OR' logic filter |
private int |
wmStatusNSizeIs
Number of elements in the wmStatus array
|
Constructor and Description |
---|
CfgReportTaskFilter() |
CfgReportTaskFilter(int wmReportTaskIdNSizeIs,
int[] wmReportTaskId,
int wmReportTypeNSizeIs,
int[] wmReportType,
int wmStatusNSizeIs,
int[] wmStatus,
boolean allUsers) |
Modifier and Type | Method and Description |
---|---|
int[] |
getWmReportTaskId()
Gets the wmReportTaskId value for this CfgReportTaskFilter.
|
int |
getWmReportTaskIdNSizeIs()
Gets the wmReportTaskIdNSizeIs value for this CfgReportTaskFilter.
|
int[] |
getWmReportType()
Gets the wmReportType value for this CfgReportTaskFilter.
|
int |
getWmReportTypeNSizeIs()
Gets the wmReportTypeNSizeIs value for this CfgReportTaskFilter.
|
int[] |
getWmStatus()
Gets the wmStatus value for this CfgReportTaskFilter.
|
int |
getWmStatusNSizeIs()
Gets the wmStatusNSizeIs value for this CfgReportTaskFilter.
|
boolean |
isAllUsers()
Gets the allUsers value for this CfgReportTaskFilter.
|
void |
setAllUsers(boolean allUsers)
Sets the allUsers value for this CfgReportTaskFilter.
|
void |
setWmReportTaskId(int[] wmReportTaskId)
Sets the wmReportTaskId value for this CfgReportTaskFilter.
|
void |
setWmReportTaskIdNSizeIs(int wmReportTaskIdNSizeIs)
Sets the wmReportTaskIdNSizeIs value for this CfgReportTaskFilter.
|
void |
setWmReportType(int[] wmReportType)
Sets the wmReportType value for this CfgReportTaskFilter.
|
void |
setWmReportTypeNSizeIs(int wmReportTypeNSizeIs)
Sets the wmReportTypeNSizeIs value for this CfgReportTaskFilter.
|
void |
setWmStatus(int[] wmStatus)
Sets the wmStatus value for this CfgReportTaskFilter.
|
void |
setWmStatusNSizeIs(int wmStatusNSizeIs)
Sets the wmStatusNSizeIs value for this CfgReportTaskFilter.
|
private int wmReportTaskIdNSizeIs
private int[] wmReportTaskId
CfgReportTask
identifiers to filter by.private int wmReportTypeNSizeIs
private int[] wmReportType
private int wmStatusNSizeIs
private int[] wmStatus
ECfgReportTaskStatus
'OR' logic filterprivate boolean allUsers
public CfgReportTaskFilter()
public CfgReportTaskFilter(int wmReportTaskIdNSizeIs, int[] wmReportTaskId, int wmReportTypeNSizeIs, int[] wmReportType, int wmStatusNSizeIs, int[] wmStatus, boolean allUsers)
public int getWmReportTaskIdNSizeIs()
public void setWmReportTaskIdNSizeIs(int wmReportTaskIdNSizeIs)
wmReportTaskIdNSizeIs
- public int[] getWmReportTaskId()
public void setWmReportTaskId(int[] wmReportTaskId)
wmReportTaskId
- public int getWmReportTypeNSizeIs()
public void setWmReportTypeNSizeIs(int wmReportTypeNSizeIs)
wmReportTypeNSizeIs
- public int[] getWmReportType()
public void setWmReportType(int[] wmReportType)
wmReportType
- public int getWmStatusNSizeIs()
public void setWmStatusNSizeIs(int wmStatusNSizeIs)
wmStatusNSizeIs
- public int[] getWmStatus()
public void setWmStatus(int[] wmStatus)
wmStatus
- public boolean isAllUsers()
public void setAllUsers(boolean allUsers)
allUsers
- Copyright © 2005-2016 Genesys Telecommunications Labs, Inc. All Rights Reserved.