public abstract class ObjectTypeFilter
extends java.lang.Object
Constructor and Description |
---|
ObjectTypeFilter()
Constructs a new
TaskFilter object. |
Modifier and Type | Method and Description |
---|---|
java.util.Set<java.lang.String> |
getOtypes()
Gets the object types, which will be returned by the filter.
|
boolean |
isTypeAPI()
Returns
true if Call API tasks are selected. |
boolean |
isTypeC_HOSTG()
Returns
true if the AgentGroup Container is selected. |
boolean |
isTypeC_PERIOD() |
boolean |
isTypeCALL()
Returns
true if the Notification object is selected. |
boolean |
isTypeCAU()
Returns
true if the CAU statistics type is selected. |
boolean |
isTypeCBCK()
Returns
true if the callback type is selected. |
boolean |
isTypeCLNTDEL()
Returns
true if the client deletion type is selected. |
boolean |
isTypeCPIT()
Returns
true if the Cockpit object is selected. |
boolean |
isTypeDEPLOY()
Returns
true if the DEPLOY statistics type is selected. |
boolean |
isTypeEVNT()
Returns
true if the Event object is selected. |
boolean |
isTypeGROUP()
Deprecated.
Use isTypeJOBG() instead
|
boolean |
isTypeHOSTG()
Deprecated.
Use isTypeC_HOSTG() instead.
|
boolean |
isTypeJOBD()
Returns
true if child jobs are selected. |
boolean |
isTypeJOBF()
Returns
true if the FileTransfer object is selected. |
boolean |
isTypeJOBG()
Returns
true if the Group object is selected. |
boolean |
isTypeJOBP()
Returns
true if the JobPlan object is selected. |
boolean |
isTypeJOBQ()
Returns
true if the QueueManager object is selected. |
boolean |
isTypeJOBS()
Returns
true if the Job object is selected. |
boolean |
isTypeJSCH()
Returns
true if the Schedule object is selected. |
boolean |
isTypePERIOD()
Deprecated.
Use isTypeC_PERIOD() instead.
|
boolean |
isTypePostEVNT()
Returns
true if the !Event object is selected. |
boolean |
isTypeREPORT()
Returns
true if the Report object is selected. |
boolean |
isTypeSCRI()
Returns
true if the Script object is selected. |
boolean |
isTypeUSER()
Returns
true if USER object is selected. |
void |
selectAllObjects()
Select all object types.
|
void |
selectTaskRelatedObjectTypes()
Sets a filter to object types that are task related.
|
void |
setObjectType(java.lang.String type,
boolean select)
Sets or clears a filter for the object type.
|
void |
setTypeAPI(boolean typeAPI)
Select Call APIs if the parameter
typeAPI is true . |
void |
setTypeC_HOSTG(boolean typeHOSTG)
Selects the AgentGroup Container.
|
void |
setTypeC_PERIOD(boolean typePERIOD)
Selects the container for periodical UC4 objects.
|
void |
setTypeCALL(boolean b)
Select Notification objects.
|
void |
setTypeCAU(boolean b)
Select CAU statistic entries.
|
void |
setTypeCBCK(boolean callback)
Select CBCK objects if the parameter
callback is true . |
void |
setTypeCLNTDEL(boolean queueManager)
Select CLNTDEL objects if the parameter
queueManager is true . |
void |
setTypeCPIT(boolean b)
Select Cockpit objects.
|
void |
setTypeDEPLOY(boolean b)
Select Deploy statistic entries.
|
void |
setTypeEVNT(boolean b)
Select Event objects.
|
void |
setTypeGROUP(boolean b)
Deprecated.
Use the method setTypeJOBG() instead
|
void |
setTypeHOSTG(boolean typeHOSTG)
Deprecated.
Use the method setTypeC_HOSTG() instead
|
void |
setTypeJOBD(boolean jobd)
Select child jobs if the parameter
jobd is true . |
void |
setTypeJOBF(boolean b)
Select FileTransfer objects.
|
void |
setTypeJOBG(boolean b)
Select Group objects.
|
void |
setTypeJOBP(boolean b)
Select JobPlan objects.
|
void |
setTypeJOBQ(boolean queueManager)
Select JOBQ objects if the parameter
queueManager is true . |
void |
setTypeJOBS(boolean b)
Select Job objects.
|
void |
setTypeJSCH(boolean b)
Select Schedule objects.
|
void |
setTypePERIOD(boolean typePERIOD)
Deprecated.
Use the method setTypeC_PERIOD() instead.
|
void |
setTypePostEvnt(boolean b)
Select !Event objects.
|
void |
setTypeREPORT(boolean b)
Select Report objects.
|
void |
setTypeSCRI(boolean b)
Sets the selection for the Script object.
|
void |
setTypeUSER(boolean queueManager)
Select USER objects if the parameter
queueManager is true . |
void |
unselectAllObjects()
Unselect all object types.
|
public void selectTaskRelatedObjectTypes()
public java.util.Set<java.lang.String> getOtypes()
public boolean isTypeCALL()
true
if the Notification object is selected.public boolean isTypeCPIT()
true
if the Cockpit object is selected.public boolean isTypeEVNT()
true
if the Event object is selected.public boolean isTypePostEVNT()
true
if the !Event object is selected.public boolean isTypeJOBF()
true
if the FileTransfer object is selected.@Deprecated public boolean isTypeGROUP()
true
if the Group object is selected.public boolean isTypeJOBG()
true
if the Group object is selected.public boolean isTypeJOBS()
true
if the Job object is selected.public boolean isTypeCAU()
true
if the CAU statistics type is selected.public boolean isTypeDEPLOY()
true
if the DEPLOY statistics type is selected.@Deprecated public boolean isTypeHOSTG()
true
if the AgentGroup Container is selected.public boolean isTypeC_HOSTG()
true
if the AgentGroup Container is selected.@Deprecated public boolean isTypePERIOD()
true
if the Container for periodical objects is selected.public boolean isTypeC_PERIOD()
true
if the Container for periodical objects is selected.public boolean isTypeJOBP()
true
if the JobPlan object is selected.public boolean isTypeREPORT()
true
if the Report object is selected.public boolean isTypeJSCH()
true
if the Schedule object is selected.public boolean isTypeJOBQ()
true
if the QueueManager object is selected.public boolean isTypeAPI()
true
if Call API tasks are selected.public boolean isTypeSCRI()
true
if the Script object is selected.public boolean isTypeJOBD()
true
if child jobs are selected.public boolean isTypeUSER()
true
if USER object is selected.public boolean isTypeCLNTDEL()
true
if the client deletion type is selected.public boolean isTypeCBCK()
true
if the callback type is selected.@Deprecated public void setTypeHOSTG(boolean typeHOSTG)
typeHOSTG
- AgentGroup Container selectionpublic void setTypeC_HOSTG(boolean typeHOSTG)
typeHOSTG
- AgentGroup Container selection@Deprecated public void setTypePERIOD(boolean typePERIOD)
typePERIOD
- Periodical Objects Container selectionpublic void setTypeC_PERIOD(boolean typePERIOD)
typePERIOD
- Periodical Objects Container selectionpublic void setTypeCALL(boolean b)
b
- Boolean value, if set to true tasks of type CALL are included in the returned listpublic void setTypeCPIT(boolean b)
b
- Boolean value, if set to true tasks of type CPIT are included in the returned listpublic void setTypeEVNT(boolean b)
b
- Boolean value, if set to true tasks of type EVNT are included in the returned listpublic void setTypePostEvnt(boolean b)
b
- Boolean value, if set to true tasks of type !EVNT are included in the returned listpublic void setTypeJOBF(boolean b)
b
- Boolean value, if set to true tasks of type JOBF are included in the returned list@Deprecated public void setTypeGROUP(boolean b)
b
- Boolean value, if set to true tasks of type JOBG are included in the returned listpublic void setTypeJOBG(boolean b)
b
- Boolean value, if set to true tasks of type JOBG are included in the returned listpublic void setTypeJOBS(boolean b)
b
- Boolean value, if set to true tasks of type JOBS are included in the returned listpublic void setTypeCAU(boolean b)
b
- Boolean value, if set to true statistics of type CAU are included in the returned listpublic void setTypeDEPLOY(boolean b)
b
- Boolean value, if set to true statistics of type Deploy are included in the returned listpublic void setTypeJOBP(boolean b)
b
- Boolean value, if set to true tasks of type JOBP are included in the returned listpublic void setTypeREPORT(boolean b)
b
- Boolean value, if set to true tasks of type REPORT are included in the returned listpublic void setTypeJSCH(boolean b)
b
- Boolean value, if set to true tasks of type JSCH are included in the returned listpublic void setTypeSCRI(boolean b)
b
- Boolean value, if set to true tasks of type SCRI are included in the returned listpublic void setTypeJOBD(boolean jobd)
jobd
is true
.jobd
- JOBD selectionpublic void setTypeAPI(boolean typeAPI)
typeAPI
is true
.typeAPI
- API selectionpublic void setTypeJOBQ(boolean queueManager)
queueManager
is true
.queueManager
- JOBQ selectionpublic void setTypeUSER(boolean queueManager)
queueManager
is true
.queueManager
- USER selectionpublic void setTypeCLNTDEL(boolean queueManager)
queueManager
is true
.queueManager
- CLNTDEL selectionpublic void setTypeCBCK(boolean callback)
callback
is true
.callback
- selectionpublic void selectAllObjects()
public void unselectAllObjects()
public void setObjectType(java.lang.String type, boolean select)
type
- Object type, for example "JOBS", "SCRI", "C_HOSTG"select
- true
to set the filter false
to clear the filter