| Package | com.esri.baserver.tasks.repository |
| Class | public class RepositoryItemParameters |
| Inheritance | RepositoryItemParameters BABaseParameters Object |
| Implements | IRepositoryItem, IBAResultProcessor |
| Subclasses | OpenFeatureLayerParameters |
| Property | Defined By | ||
|---|---|---|---|
| folderType : FolderType [read-only]
Folder type. | RepositoryItemParameters | ||
| item : FolderItem
Folder item to work with. | RepositoryItemParameters | ||
| itemName : String [read-only]
Item name. | RepositoryItemParameters | ||
| projectName : String [read-only]
Project name. | RepositoryItemParameters | ||
![]() | resultType : BAResultType [read-only]
Type of a result returned by the task associated with these parameters. | BABaseParameters | |
![]() | taskName : String [read-only]
Name of a Business Analyst Server task associated with these parameters. | BABaseParameters | |
| workspaceName : String [read-only]
Workspace name. | RepositoryItemParameters | ||
| Property | Defined By | ||
|---|---|---|---|
| itemVariableName : String [write-only]
Name of folder item variable. | RepositoryItemParameters | ||
| Method | Defined By | ||
|---|---|---|---|
RepositoryItemParameters(taskName:String, resultType:BAResultType, item:FolderItem, processResult:Function = null)
Creates a new instance of the RepositoryItemParameters class. | RepositoryItemParameters | ||
| folderType | property |
folderType:FolderType [read-only] Folder type.
public function get folderType():FolderType| item | property |
item:FolderItemFolder item to work with.
public function get item():FolderItem public function set item(value:FolderItem):void| itemName | property |
itemName:String [read-only] Item name.
public function get itemName():String| itemVariableName | property |
itemVariableName:String [write-only] Name of folder item variable.
The default value is "item".
protected function set itemVariableName(value:String):void| projectName | property |
projectName:String [read-only] Project name.
public function get projectName():String| workspaceName | property |
workspaceName:String [read-only] Workspace name.
public function get workspaceName():String| RepositoryItemParameters | () | Constructor |
public function RepositoryItemParameters(taskName:String, resultType:BAResultType, item:FolderItem, processResult:Function = null)Creates a new instance of the RepositoryItemParameters class.
ParameterstaskName:String — Task name.
| |
resultType:BAResultType — Task result type.
| |
item:FolderItem — Folder item.
| |
processResult:Function (default = null) — A function processing the result.
|