|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface TaskObjectConfiguration<D>
Configuration for a dependent Object of a Task.
| Method Summary | |
|---|---|
int |
getIndex()
Obtains the index identifying the dependent Object. |
D |
getKey()
Obtains the key identifying the dependent Object. |
Class<?> |
getObjectType()
Obtains the type of Object required by the Task. |
String |
getScopeManagedObjectName()
Obtains the name of the ManagedObject within the
ManagedObjectScope. |
boolean |
isParameter()
Indicates if this dependent Object is the argument passed to the
Task. |
| Method Detail |
|---|
boolean isParameter()
Object is the argument passed to the
Task.
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.Class<?> getObjectType()
Object required by the Task.
Object required by the Task.int getIndex()
Object.
Object.D getKey()
Object.
Object. null
if indexed.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||