com.ibm.ftt.projects.zos.zoslogical
Interface LZOSPartitionedDataSet

All Superinterfaces:
org.eclipse.core.runtime.IAdaptable, IContainer, ILogicalContainer, ILogicalResource, IRemoteResource, LZOSDataSet, LZOSResource

public interface LZOSPartitionedDataSet
extends ILogicalContainer, LZOSDataSet

A logical zOS partitioned dataset.


Field Summary
static String COPY_RIGHT
           
 
Method Summary
 void compress(boolean wait, String backup, org.eclipse.core.runtime.IProgressMonitor monitor)
          Compresses this partitioned data set.
 
Methods inherited from interface com.ibm.ftt.projects.core.logical.ILogicalContainer
addMember, removeMember
 
Methods inherited from interface com.ibm.ftt.resources.core.physical.IContainer
exists, findMember, findMember, getMembers, members
 
Methods inherited from interface com.ibm.ftt.projects.zos.zoslogical.LZOSDataSet
hdelete, migrate, recall
 
Methods inherited from interface com.ibm.ftt.projects.zos.zoslogical.LZOSResource
getCharset, getMVSFileMapping, getMVSFileMappingOverride, getProject, getReference, getSubProject, isAlias, isMigrated, isOfflineVolume, setMVSFileMappingOverride
 
Methods inherited from interface com.ibm.ftt.projects.core.logical.IRemoteResource
exists, getSystem, goOffline, goOnline, refersTo
 
Methods inherited from interface com.ibm.ftt.projects.core.logical.ILogicalResource
delete, deleteOverriddenPropertiesInCategory, deleteOverride, getCurrentPropertyGroup, getFullPath, getLogicalParent, getName, getOverriddenProperties, getPersistentProperty, getPhysicalResource, getResourcePublisher, getSessionProperty, refresh, remove, rename, setCurrentPropertyGroup, setOverride, setPersistentProperty, setSessionProperty
 

Field Detail

COPY_RIGHT

static final String COPY_RIGHT
See Also:
Constant Field Values
Method Detail

compress

void compress(boolean wait,
              String backup,
              org.eclipse.core.runtime.IProgressMonitor monitor)
              throws OperationFailedException
Compresses this partitioned data set. Optionally creates a backup data set during the compress operation. If the compress operation succeeds, the back up data set will be deleted automatically. Otherwise, the content of the data set before the compress will be contained in the backup data set.

Parameters:
wait - currently not used
backup - name of the backup data set to create; null or an empty string if no backup data set is desired
monitor - a IProgressMonitor to indicate the progress, or null if progress reporting is not desired
Throws:
OperationFailedException - if compress operation failed