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 classAgentAssignmentThis class represents an HSTA object (agent assignment).classCalendarCalendar object.classClientThis class represents a UC4 CLNT object.classCockpitRepresents the Cockpit object CPIT.classCodeTableThis class represents a Automic CodeTable object.classConsoleEventConsole Event.classDashboardDashboard object.classDatabaseConnectionThis class represents a CONN.DB Object.classDatabaseEventDatabase event.classDocumentationThis class represents a DOCU Object.classFileEventFileEvent.classFileTransferThis class represents a FileTransfer Object.classGroupThis class represents a UC4 JOBG object.classHostAn instance of this class represents a single HOST object.classHostGroupHostgroup object.classIncludeThis class represents Include objects.classJobThis is the base class for all jobs.classJobPlanThis class represents a standard Workflow object.classLoginLogin object.classNotificationNotification Object.classOutputFilterOutput Filter.classPeriodAn object that holds settings that may be used for periodic execution of tasks.classPromptSetThis class represents a PromptSet Object in the Automation Engine.classPSRemoteTaskManagerRemoteTaskManager for PeopleSoft.classQueueQueue Object.classRAConnectionThis class represents an RA Connection Object.classRASolutionThis class represents a CITC Object.classRuleEventIA Event.classSAPConnectionThis class represents an SAP Connection object.classSAPQueueManagerRemoteTaskManager for SAP ABAP Jobs.classScheduleSchedule.classScriptThis class represents a SCRI object.classServerThis class represents Server objects (type SERV).classServiceLevelObjectiveThis class represents SLO objects.classStorageThis class represents a STORE Object.classStylesheetThis class represents Stylesheet objects.classSyncSync object.classTimeEventTime Event.classTimeZoneRepresents a TimeZone object.classUserThis class represents a USER Object in the Automation Engine.classUserGroupThis class represents a User Group in the Automation Engine.classVariableThis class represents UC4 Variable objects.classWorkflowIFThis class represents an IF in a ProcessFlow.classWorkflowLoopThis class represents Workflow of type FOREACH.classXRequestXREQ 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 UC4ObjectObjectFactory. 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 voidObjectFactory. incModCnt(UC4Object obj)Internal use to increment the modification count of an UC4Object.protected voidObjectFactory. setModCnt(UC4Object obj, java.lang.String modCount)Internal use to set the modification count of an UC4Object.protected UC4ObjectObjectFactory. 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 UC4ObjectOpenObject. getObjectForType(java.lang.String oType, com.uc4.util.XMLDocument doc)Returns a sub class ofUC4Objectfor the specified type.UC4ObjectOpenObject. getUC4Object()Returns a subclass ofUC4Objectornullif 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 newAddPromptSetrequest using the specified PromptSet name.CloseObject(UC4Object object)Creates a newCloseObjectIf the UC4 Object is already closed this request should do nothing.DuplicateObject(UC4Object object, UC4ObjectName newName, IFolder folder)Creates a newDuplicateObjectrequest.GetDynamicComboList(java.lang.String variableName, UC4ObjectName promptSet, UC4Object object, TaskPromptSetContent... content)Creates a newGetDynamicComboListrequest in order to get the list of values of a dynamic ComboElement in a prompt.GetRestartInformation(UC4Object obj)Creates a newGetRestartInformationrequest.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 aSaveObjectusing a subclass ofUC4Object.SaveObject(UC4Object object, boolean overwrite)Constructs aSaveObjectusing 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.
-