|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface CARMAMember
A representation of the model object 'CARMA Member'. A CARMA resource associated with file contents
The following features are supported:
ModelPackage.getCARMAMember()| Field Summary | |
|---|---|
static java.lang.String |
copyright
|
| Fields inherited from interface com.ibm.carma.model.CARMAResource |
|---|
NO_EXTENSION |
| Method Summary | |
|---|---|
CARMAReturn |
copyFromExternal(org.eclipse.core.runtime.IProgressMonitor pm,
java.lang.String remoteLocation,
java.lang.Object[] parameters)
|
CARMAReturn |
copyToExternal(org.eclipse.core.runtime.IProgressMonitor pm,
java.lang.String remoteLocation,
java.lang.Object[] parameters)
|
int |
getLRECL()
Returns the value of the 'LRECL' attribute. |
FileReturn |
getMemberContents(org.eclipse.core.runtime.IProgressMonitor pm,
java.lang.Object[] parameters)
|
java.lang.String |
getRecFM()
Returns the value of the 'Rec FM' attribute. |
java.lang.String |
getVersion()
Returns the value of the 'Version' attribute. |
org.eclipse.emf.common.util.EList |
getVersionHistory()
Returns the value of the 'Version History' containment reference list. |
boolean |
isSetLRECL()
Returns whether the value of the ' LRECL' attribute is set. |
boolean |
isSetRecFM()
Returns whether the value of the ' Rec FM' attribute is set. |
boolean |
isSetVersion()
Returns whether the value of the ' Version' attribute is set. |
boolean |
isSetVersionHistory()
Returns whether the value of the ' Version History' containment reference list is set. |
CARMAReturn |
refreshVersionHistory(org.eclipse.core.runtime.IProgressMonitor pm,
boolean sendNotification,
java.lang.Object[] parameters)
|
CARMAReturn |
refreshVersionHistoryWithMemberInfo(org.eclipse.core.runtime.IProgressMonitor pm,
boolean sendNotification,
java.lang.String[] keys,
java.lang.Object[] parameters)
|
CARMAReturn |
setMemberContents(org.eclipse.core.runtime.IProgressMonitor pm,
java.lang.Object[] parameters,
java.io.InputStream fileStream)
|
| Methods inherited from interface com.ibm.carma.model.CARMAContent |
|---|
getContainer |
| Methods inherited from interface com.ibm.carma.model.CARMAResource |
|---|
delete, delete, getCARMA, getFileName, getLastRefreshTime, getLocalExtension, getMemberId, getMemberInfo, getMemberInfoMap, getName, getRamExtension, getRepository, getRepositoryManager, isBinary, isSetBinary, isSetLocalExtension, isSetMemberInfoMap, isSetRamExtension, refreshMemberInfo, refreshRAMFileExtension, setBinary, setLocalExtension, setMemberInfo, setName, unsetBinary, unsetLocalExtension |
| Methods inherited from interface com.ibm.carma.model.CustomActionAccepter |
|---|
findActionFor, markActionUnsupported, performAction |
| Methods inherited from interface org.eclipse.emf.ecore.EObject |
|---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset |
| Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
|---|
eAdapters, eDeliver, eNotify, eSetDeliver |
| Methods inherited from interface org.eclipse.core.runtime.IAdaptable |
|---|
getAdapter |
| Methods inherited from interface com.ibm.carma.model.Managed |
|---|
checkin, checkout, lock, unlock |
| Methods inherited from interface com.ibm.carma.model.Movable |
|---|
copy, move |
| Methods inherited from interface com.ibm.carma.model.Convertable |
|---|
getBidiOptions, getBidiOptionsFile, getLocalCodepage, getRemoteCodepage, isSetBidiOptions, isSetBidiOptionsFile, isSetLocalCodepage, isSetRemoteCodepage, setBidiOptions, setBidiOptionsFile, setLocalCodepage, setRemoteCodepage, unsetBidiOptions, unsetBidiOptionsFile, unsetLocalCodepage, unsetRemoteCodepage |
| Field Detail |
|---|
static final java.lang.String copyright
| Method Detail |
|---|
int getLRECL()
isSetLRECL(),
ModelPackage.getCARMAMember_LRECL()boolean isSetLRECL()
LRECL' attribute is set.
getLRECL()java.lang.String getRecFM()
isSetRecFM(),
ModelPackage.getCARMAMember_RecFM()boolean isSetRecFM()
Rec FM' attribute is set.
getRecFM()java.lang.String getVersion()
isSetVersion(),
ModelPackage.getCARMAMember_Version()boolean isSetVersion()
Version' attribute is set.
getVersion()
org.eclipse.emf.common.util.EList getVersionHistory()
throws NotSynchronizedException
CARMAMemberVersion.
The list of prior versions for the CARMA member
NotSynchronizedExceptionisSetVersionHistory(),
ModelPackage.getCARMAMember_VersionHistory()boolean isSetVersionHistory()
Version History' containment reference list is set.
getVersionHistory()
FileReturn getMemberContents(org.eclipse.core.runtime.IProgressMonitor pm,
java.lang.Object[] parameters)
throws org.eclipse.core.runtime.CoreException,
UnsupportedCARMAOperationException,
NotConnectedException
The getMemberContents action specification can be located using the
CustomActionAccepter.findActionFor(String) method and inspecting the action
object returned. The parameter array is expected to consist of object values of
the type defined by the action parameter list in the order
specified by the parameter list.
The parameters array should:
parameters specificationtype specified for each parameter
pm - Progress meter for the operationparameters - Custom Parameters required by the Repository manager in the parameter order specified by the action description
org.eclipse.core.runtime.CoreException - An error occurred during execution of the command
NotConnectedException - The action could not be performed because the CARMA connection is not active.
UnsupportedCARMAOperationException - The action could not be performed because the action is not supported by the Repository Manager on the host
CARMAReturn setMemberContents(org.eclipse.core.runtime.IProgressMonitor pm,
java.lang.Object[] parameters,
java.io.InputStream fileStream)
throws org.eclipse.core.runtime.CoreException,
UnsupportedCARMAOperationException,
NotConnectedException
The setMemberContents action specification can be located using the
CustomActionAccepter.findActionFor(String) method and inspecting the action
object returned. The parameter array is expected to consist of object values of
the type defined by the action parameter list in the order
specified by the parameter list.
The parameters array should:
parameters specificationtype specified for each parameter
pm - Progress monitor for the operationparameters - Custom Parameters required by the Repository manager in the parameter order specified by the action descriptionfileStream - The byte stream of the contents of the associated CARMA member file
org.eclipse.core.runtime.CoreException - An error occurred during execution of the command
NotConnectedException - The action could not be performed because the CARMA connection is not active.
UnsupportedCARMAOperationException - The action could not be performed because the action is not supported by the Repository Manager on the host
CARMAReturn copyToExternal(org.eclipse.core.runtime.IProgressMonitor pm,
java.lang.String remoteLocation,
java.lang.Object[] parameters)
throws org.eclipse.core.runtime.CoreException,
UnsupportedCARMAOperationException,
NotConnectedException
The copyToExternal action specification can be located using the
CustomActionAccepter.findActionFor(String) method and inspecting the action
object returned. The parameter array is expected to consist of object values of
the type defined by the action parameter list in the order
specified by the parameter list.
The parameters array should:
parameters specificationtype specified for each parameter
pm - Progress monitor for the operationremoteLocation - The remote location the CARMA member should be copied to, either a Sequential Data Set [xxx.xxx.xxx] or a PDS member [xxxx.xxxx.xxx(meber)]parameters - Custom Parameters required by the Repository manager in the parameter order specified by the action description
org.eclipse.core.runtime.CoreException - An error occurred during execution of the command
NotConnectedException - The action could not be performed because the CARMA connection is not active.
UnsupportedCARMAOperationException - The action could not be performed because the action is not supported by the Repository Manager on the host
CARMAReturn copyFromExternal(org.eclipse.core.runtime.IProgressMonitor pm,
java.lang.String remoteLocation,
java.lang.Object[] parameters)
throws org.eclipse.core.runtime.CoreException,
UnsupportedCARMAOperationException,
NotConnectedException
The copyFromExternal action specification can be located using the
CustomActionAccepter.findActionFor(String) method and inspecting the action
object returned. The parameter array is expected to consist of object values of
the type defined by the action parameter list in the order
specified by the parameter list.
The parameters array should:
parameters specificationtype specified for each parameter
pm - Progress monitor for the operationremoteLocation - The remote location member that should be copied into the CARMA member contents, either a Sequential Data Set [xxx.xxx.xxx] or a PDS member [xxxx.xxxx.xxx(meber)]parameters - Custom Parameters required by the Repository manager in the parameter order specified by the action description
org.eclipse.core.runtime.CoreException - An error occurred during execution of the command
NotConnectedException - The action could not be performed because the CARMA connection is not active.
UnsupportedCARMAOperationException - The action could not be performed because the action is not supported by the Repository Manager on the host
CARMAReturn refreshVersionHistory(org.eclipse.core.runtime.IProgressMonitor pm,
boolean sendNotification,
java.lang.Object[] parameters)
throws org.eclipse.core.runtime.CoreException,
UnsupportedCARMAOperationException,
NotConnectedException
The refreshVersionHistory action specification can be located using the
CustomActionAccepter.findActionFor(String) method and inspecting the action
object returned. The parameter array is expected to consist of object values of
the type defined by the action parameter list in the order
specified by the parameter list.
The parameters array should:
parameters specificationtype specified for each parameter
pm - progress monitor for the operationsendNotification - flag indicates if notification should be sent to listeners when changes occur to the version list during updateparameters - Custom parameters as required by the Repository Manager
org.eclipse.core.runtime.CoreException - An error occurred during execution of the command
NotConnectedException - The action could not be performed because the CARMA connection is not active.
UnsupportedCARMAOperationException - The action could not be performed because the action is not supported by the Repository Manager on the host
CARMAReturn refreshVersionHistoryWithMemberInfo(org.eclipse.core.runtime.IProgressMonitor pm,
boolean sendNotification,
java.lang.String[] keys,
java.lang.Object[] parameters)
throws org.eclipse.core.runtime.CoreException,
NotConnectedException,
UnsupportedCARMAOperationException
The getVersionHistoryWithMemberInfo action specification can be located using the
CustomActionAccepter.findActionFor(String) method and inspecting the action
object returned. The parameter array is expected to consist of object values of
the type defined by the action parameter list in the order
specified by the parameter list.
The parameters array should:
parameters specificationtype specified for each parameter
pm - progress monitor for the operationsendNotification - flag indicates if notification should be sent to listeners when changes occur to the version list during updatekeys - Member info keys to refreshparameters - Custom parameters as required by the Repository Manager
org.eclipse.core.runtime.CoreException - An error occurred during execution of the command
NotConnectedException - The action could not be performed because the CARMA connection is not active.
UnsupportedCARMAOperationException - The action could not be performed because the action is not supported by the Repository Manager on the host
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||