|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ZOSGenerationDataGroup
The ZOSGenerationDataGroup represents a generation data group
in a z/OS system.
| Field Summary | |
|---|---|
static String |
COPY_RIGHT
|
| Method Summary | |
|---|---|
void |
addDataSet(ZOSDataSet dataSet)
Add data set to this generation data group |
void |
define(int limit,
boolean empty,
boolean scratch,
String owner,
boolean forSelected,
String forDate,
String toDate,
org.eclipse.core.runtime.IProgressMonitor monitor)
Define generation data group for this handle |
org.eclipse.core.runtime.IAdaptable |
findMemberInModel(String name)
Find a generation data set in model |
SortedSet |
getDataSets()
Get generation data set of this generation data group |
int |
getLimit()
Get limit value |
boolean |
isEmpty()
Determine if empty flag is set |
boolean |
isScratch()
Determine if scratch flag is set |
void |
removeDataSet(ZOSDataSet dataSet)
Remove data set from this generation data group |
void |
setEmpty(boolean empty)
Set empty flag |
void |
setLimit(int limit)
Set limit value |
void |
setScratch(boolean scratch)
Set scratch flag |
| Methods inherited from interface com.ibm.ftt.resources.zos.zosphysical.ZOSDataSet |
|---|
allocate, allocateLike, getCatalog, getCharacteristics, getGenerationDataGroup, getReference, getRelativeGenerationNumber, hdelete, isAlias, isMigrated, isOfflineVolume, migrate, recall, setCharacteristics, setGenerationDataGroup |
| Methods inherited from interface com.ibm.ftt.resources.zos.zosphysical.ZOSResource |
|---|
copy, getCharset, getMVSFileMapping, getMVSFileMappingOverride, getName, getResourceIdentifier, setMVSFileMappingOverride |
| Methods inherited from interface com.ibm.ftt.resources.core.physical.IPhysicalResource |
|---|
delete, deleteOverriddenPropertiesInCategory, deleteOverride, exists, getCurrentPropertyGroup, getFullPath, getModificationStamp, getModificationStamp, getOverriddenProperties, getParent, getPersistentProperty, getResourcePublisher, getSessionProperty, refresh, rename, setCurrentPropertyGroup, setOverride, setPersistentProperty, setSessionProperty |
| Methods inherited from interface com.ibm.ftt.resources.core.physical.IContainer |
|---|
exists, findMember, findMember, getMembers, members |
| Field Detail |
|---|
static final String COPY_RIGHT
| Method Detail |
|---|
SortedSet getDataSets()
org.eclipse.core.runtime.IAdaptable findMemberInModel(String name)
name - generation data set name
void define(int limit,
boolean empty,
boolean scratch,
String owner,
boolean forSelected,
String forDate,
String toDate,
org.eclipse.core.runtime.IProgressMonitor monitor)
throws OperationFailedException
limit - limit valueempty - empty flagscratch - scratch flagowner - owner of the defined generation data groupforSelected - retention period is specified by "for" or "to"forDate - retention period specified by "for"toDate - retention period specified by "to"monitor - progress monitor
OperationFailedExceptionboolean isEmpty()
true if empty flag is set, or false if notvoid setEmpty(boolean empty)
empty - empty flagboolean isScratch()
true if scratch flag is set, or false if notvoid setScratch(boolean scratch)
scratch - scratch flagint getLimit()
void setLimit(int limit)
limit - limit valuevoid addDataSet(ZOSDataSet dataSet)
dataSet - data set to be addedvoid removeDataSet(ZOSDataSet dataSet)
dataSet - data set to be removed
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||