Package | Description |
---|---|
org.wso2.carbon.ntask.core |
Modifier and Type | Method and Description |
---|---|
TaskInfo.TriggerInfo |
TaskInfo.getTriggerInfo() |
Modifier and Type | Method and Description |
---|---|
void |
TaskInfo.setTriggerInfo(TaskInfo.TriggerInfo triggerInfo) |
Constructor and Description |
---|
TaskInfo(String name,
String taskClass,
Map<String,String> properties,
String locationResolverClass,
TaskInfo.TriggerInfo triggerInfo)
Deprecated.
use setters to set location resolver related properties, if set explicitly,
users must have a way of changing this, i.e. using the UI, or else, the global tasks configuration
based settings must be used
|
TaskInfo(String name,
String taskClass,
Map<String,String> properties,
TaskInfo.TriggerInfo triggerInfo)
TaskInfo constructor.
|
Copyright © 2020 WSO2. All rights reserved.