Uses of Class
com.uc4.api.objects.UC4Object
-
Packages that use UC4Object Package Description com.uc4.api.objects com.uc4.communication.requests -
-
Uses of UC4Object in com.uc4.api.objects
Subclasses of UC4Object in com.uc4.api.objects Modifier and Type Class Description class
AgentAssignment
This class represents an HSTA object (agent assignment).class
Calendar
Calendar object.class
Client
This class represents a UC4 CLNT object.class
Cockpit
Represents the Cockpit object CPIT.class
CodeTable
This class represents a Automic CodeTable object.class
ConsoleEvent
Console Event.class
Dashboard
Dashboard object.class
DatabaseConnection
This class represents a CONN.DB Object.class
DatabaseEvent
Database event.class
Documentation
This class represents a DOCU Object.class
FileEvent
FileEvent.class
FileTransfer
This class represents a FileTransfer Object.class
Group
This class represents a UC4 JOBG object.class
Host
An instance of this class represents a single HOST object.class
HostGroup
Hostgroup object.class
Include
This class represents Include objects.class
Job
This is the base class for all jobs.class
JobPlan
This class represents a standard Workflow object.class
Login
Login object.class
Notification
Notification Object.class
OutputFilter
Output Filter.class
Period
An object that holds settings that may be used for periodic execution of tasks.class
PromptSet
This class represents a PromptSet Object in the Automation Engine.class
PSRemoteTaskManager
RemoteTaskManager for PeopleSoft.class
Queue
Queue Object.class
RAConnection
This class represents an RA Connection Object.class
RASolution
This class represents a CITC Object.class
RuleEvent
IA Event.class
SAPConnection
This class represents an SAP Connection object.class
SAPQueueManager
RemoteTaskManager for SAP ABAP Jobs.class
Schedule
Schedule.class
Script
This class represents a SCRI object.class
Server
This class represents Server objects (type SERV).class
ServiceLevelObjective
This class represents SLO objects.class
Storage
This class represents a STORE Object.class
Stylesheet
This class represents Stylesheet objects.class
Sync
Sync object.class
TimeEvent
Time Event.class
TimeZone
Represents a TimeZone object.class
User
This class represents a USER Object in the Automation Engine.class
UserGroup
This class represents a User Group in the Automation Engine.class
Variable
This class represents UC4 Variable objects.class
WorkflowIF
This class represents an IF in a ProcessFlow.class
WorkflowLoop
This class represents Workflow of type FOREACH.class
XRequest
XREQ Object : Each X-request has an according X-request object XREQ available in the the AE database that specifies how a request is processed.Methods in com.uc4.api.objects that return UC4Object Modifier and Type Method Description protected UC4Object
ObjectFactory. updateUC4Object(UC4Object obj, java.lang.String idnr, java.lang.String name, java.lang.String modcnt)
Internal use, update idnr, name and modcnt of an UC4Object.Methods in com.uc4.api.objects with parameters of type UC4Object Modifier and Type Method Description protected void
ObjectFactory. incModCnt(UC4Object obj)
Internal use to increment the modification count of an UC4Object.protected void
ObjectFactory. setModCnt(UC4Object obj, java.lang.String modCount)
Internal use to set the modification count of an UC4Object.protected UC4Object
ObjectFactory. updateUC4Object(UC4Object obj, java.lang.String idnr, java.lang.String name, java.lang.String modcnt)
Internal use, update idnr, name and modcnt of an UC4Object. -
Uses of UC4Object in com.uc4.communication.requests
Methods in com.uc4.communication.requests that return UC4Object Modifier and Type Method Description protected UC4Object
OpenObject. getObjectForType(java.lang.String oType, com.uc4.util.XMLDocument doc)
Returns a sub class ofUC4Object
for the specified type.UC4Object
OpenObject. getUC4Object()
Returns a subclass ofUC4Object
ornull
if the object could not be opened or is not supported.Constructors in com.uc4.communication.requests with parameters of type UC4Object Constructor Description AddPromptSet(UC4ObjectName promptSetName, UC4Object obj)
Constructs a newAddPromptSet
request using the specified PromptSet name.CloseObject(UC4Object object)
Creates a newCloseObject
If the UC4 Object is already closed this request should do nothing.DuplicateObject(UC4Object object, UC4ObjectName newName, IFolder folder)
Creates a newDuplicateObject
request.GetDynamicComboList(java.lang.String variableName, UC4ObjectName promptSet, UC4Object object, TaskPromptSetContent... content)
Creates a newGetDynamicComboList
request in order to get the list of values of a dynamic ComboElement in a prompt.GetRestartInformation(UC4Object obj)
Creates a newGetRestartInformation
request.PromptInputHelp(java.lang.String variableName, UC4ObjectName promptSet, java.lang.String filter, int filterColumn, UC4Object object)
Input help of Prompt values for objects.SaveObject(UC4Object object)
Constructs aSaveObject
using a subclass ofUC4Object
.SaveObject(UC4Object object, boolean overwrite)
Constructs aSaveObject
using a subclass ofUC4Object
.TaskPromptSetContent(PromptSetDefinition promptSetDef, UC4Object obj)
Creates a request to get the content of a PromptSet of an object.TransportObject(UC4Object obj)
Creates a transport request for the specified object.VersionControlList(UC4Object object)
Creates a new instance ofVersionControlList
.
-