public interface FetchManagedDirectoryCmd extends AbstractFetchNounCmd
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT
IBM Copyright notice field.
|
Modifier and Type | Method and Description |
---|---|
java.util.List |
getManagedDirectories()
Returns the list of ManagedDirectories that where retrieved when executing
the fetch.
|
ShowType |
getPagingParameter()
This method gets the paging parameters
|
void |
setGetManagedDirectory(GetManagedDirectoryType aGetManagedDirectory)
This method sets the
GetManagedDirectoryType . |
void |
setPagingParameter(ShowType aPagingParameter)
This method sets the paging parameters
|
getNouns, getShow, setGet, setSearchExpression
static final java.lang.String COPYRIGHT
java.util.List getManagedDirectories()
void setGetManagedDirectory(GetManagedDirectoryType aGetManagedDirectory)
GetManagedDirectoryType
.aGetManagedDirectory
- The GetManagedDirectoryType
to be set which contains the parameters used to fetch.ShowType getPagingParameter()
void setPagingParameter(ShowType aPagingParameter)
aPagingParameter
- The paging parameter to set.