Uses of Class
org.wso2.carbon.remotetasks.stub.admin.common.xsd.StaticTaskInformation
-
Packages that use StaticTaskInformation Package Description org.wso2.carbon.remotetasks.stub.admin.common org.wso2.carbon.remotetasks.stub.admin.common.xsd -
-
Uses of StaticTaskInformation in org.wso2.carbon.remotetasks.stub.admin.common
Fields in org.wso2.carbon.remotetasks.stub.admin.common declared as StaticTaskInformation Modifier and Type Field Description protected StaticTaskInformationAddRemoteSystemTask. localTaskInfofield for TaskInfoprotected StaticTaskInformationAddRemoteTask. localTaskInfofield for TaskInfoMethods in org.wso2.carbon.remotetasks.stub.admin.common that return StaticTaskInformation Modifier and Type Method Description StaticTaskInformationAddRemoteSystemTask. getTaskInfo()Auto generated getter methodStaticTaskInformationAddRemoteTask. getTaskInfo()Auto generated getter methodMethods in org.wso2.carbon.remotetasks.stub.admin.common with parameters of type StaticTaskInformation Modifier and Type Method Description voidRemoteTaskAdmin. addRemoteSystemTask(StaticTaskInformation taskInfo42, int targetTenantId43)Auto generated method signature for Asynchronous InvocationsvoidRemoteTaskAdminStub. addRemoteSystemTask(StaticTaskInformation taskInfo89, int targetTenantId90)Auto generated method signaturevoidRemoteTaskAdmin. addRemoteTask(StaticTaskInformation taskInfo34)Auto generated method signature for Asynchronous InvocationsvoidRemoteTaskAdminStub. addRemoteTask(StaticTaskInformation taskInfo81)Auto generated method signaturevoidAddRemoteSystemTask. setTaskInfo(StaticTaskInformation param)Auto generated setter methodvoidAddRemoteTask. setTaskInfo(StaticTaskInformation param)Auto generated setter method -
Uses of StaticTaskInformation in org.wso2.carbon.remotetasks.stub.admin.common.xsd
Fields in org.wso2.carbon.remotetasks.stub.admin.common.xsd declared as StaticTaskInformation Modifier and Type Field Description protected StaticTaskInformationDeployedTaskInformation. localStaticTaskInfofield for StaticTaskInfoMethods in org.wso2.carbon.remotetasks.stub.admin.common.xsd that return StaticTaskInformation Modifier and Type Method Description StaticTaskInformationDeployedTaskInformation. getStaticTaskInfo()Auto generated getter methodstatic StaticTaskInformationStaticTaskInformation.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 StaticTaskInformation Modifier and Type Method Description voidDeployedTaskInformation. setStaticTaskInfo(StaticTaskInformation param)Auto generated setter method
-