Package | Description |
---|---|
com.uc4.communication.requests |
This package contains request classes that can be sent using the
Connection class. |
Modifier and Type | Method and Description |
---|---|
static QueryData |
QueryData.createClientList()
Creates a list of clients.
|
static QueryData |
QueryData.createCodeListForFT()
Creates a list of CODE objects which can be used for FileTransfers.
|
static QueryData |
QueryData.createDBConnList()
Creates a list of database connection objects.
|
static QueryData |
QueryData.createEventCollectorList(String filter)
Creates a list of Rule Event Objects.
|
static QueryData |
QueryData.createEventDefinitionList(String filter)
Creates a list of Event Definition Objects.
|
static QueryData |
QueryData.createEventRuleList(String filter)
Creates a list of Rule Event Objects.
|
static QueryData |
QueryData.createExecutableDisplayTypeList()
Creates a list of display names for executable object types.
|
static QueryData |
QueryData.createExecutableObjectTypeList()
Creates a list of executable object types.
|
static QueryData |
QueryData.createExtendedObjectList(String objectType)
Creates a list of objects.
|
static QueryData |
QueryData.createFilterList()
Creates a list of OUTPUT filters.
|
static QueryData |
QueryData.createForecastList()
Creates a query for forecast status values.
|
static QueryData |
QueryData.createGroupCriteriaList()
Creates a list of grouping criteria for the activity window.
|
static QueryData |
QueryData.createHostList(String agentType)
Creates a list of Agents.
|
static QueryData |
QueryData.createHOSTListForFT()
Creates a list of HOST objects which can be used for FileTransfers.
|
static QueryData |
QueryData.createHostRoleList()
Creates a list of host roles.
|
static QueryData |
QueryData.createHostTypeList()
Creates a list of host types.
|
static QueryData |
QueryData.createHostTypeList(String parameter)
Creates a list of host types.
|
static QueryData |
QueryData.createLicenseList()
Deprecated.
the license check has been removed in version 12.2 and higher
|
static QueryData |
QueryData.createLoginTypeList()
Creates a list of login types.
|
static QueryData |
QueryData.createObjectList(String objectType)
Creates a list of objects.
|
static QueryData |
QueryData.createObjectList(String objectType,
String subtype,
String filter,
String right)
Creates a list of objects according to the given parameters.
|
static QueryData |
QueryData.createObjectTypeList()
Creates a list of object types.
|
static QueryData |
QueryData.createObjectTypeList(String parameter,
String right)
Creates a list of object types according to the given parameters.
|
static QueryData |
QueryData.createParentWorkflowList(String objName)
Creates a list of all Workflows that contain task objName
|
static QueryData |
QueryData.createReportTypeList()
Creates a list of report types.
|
static QueryData |
QueryData.createStatusList()
Creates a list of final status values of tasks.
|
static QueryData |
QueryData.createStatusListWithoutUserReturnCodes()
Creates a list of final status values of tasks and ignore User Return Codes.
|
static QueryData |
QueryData.createStoreObjectList(String filter)
Creates a list of Store Objects.
|
static QueryData |
QueryData.createVaultAliasProvidersList()
Creates a list of VaultAliasis Providers.
|
static QueryData |
QueryData.createVaultProvidersList()
Creates a list of Vault Providers.
|
static QueryData |
QueryData.createVaultSafeProvidersList()
Creates a list of VaultSafe Providers.
|
Copyright © 2019. All rights reserved.