com.ibm.etools.systems.as400filesubsys.impl
Class ISeriesIFSFileElement
java.lang.Object
com.ibm.etools.iseries.comm.interfaces.ISeriesHostObjectNameOnly
com.ibm.etools.iseries.comm.interfaces.ISeriesHostObjectBrief
com.ibm.etools.iseries.comm.interfaces.ISeriesHostObjectBasic
com.ibm.etools.systems.as400filesubsys.impl.ISeriesIFSFileElement
- All Implemented Interfaces:
- IAdaptable, com.ibm.etools.iseries.comm.interfaces.IISeriesHostObjectBasic, com.ibm.etools.iseries.comm.interfaces.IISeriesHostObjectBrief, com.ibm.etools.iseries.comm.interfaces.IISeriesHostObjectNameOnly
- public class ISeriesIFSFileElement
- extends com.ibm.etools.iseries.comm.interfaces.ISeriesHostObjectBasic
- implements IAdaptable
This class represents an iSeries IFS file within a folder, as returned
from a remote list request for IFS files.
We'd like to use the ISeriesHostObjectBasic class directly, as that is
what the comm layer returns, but to support the PropertySheet we must
implement IAdaptable. This class thus simply mixes that in.
Note the getAdapter request is simply deferred to the platform, and
thus we assume an adapter has been registered for objects of this class type.
Fields inherited from class com.ibm.etools.iseries.comm.interfaces.ISeriesHostObjectBasic |
changeDate, Copyright, createDate, size |
Fields inherited from class com.ibm.etools.iseries.comm.interfaces.ISeriesHostObjectBrief |
file, status, subtype, text, type |
Fields inherited from class com.ibm.etools.iseries.comm.interfaces.ISeriesHostObjectNameOnly |
library, name |
Fields inherited from interface com.ibm.etools.iseries.comm.interfaces.IISeriesHostObjectBrief |
STATUS_DAMAGED, STATUS_LOCKED, STATUS_NOTAUTHORIZED, STATUS_OK, STATUS_PARTIALLYDAMAGED, STATUS_STRING_DAMAGED, STATUS_STRING_LOCKED, STATUS_STRING_NOTAUTHORIZED, STATUS_STRING_PARTIALLYDAMAGED |
Methods inherited from class com.ibm.etools.iseries.comm.interfaces.ISeriesHostObjectBasic |
getDateCreated, getDateModified, getSize, setDateCreated, setDateModified, setSize, writeObjectInfo |
Methods inherited from class com.ibm.etools.iseries.comm.interfaces.ISeriesHostObjectBrief |
getDescription, getFile, getInformationStatus, getSubType, getType, setDescription, setFile, setInformationStatus, setSubType, setType, toString |
Methods inherited from class com.ibm.etools.iseries.comm.interfaces.ISeriesHostObjectNameOnly |
getLibrary, getName, setLibrary, setName |
Methods inherited from interface com.ibm.etools.iseries.comm.interfaces.IISeriesHostObjectBrief |
getDescription, getFile, getInformationStatus, getSubType, getType, setDescription, setFile, setInformationStatus, setSubType, setType |
Methods inherited from interface com.ibm.etools.iseries.comm.interfaces.IISeriesHostObjectNameOnly |
getLibrary, getName, setLibrary, setName, toString |
copyright
public static final String copyright
- See Also:
- Constant Field Values
ISeriesIFSFileElement
public ISeriesIFSFileElement(ISeriesElementContext context)
- Constructor
getContext
public ISeriesElementContext getContext()
- Return context of this GUI element object
getAdapter
public Object getAdapter(Class adapterType)
- As required by the IAdaptable interface.
- Specified by:
getAdapter
in interface IAdaptable
- See Also:
IAdaptable.getAdapter(Class)
Copyright © 2005 IBM Corp. All Rights Reserved.
Note: This documentation is for part of an interim API that is still under development and expected to change significantly before reaching stability. It is being made available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.