Uses of Class
com.uc4.api.objects.UC4Object
Packages that use UC4Object
-
Uses of UC4Object in com.uc4.api.objects
Subclasses of UC4Object in com.uc4.api.objectsModifier and TypeClassDescriptionclassThis class represents an HSTA object (agent assignment).classCalendar object.classThis class represents a UC4 CLNT object.classRepresents the Cockpit object CPIT.classThis class represents a Automic CodeTable object.classConsole Event.classDashboard object.classThis class represents a CONN.DB Object.classDatabase event.classThis class represents a DOCU Object.classFileEvent.classThis class represents a FileTransfer Object.classThis class represents a UC4 JOBG object.classAn instance of this class represents a single HOST object.classHostgroup object.classThis class represents Include objects.classThis is the base class for all jobs.classThis class represents a standard Workflow object.classLogin object.classNotification Object.classOutput Filter.classAn object that holds settings that may be used for periodic execution of tasks.classThis class represents a PromptSet Object in the Automation Engine.classRemoteTaskManager for PeopleSoft.classQueue Object.classThis class represents an RA Connection Object.classThis class represents a CITC Object.classIA Event.classThis class represents an SAP Connection object.classRemoteTaskManager for SAP ABAP Jobs.classSchedule.classThis class represents a SCRI object.classThis class represents Server objects (type SERV).classThis class represents SLO objects.classThis class represents a STORE Object.classThis class represents Stylesheet objects.classSync object.classTime Event.classRepresents a TimeZone object.classThis class represents a USER Object in the Automation Engine.classThis class represents a User Group in the Automation Engine.classThis class represents UC4 Variable objects.classThis class represents an IF in a ProcessFlow.classThis class represents Workflow of type FOREACH.classXREQ 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 UC4ObjectModifier and TypeMethodDescriptionprotected UC4ObjectObjectFactory.updateUC4Object(UC4Object obj, String idnr, String name, String modcnt) Internal use, update idnr, name and modcnt of an UC4Object.Methods in com.uc4.api.objects with parameters of type UC4ObjectModifier and TypeMethodDescriptionprotected voidInternal use to increment the modification count of an UC4Object.protected voidInternal use to set the modification count of an UC4Object.protected UC4ObjectObjectFactory.updateUC4Object(UC4Object obj, String idnr, String name, 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 UC4ObjectModifier and TypeMethodDescriptionprotected UC4ObjectOpenObject.getObjectForType(String oType, com.uc4.util.XMLDocument doc) Returns a sub class ofUC4Objectfor the specified type.OpenObject.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 UC4ObjectModifierConstructorDescriptionAddPromptSet(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(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.Creates a newGetRestartInformationrequest.PromptInputHelp(String variableName, UC4ObjectName promptSet, 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.