public interface TaskObjectConfiguration<D>
Modifier and Type | Method and Description |
---|---|
int |
getIndex()
Obtains the index identifying the dependent
Object . |
D |
getKey()
Obtains the key identifying the dependent
Object . |
Class<?> |
getObjectType()
|
String |
getScopeManagedObjectName()
Obtains the name of the
ManagedObject within the
ManagedObjectScope . |
boolean |
isParameter()
|
boolean isParameter()
true
if is argument passed to the Task
.
false
indicates it is a ManagedObject
dependency.String getScopeManagedObjectName()
Obtains the name of the ManagedObject
within the
ManagedObjectScope
.
This must return a value if not a parameter.
ManagedObject
within the
ManagedObjectScope
.int getIndex()
Object
.Object
.Copyright © 2005–2016. All rights reserved.