Rational Developer for Power Systems Software
V7.6

com.ibm.etools.iseries.services.qsys.api
Interface IQSYSMember

All Superinterfaces:
IISeriesHostMemberBasic, IISeriesHostMemberBrief, IISeriesHostMemberNameOnly, IISeriesHostObjectBasic, IISeriesHostObjectBrief, IISeriesHostObjectNameOnly, IQSYSResource
All Known Subinterfaces:
IQSYSDataMember, IQSYSSourceMember
All Known Implementing Classes:
QSYSHostDataMember, QSYSHostMember, QSYSHostSourceMember, QSYSRemoteDataMember, QSYSRemoteMember, QSYSRemoteSourceMember

public interface IQSYSMember
extends IISeriesHostObjectBrief, IISeriesHostMemberBasic, IQSYSResource

Interface representing an IBM i physical file member.


Field Summary
static String copyright
           
 
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
 
Method Summary
 boolean canRead()
          Test if the current user profile has read access to the member
 boolean canWrite()
          Test if the current user profile has write access to the member
 void clearCachedProperties()
          Clear cached properties, next access to the properties will refresh them from the server.
 Date getDateRestored()
          Return the saved date
 Date getDateSaved()
          Return the saved date
 int getNumberOfDeletedRecords()
          Return the number of deleted records
 int getNumberOfRecords()
          Return the number of records
 void setDateRestored(Date date)
          Set the saved date
 void setDateSaved(Date date)
          Set the saved date
 void setNumberOfDeletedRecords(int records)
          Set the number of deleted records
 void setNumberOfRecords(int records)
          Set the number of records
 
Methods inherited from interface com.ibm.etools.iseries.comm.interfaces.IISeriesHostObjectBasic
getDateCreated, getDateModified, getSize, setDateCreated, setDateModified, setSize
 
Methods inherited from interface com.ibm.etools.iseries.comm.interfaces.IISeriesHostMemberBrief
getFile, setFile
 
Methods inherited from interface com.ibm.etools.iseries.comm.interfaces.IISeriesHostObjectBrief
getDescription, getInformationStatus, getSubType, getType, setDescription, setInformationStatus, setSubType, setType
 
Methods inherited from interface com.ibm.etools.iseries.comm.interfaces.IISeriesHostMemberNameOnly
toString, writeObjectInfo
 
Methods inherited from interface com.ibm.etools.iseries.comm.interfaces.IISeriesHostObjectNameOnly
getLibrary, getName, setLibrary, setName
 
Methods inherited from interface com.ibm.etools.iseries.services.qsys.api.IQSYSResource
exists, getAbsoluteName, getDateCreated, getDateModified, getDescription, getFullName, getLibrary, getName, getParent, getSize, getSubType, getType, setDescription, setLibrary, setName, setSubType, setType
 

Field Detail

copyright

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

getDateSaved

Date getDateSaved()
Return the saved date


getDateRestored

Date getDateRestored()
Return the saved date


getNumberOfRecords

int getNumberOfRecords()
Return the number of records


getNumberOfDeletedRecords

int getNumberOfDeletedRecords()
Return the number of deleted records


setDateSaved

void setDateSaved(Date date)
Set the saved date


setDateRestored

void setDateRestored(Date date)
Set the saved date


setNumberOfRecords

void setNumberOfRecords(int records)
Set the number of records


setNumberOfDeletedRecords

void setNumberOfDeletedRecords(int records)
Set the number of deleted records


canRead

boolean canRead()
                throws SystemMessageException
Test if the current user profile has read access to the member

Throws:
SystemMessageException

canWrite

boolean canWrite()
                 throws SystemMessageException
Test if the current user profile has write access to the member

Throws:
SystemMessageException

clearCachedProperties

void clearCachedProperties()
Clear cached properties, next access to the properties will refresh them from the server.


Rational Developer for Power Systems Software
V7.6

Copyright © 2011 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.