Uses of Class
org.wso2.carbon.remotetasks.stub.admin.common.xsd.StaticTaskInformation
Packages that use StaticTaskInformation
Package
Description
-
Uses of StaticTaskInformation in org.wso2.carbon.remotetasks.stub.admin.common
Fields in org.wso2.carbon.remotetasks.stub.admin.common declared as StaticTaskInformationModifier and TypeFieldDescriptionprotected StaticTaskInformationAddRemoteSystemTask.localTaskInfofield for TaskInfoprotected StaticTaskInformationAddRemoteTask.localTaskInfofield for TaskInfoMethods in org.wso2.carbon.remotetasks.stub.admin.common that return StaticTaskInformationModifier and TypeMethodDescriptionAddRemoteSystemTask.getTaskInfo()Auto generated getter methodAddRemoteTask.getTaskInfo()Auto generated getter methodMethods in org.wso2.carbon.remotetasks.stub.admin.common with parameters of type StaticTaskInformationModifier and TypeMethodDescriptionvoidRemoteTaskAdmin.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 StaticTaskInformationModifier and TypeFieldDescriptionprotected StaticTaskInformationDeployedTaskInformation.localStaticTaskInfofield for StaticTaskInfoMethods in org.wso2.carbon.remotetasks.stub.admin.common.xsd that return StaticTaskInformationModifier and TypeMethodDescriptionDeployedTaskInformation.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 StaticTaskInformationModifier and TypeMethodDescriptionvoidDeployedTaskInformation.setStaticTaskInfo(StaticTaskInformation param) Auto generated setter method