public interface IOperation extends IAsset
Modifier and Type | Interface and Description |
---|---|
static class |
IOperation.MethodType |
Modifier and Type | Method and Description |
---|---|
String |
getHref()
Gets the href of this Operation
|
IOperation.MethodType |
getMethod()
gets the method type of operation
|
String |
getRel()
Gets the rel of this Operation
|
IProperty |
getSchema()
gets the lists of input arguments
|
String |
getSource()
Gets the source of Operation
|
IProperty |
getTargetSchema()
gets the type of the returned object
|
boolean |
hasMultipleArguments()
Utility method to check if operation have multiple arguments
|
boolean |
isGenericOperation()
Represent if operation is generic in nature, which means it allow FDM author to add/remove argument of operation.
|
void |
setSource(String source)
sets the source of Operation
|
getDescription, getId, getName, getTitle
String getSource()
void setSource(String source)
String getRel()
String getHref()
IOperation.MethodType getMethod()
IOperation.MethodType
IProperty getTargetSchema()
IProperty getSchema()
boolean hasMultipleArguments()
boolean isGenericOperation()
Copyright © 1982–2022 Adobe Systems Inc.. All rights reserved.