Uses of Class
org.wso2.carbon.remotetasks.stub.admin.common.xsd.TriggerInformation
-
Packages that use TriggerInformation Package Description org.wso2.carbon.remotetasks.stub.admin.common org.wso2.carbon.remotetasks.stub.admin.common.xsd -
-
Uses of TriggerInformation in org.wso2.carbon.remotetasks.stub.admin.common
Fields in org.wso2.carbon.remotetasks.stub.admin.common declared as TriggerInformation Modifier and Type Field Description protected TriggerInformationRescheduleRemoteSystemTask. localStTriggerInfofield for StTriggerInfoprotected TriggerInformationRescheduleRemoteTask. localStTriggerInfofield for StTriggerInfoMethods in org.wso2.carbon.remotetasks.stub.admin.common that return TriggerInformation Modifier and Type Method Description TriggerInformationRescheduleRemoteSystemTask. getStTriggerInfo()Auto generated getter methodTriggerInformationRescheduleRemoteTask. getStTriggerInfo()Auto generated getter methodMethods in org.wso2.carbon.remotetasks.stub.admin.common with parameters of type TriggerInformation Modifier and Type Method Description voidRemoteTaskAdmin. rescheduleRemoteSystemTask(String taskName22, TriggerInformation stTriggerInfo23, int targetTenantId24)Auto generated method signature for Asynchronous InvocationsvoidRemoteTaskAdminStub. rescheduleRemoteSystemTask(String taskName69, TriggerInformation stTriggerInfo70, int targetTenantId71)Auto generated method signaturevoidRemoteTaskAdmin. rescheduleRemoteTask(String taskName57, TriggerInformation stTriggerInfo58)Auto generated method signature for Asynchronous InvocationsvoidRemoteTaskAdminStub. rescheduleRemoteTask(String taskName104, TriggerInformation stTriggerInfo105)Auto generated method signaturevoidRescheduleRemoteSystemTask. setStTriggerInfo(TriggerInformation param)Auto generated setter methodvoidRescheduleRemoteTask. setStTriggerInfo(TriggerInformation param)Auto generated setter method -
Uses of TriggerInformation in org.wso2.carbon.remotetasks.stub.admin.common.xsd
Fields in org.wso2.carbon.remotetasks.stub.admin.common.xsd declared as TriggerInformation Modifier and Type Field Description protected TriggerInformationStaticTaskInformation. localTriggerInformationfield for TriggerInformationMethods in org.wso2.carbon.remotetasks.stub.admin.common.xsd that return TriggerInformation Modifier and Type Method Description TriggerInformationStaticTaskInformation. getTriggerInformation()Auto generated getter methodstatic TriggerInformationTriggerInformation.Factory. parse(XMLStreamReader reader)static method to create the object Precondition: If this object is an element, the current or next start element starts this object and any intervening reader events are ignorable If this object is not an element, it is a complex type and the reader is at the event just after the outer start element Postcondition: If this object is an element, the reader is positioned at its end element If this object is a complex type, the reader is positioned at the end element of its outer elementMethods in org.wso2.carbon.remotetasks.stub.admin.common.xsd with parameters of type TriggerInformation Modifier and Type Method Description voidStaticTaskInformation. setTriggerInformation(TriggerInformation param)Auto generated setter method
-