| Package | Description |
|---|---|
| com.microfocus.awm.control |
Contains basic classes for executing AWM actions, like
the ActionExecutor.
|
| com.microfocus.awm.control.internal |
Internal implementations for action execution and data model manipulation.
|
| com.microfocus.awm.control.toolexecution.internal | |
| com.microfocus.awm.core |
Contains central helper classes (like TaurusUtility) and
basic implementations of AWM interfaces.
|
| com.microfocus.awm.core.internal |
Internal core classes.
|
| com.microfocus.awm.core.internal.util | |
| com.microfocus.awm.localsystem |
Internal implementations for local AWM system types.
|
| com.microfocus.awm.model |
Contains interfaces which provide access to AWM managed
resources at run-time like AWM applications, elements, element lists,
filters, file descriptors, actions, tools, properties and the master
configuration, and so on.
|
| com.microfocus.awm.model.internal |
Internal implementations of AWM interfaces.
|
| com.microfocus.awm.model.toolexecution | |
| com.microfocus.zserver.zexplorer |
Basic z/Explorer classes including Eclipse RSE implementations.
|
| com.microfocus.zserver.zexplorer.model |
Interfaces for the z/Explorer model (MVS resources).
|
| com.microfocus.zserver.zexplorer.ui |
UI related classes including dialogs and helper classes e.g.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
ElementListController.addList(IElementList pElementList,
java.lang.String pPreviousListID,
boolean pNotify)
Deprecated.
Add a new element list to the element list map and maintain the related
internal data structures.
|
static void |
ElementListController.addList(IElementList pElementList,
java.lang.String pPreviousListID,
java.lang.String pTableViewSecondaryId)
Deprecated.
Add a new element list to the element list map and table view secondary
id map and maintain the related internal data structures.
|
static void |
EditUtilities.cleanUpEdit(IResource pRes,
FileDescriptor pFile2Delete,
IExecutionContext pContext)
Deletes a local file.
|
static void |
ElementListController.clearCacheElementList()
Deprecated.
Delete all element lists in the cache.
|
static void |
EditUtilities.createLocalFile(FileDescriptor pFileDescr,
IElement pElement,
IExecutionContext pContext,
org.eclipse.core.runtime.IProgressMonitor pMon)
Creates a local IFile in the internal TAURUS project and maintains the
internal maps for local edit.
|
static FileDescriptor |
EditUtilities.createTempFile(FileDescriptor pFDSource,
java.lang.String pFileName,
IElement pElement,
IExecutionContext pContext,
boolean pReadOnly)
Creates a temporary local file within the TAURUS file system.
|
static void |
FilterController.execFilterAdd(IFilter pFilter,
boolean pSaveFilter,
boolean pNotify)
Add a the given filter to the TAURUS filter list.
|
static void |
FilterController.execFilterAdd(IFilter pFilter,
boolean pSaveFilter,
boolean pNotify,
int pIndex)
Add the given filter to the TAURUS filter list at the given position.
|
static void |
FilterController.execFilterAdd(java.util.List<IFilter> pFilters,
boolean pSaveFilter,
boolean pNotify)
Add the given filters to the TAURUS filter list.
|
static void |
FilterController.execFilterAdd(java.util.List<IFilter> pFilters,
boolean pSaveFilter,
boolean pNotify,
int pIndex)
Add the given filters to the TAURUS filter list at the given position.
|
static void |
FilterController.execFilterMove(IFilter pFilter,
boolean pSaveFilter,
boolean pNotify,
int pIndex)
Move the given filter to the TAURUS filter list at the given position.
|
static void |
FilterController.execFilterMove(java.util.List<IFilter> pFilters,
boolean pSaveFilter,
boolean pNotify,
int pIndex)
Move the given filters to the TAURUS filter list at the given position.
|
static void |
FilterController.execFilterRemove(IFilter pFilter)
Remove the given filter from the TAURUS filter list.
|
static void |
FilterController.execFilterRemove(java.util.List<IFilter> pFilters)
Remove the given filters from the TAURUS filter list.
|
static void |
ElementlistManager.fillElementList(IGetDataResponse pResp,
FileDescriptor pFD,
IElementList pElementList,
IExecutionContext pContext)
Finds the file output parameter from the given tool descriptor and
converts the physical element list into element list entries.
|
static void |
ElementlistManager.fillElementList(ISystemImage pImg,
java.io.InputStream pIS,
FileDescriptor pFD,
IElementList pElementList,
IExecutionContext pContext)
Deprecated.
used
ElementlistManager.fillElementList(IGetDataResponse, FileDescriptor, IElementList, IExecutionContext)
instead because the local code page
IGetDataResponse.getLocalCodePage() used to create
the input stream is needed to read it.) |
static void |
ElementlistManager.fillElementList(ToolDescriptor pTd,
IElementList pElementList,
ActionDescriptor filActDescr,
IExecutionContext pContext)
Finds the file output parameter from the given tool descriptor and
converts the physical element list into element list entries.
|
static org.eclipse.core.resources.IFolder |
EditUtilities.getCacheFolder(FileDescriptor pFD,
IExecutionContext pContext)
Creates and gets the folder where the file corresponding to the given
file descriptor will be cached.
|
static int |
FilterController.getFilterListSize()
Gets the number of existing filters of the currently loaded application.
|
static org.eclipse.core.resources.IFile |
EditUtilities.getLocalFile(IElement pElement)
Uses the element's ID definition to get the persistent workspace path of
the given element.
|
static org.eclipse.core.resources.IFile |
EditUtilities.openFile(FileDescriptor pFD,
IExecutionContext pContext,
boolean pReadOnly,
java.lang.String pSuffix,
int pLine,
org.eclipse.core.runtime.IProgressMonitor pMon)
Opens the given Content in the default editor for the given file
extension.The MF background parsing is turn off.
|
java.util.List<TaurusSystemPersistableProxy> |
MasterConfigurationParser.parseMasterConfiguration()
Parses the given master configuration.
|
static void |
ElementListController.removeElementListEntry(IElementList pElementList,
IElementListEntry pElementListEntry,
boolean pRefreshList)
Deprecated.
Remove the given element list entry from the given element list.
|
static void |
EditUtilities.uploadFile(FileDescriptor pSource,
FileDescriptor pTarget,
IExecutionContext pContext,
EExistingResourceHandling pExistingResourceHandling,
org.eclipse.core.runtime.IProgressMonitor pMon)
Uploads the contents of a File Descriptor.
|
static void |
EditUtilities.uploadFile(FileDescriptor pSource,
FileDescriptor pTarget,
IExecutionContext pContext,
org.eclipse.core.runtime.IProgressMonitor pMon)
Uploads the contents of a File Descriptor.
|
static void |
EditUtilities.uploadFile(java.util.List<FileDescriptor> pSources,
java.util.List<FileDescriptor> pTargets,
IExecutionContext pContext,
EExistingResourceHandling pExistingResourceHandling,
org.eclipse.core.runtime.IProgressMonitor pMon)
Uploads the contents of File Descriptors.
|
static void |
EditUtilities.uploadFile(java.util.List<FileDescriptor> pSources,
java.util.List<FileDescriptor> pTargets,
IExecutionContext pContext,
org.eclipse.core.runtime.IProgressMonitor pMon)
Uploads the contents of File Descriptors.
|
| Modifier and Type | Method and Description |
|---|---|
static ISystemImage |
TaurusSystemLoader.findImageWithWait(java.lang.String sysName,
java.lang.String remoteSystemName,
int pWaitTimeSeconds)
Finds the given remote system name and waits for the given amount of
seconds if the connection cannot be found.
|
static IElementListEntry |
ResourceOperationProcessor.insertNewElementEntry(java.lang.String pNewEleID,
IElementListEntry pReferenceEntry,
ElementType pNewEleType,
IElementList pElmList,
java.util.Collection<IPropertyValue> pProperties,
boolean pInsertChild,
ISystemImage pSystemImage)
Creates a new element list entry and adds it to the element list.
|
| Modifier and Type | Method and Description |
|---|---|
IPropertyData |
FileData.getPropertyData() |
IGetDataResponse |
FileData.getRawContents() |
| Modifier and Type | Method and Description |
|---|---|
static void |
TaurusUtility.associatePropertyGroup(IElement pElement,
org.eclipse.core.resources.IFile pFile)
Associate the property group corresponding to the giving element to the
giving file.
|
static void |
TaurusUtility.clearActiveApplicationFileCache(org.eclipse.core.runtime.IProgressMonitor pMonitor)
Deletes the active application file cache
|
static void |
TaurusUtility.clearApplicationPropertyCache(ITaurusApplication pApplication)
Clears the active application property cache
|
IElementListEntry |
TaurusFactory.createElementListEntry(IElementList pElementList,
java.lang.String pElementId,
ElementType pElementTyp)
Creates a new element list entry.
|
IElementListEntry |
TaurusFactory.createElementListEntry(IElementList pElementList,
java.lang.String pElementId,
ElementType pElementTyp,
int pState)
Creates a new element list entry.
|
static void |
TaurusModelUtilities.createModel(org.eclipse.core.resources.IFile pModelFile,
TemplateModelExtension pTemplate,
org.eclipse.core.runtime.IProgressMonitor pMon)
Creates an AWM model file.
|
static java.lang.String |
TaurusUtility.createStructuredContents(FileDescriptor pTargetStructure,
IPropertyData pPropData)
Creates a structured document from a file descriptor structure and
IPropertyData. |
void |
AbstractTaurusSystem.delete() |
static void |
TaurusUtility.deletePropertyGroup(IElement pElement)
Removes a property group from the given element.
|
static IElement |
TaurusModelUtilities.findLinkedElement(java.lang.String pResourceIdentifier,
java.lang.String pIDPrefix)
Finds a linked element from the given resource identifier.
|
static org.eclipse.core.resources.IFolder |
TaurusUtility.getActiveApplicationFileCache()
Returns the internal file cache folder of the given application.
|
java.util.List<ITaurusApplication> |
ConfiguredTaurusSystem.getApplications(org.eclipse.core.runtime.IProgressMonitor pMonitor) |
static IXMLElement |
DefaultConfigurationReader.getDefaultConfigurations()
Gets the parsed default configurations (if available).
|
static java.lang.String |
TaurusModelUtilities.getElementID(ISystemImage pImg,
ElementType pEleType,
java.util.Collection<IPropertyValue> pTargetPropVals)
Generates an element ID.
|
static java.lang.String |
TaurusModelUtilities.getElementID(ISystemImage pImg,
ElementType pEleType,
java.util.Map<Property,IPropertyValue> pTargetPropVals)
Generates an element ID.
|
static java.lang.String |
TaurusModelUtilities.getElementID(ISystemImage pImg,
java.util.List<RToolInParameter> pParameters,
IExecutionContext pContext)
Creates an element ID from the given list of input parameters.
|
static IHostConnector |
HostConnectorFinder.getHostConnector(java.lang.Class<?> pClass)
Returns an
IHostConnector for the given ISystemImage. |
static IHostConnector |
HostConnectorFinder.getHostConnectorFromSystemName(java.lang.String pRemoteSystemName)
Goes through all host connector extensions and returns the first
connector that returns an
ISystemImage for the given remote
system name. |
static IHostConnector |
HostConnectorFinder.getImplementedConnector()
Deprecated.
Use
HostConnectorFinder.getHostConnector(Class) instead. |
static org.eclipse.core.resources.IFolder |
TaurusUtility.getInternalFileBackUp()
Returns the internal file backUp folder of the given application.
|
static org.eclipse.core.resources.IFolder |
TaurusUtility.getInternalFileCache()
Returns a folder within the internal TAURUS project which can be used to
store files.
|
static org.eclipse.core.resources.IProject |
TaurusUtility.getInternalTaurusProject() |
static IStructureType |
TaurusExtensionPointUtility.getStructureType(java.lang.String pStructureID)
This method returns the
IStructureType which is matching to the
provided structure ID. |
static ISystemImage |
HostConnectorFinder.getSystemImageFromSystemName(java.lang.String pRemoteSystemName)
First calls
HostConnectorFinder.getHostConnectorFromSystemName(String) to get a host
connector and then ISystemUtilities.getSystemFromName(String). |
static org.eclipse.core.resources.IFolder |
TaurusUtility.getTaurusApplFolder()
Returns the workspace folder of the currently loaded application.
|
static ITaurusSystem |
TaurusUtility.getTaurusSystem(java.lang.String pHostName,
int pPort)
Returns an
ITaurusSystem for the given host name and IP or
null if no TAURUS System exists for these connection
parameters. |
static IVisibleActionExecutor |
TaurusExtensionPointUtility.getVisibleActionExecutor()
Gets the last found visible action executor.
|
static org.eclipse.core.resources.IFile |
TaurusUtility.getWorkspaceFile(FileDescriptor pWsFileDescriptor,
IExecutionContext pContext)
Returns the physical representation of the File Descriptor, if there is
one.
|
static IPropertyData |
TaurusUtility.readStructuredContents(java.lang.String pStructuredContents,
FileDescriptor pStructuredFileDescriptor)
Parses structured contents based on a file descriptor structure.
|
static void |
TaurusUtility.refreshEncodingSettings()
Refreshes the encoding settings of the internal project folder.
|
static boolean |
TaurusUtility.refreshLinkedElement(java.lang.String pResourceID,
java.lang.String[] pLinkedElementTypeIDs,
EChangedKind pKind)
Refreshes linked elements in all AWM views.
|
static void |
ApplicationAction.runApplicationActions(EApplicationActionExecutionType pType)
Run application actions from the given type.
|
static ITaurusJobUtilities |
JobUtility.searchForJobUtil()
Deprecated.
Uses
JobUtility.searchForJobUtil(ISystemImage) instead to get
the appropriate job utilities to the system image. |
static ITaurusJobUtilities |
JobUtility.searchForJobUtil(ISystemImage pImg)
Gets the TAURUS job utilities from the host connector or the top priority
found job utilities extension.
|
static IPropertyGroupManager |
TaurusUtility.searchForPropertyGroupManager()
Uses the
com.microfocus.awm.errorfeedback extension point to
find a property group manager. |
static void |
TaurusUtility.writeFile(java.io.InputStream pIS,
FileDescriptor pFileDescr,
IExecutionContext pContext,
org.eclipse.core.runtime.IProgressMonitor pMon)
Sets the content of a file.
|
| Constructor and Description |
|---|
AbstractTaurusSystem(ISystemImage pImg,
java.lang.String pSystemName,
java.lang.String pID)
Creates a new abstract AWM system and registers it in the
TaurusSystemDirectory. |
ConfiguredTaurusSystem(ISystemImage pImg,
TaurusSystemPersistableProxy pSystemEntry)
Creates a new abstract AWM system and registers it in the
TaurusSystemDirectory. |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ITaurusSystem> |
DefaultConfigurationSystemProxy.create(org.eclipse.core.runtime.IProgressMonitor pMon) |
java.lang.String |
TableStructure.createStructure(FileDescriptor pFileDescriptor,
IPropertyData pPropertyData) |
java.lang.String |
JsonStructureType.createStructure(FileDescriptor pFileDescriptor,
IPropertyData pPropertyData) |
static java.util.List<ITaurusSystemProxy> |
DefaultConfigurationSystemProvider.getDefaultConfigurationProxies()
Reads the default configurations XML file (if there is one defined) and
returns the AWM system proxies.
|
java.util.List<ITaurusSystemProxy> |
DefaultConfigurationSystemProvider.getSystemProxies() |
ITaurusSystem |
DefaultConfigurationSystemProvider.loadPersistedSystem(TaurusSystemPersistableProxy pPersistableProxy) |
java.util.List<TaurusSystemPersistableProxy> |
DefaultConfigurationSystemProxy.parseMasterConfiguration()
Parses the master configuration of the system proxy.
|
java.io.InputStream |
DefaultConfigurationSystemProxy.readMasterConfiguration(MasterConfigurationReference pMasterConfig)
Reads the master configuration depending on whether a master
configuration path or command was set.
|
IPropertyData |
JsonStructureType.readStructure(FileDescriptor pDescriptor,
java.lang.String pStructuredContents) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
TaurusApplicationUpdater.updateCheck(TAURUSConfiguration pTauConf,
org.eclipse.core.runtime.IProgressMonitor pMon)
Checks whether the currently loaded TAURUS Application needs to be
updated.
|
void |
TaurusApplicationUpdater.updateModel(ITaurusApplication pAppl,
org.eclipse.core.runtime.IProgressMonitor pMon)
Updates the given application.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ITaurusSystem> |
LocalTaurusSystemProxy.create(org.eclipse.core.runtime.IProgressMonitor pMon) |
static MasterConfigurationParser |
LocalSystemProvider.getMasterConfigurationParser(ISystemImage pImg)
Gets the master configuration parser for the given system image.
|
java.util.List<ITaurusSystemProxy> |
LocalSystemProvider.getSystemProxies() |
ITaurusSystem |
LocalSystemProvider.loadPersistedSystem(TaurusSystemPersistableProxy pPersistableProxy) |
static java.util.List<TaurusSystemPersistableProxy> |
LocalTaurusSystemProxy.readLocalMasterConfiguration()
Reads the local master configuration file, considering the
master configuration provider extension point. |
void |
LocalTaurusSystem.refresh(org.eclipse.core.runtime.IProgressMonitor pMonitor) |
void |
DefaultConfigurationSystem.refresh(org.eclipse.core.runtime.IProgressMonitor pMonitor) |
| Constructor and Description |
|---|
DefaultConfigurationSystem(TaurusSystemPersistableProxy pSystemPersistableProxy)
Creates a new
DefaultConfigurationSystem from a persistable
proxy. |
LocalTaurusSystem(TaurusSystemPersistableProxy pSystemProxy)
Creates a new local AWM system from a persistable proxy, which is usually
created by parsing a master configuration file.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IFilterList.addFilter(IFilter pFilter,
boolean pSaveFilters,
boolean pNotify)
Add a the given
IFilter to the IFilterList. |
void |
IFilterList.addFilter(IFilter pFilter,
boolean pSaveFilters,
boolean pNotify,
int pIndex)
Add the given
IFilter to the IFilterList at the given
position. |
void |
IFilterList.addFilter(java.util.List<IFilter> pFilters,
boolean pSaveFilters,
boolean pNotify)
Add a the given
IFilter to the IFilterList. |
void |
IFilterList.addFilter(java.util.List<IFilter> pFilters,
boolean pSaveFilters,
boolean pNotify,
int pIndex)
Add the given
IFilter to the IFilterList at the given
position. |
void |
IElementListDirectory.addList(IElementList pElementList,
java.lang.String pPrevListID,
boolean pNotify)
Add a new element list to the element list map and maintain the related
internal data structures.
|
void |
ITaurusSystemDirectory.addSystem(ITaurusSystem pSystem,
boolean pNotify)
Add the given TAURUS system to the TAURUS system directory.
|
boolean |
IPropertyGroupManager.associatePropertyGroup(org.eclipse.core.resources.IResource pRes,
java.lang.String pPropertyGroupName)
Deprecated.
Associate the given property group with the given resource.
|
ITaurusApplication.EModelUpdateStatus |
ITaurusApplication.checkForModelUpdate(org.eclipse.core.runtime.IProgressMonitor pMon)
Checks whether a new model is available for the application.
|
void |
IUIUtility.closeEditorParts()
Close all open editor parts registered by Taurus.
|
java.util.List<ITaurusSystem> |
ITaurusSystemProxy.create(org.eclipse.core.runtime.IProgressMonitor pMon)
Creates one or several
ITaurusSystems from the stub. |
void |
IRemoteSystemConnectionCreator.createRemoteSystemConnections()
May (but does not need to) create remote system connections for AWM
systems to be used.
|
java.lang.String |
IStructureType.createStructure(FileDescriptor pFileDescriptor,
IPropertyData pStructureElements) |
void |
IResource.delete()
Removes this resource and all its children resources from cache.
|
void |
IElement.delete()
Removes the Element entirely from TAURUS, including dependent Element
lists.
|
void |
IElementDirectory.deleteElementListMap()
Remove the eb_elementsinlists.xml-file from the workspace.
|
void |
IElementListDirectory.deleteElementLists()
Delete all li_....xml files belonging to the active application from the
workspace.
|
void |
IElementDirectory.deleteElements()
Remove the et_elements.xml-file from the active application's folder.
|
void |
IFilterList.deleteFilters()
Remove the ft_filters.xml file from the workspace.
|
void |
IElementList.deleteList()
Remove the li_....xml-file belonging to this element list from the
workspace.
|
void |
IPropertyGroupManager.deleteSpecialPropertyGroup(IElement pElement)
Deprecated.
Delete the special property 'PropertyGroup' for this element if existing.
|
void |
ISystemUtilities.disconnectSystem(ISystemImage pZosSystem,
org.eclipse.core.runtime.IProgressMonitor pMon)
Disconnect a connected system.
|
boolean |
ISyntaxCheckManager.doLocalSyntaxCheck(org.eclipse.core.resources.IResource pResource,
java.lang.String PropertyGroupName)
Perform the local syntax check and write the error in the Remote Error
View.
|
void |
IResourceProcessor.doResourceProcessing(IExecutionContext pContext,
ToolDescriptor pToolDesc,
java.lang.String pAffectedRes,
ToolExecutionStatus execStat)
Handles resource operations of an executed TAURUS tool.
|
java.lang.String |
IUIUtility.getActiveEditorContents()
Gets the contents of the active text editor.
|
java.util.List<ITaurusApplication> |
ITaurusSystem.getApplications(org.eclipse.core.runtime.IProgressMonitor pMon)
Gets all AWM applications provided by the system.
|
IElementList |
IElementListEntry.getChildren(boolean pRefresh,
org.eclipse.core.runtime.IProgressMonitor pMonitor)
Deprecated.
Used
IElementListEntry.getChildren(EGetChildrenMode,IProgressMonitor)
to have more information as result. |
IElementList |
IElement.getChildren(boolean pRefresh,
org.eclipse.core.runtime.IProgressMonitor pMonitor)
Deprecated.
) is used instead. |
GetChildrenResult |
IElementListEntry.getChildren(EGetChildrenMode pType,
org.eclipse.core.runtime.IProgressMonitor pMonitor)
If a GetChildren action was modelled for the element type of the entries
Element, this method returns a
GetChildrenResult containing the
element list. |
IRemoteFile[] |
IFileUtilities.getChildren(ISystemImage pImage,
java.lang.String pResourceName,
java.lang.String pFilter,
org.eclipse.core.runtime.IProgressMonitor pMon)
Gets children of a resource with the option to filter them.
|
IElement |
IElementDirectory.getElement(java.lang.String pElementId)
Get the element with the given ID from the TAURUS element directory.
|
IElement |
IElementDirectory.getElementForFile(org.eclipse.core.resources.IFile pFile)
Deprecated.
not used anymore. There is no safe way to get an element from
a physical file.
|
IElement |
IElementDirectory.getElementForPath(org.eclipse.core.runtime.IPath pFullPath)
Deprecated.
not used anymore. There is no safe way to get an element from
a physical file.
|
IFilter |
IFilterList.getFilter(java.lang.String pFilterID)
Get the filter with the given
IFilter id from the
IFilterList. |
java.util.List<IFilter> |
IFilterList.getFilters()
Gets the list of all currently loaded
IFilters. |
java.io.InputStream |
ITaurusJobUtilities.getJobContents(ISystemImage pImg,
ITaurusJob pJob,
org.eclipse.core.runtime.IProgressMonitor pMon)
Deprecated.
|
java.util.List<ITaurusJob> |
IJobDirectory.getJobList()
Gets a list of all currently available
ITaurusJobs. |
java.lang.String |
ITaurusJobUtilities.getJobOutput(ISystemImage pImg,
ITaurusJob pJob,
org.eclipse.core.runtime.IProgressMonitor pMon)
Get the complete content of the given job.
|
java.io.InputStream |
ITaurusJobUtilities.getJobPartContents(ISystemImage pImg,
ITaurusJob pJob,
java.lang.String pPartID,
org.eclipse.core.runtime.IProgressMonitor pMon)
Deprecated.
|
java.lang.String |
ITaurusJobUtilities.getJobPartOutput(ISystemImage pImg,
ITaurusJob pJob,
java.lang.String pPartID,
org.eclipse.core.runtime.IProgressMonitor pMon)
Get the content of the job part with the given part id of the given job.
|
java.util.List<java.lang.String> |
ITaurusJobUtilities.getJobParts(ISystemImage pImg,
ITaurusJob pJob,
org.eclipse.core.runtime.IProgressMonitor pMon)
Get a list of the parts of the job with the given job id.
|
java.lang.String |
ITaurusJobUtilities.getJobReturnCode(ISystemImage pImg,
ITaurusJob pJob)
Get the return code of the job.
|
java.lang.String |
ITaurusJobUtilities.getJobReturnCode(ITaurusJob pJob)
Deprecated.
contains dependencies to a loaded work flow manager
application. Please use
ITaurusJobUtilities.getJobReturnCode(ISystemImage, ITaurusJob) instead. |
java.util.List<ISystemImage> |
ISystemProvider.getRemoteSystemImages()
Returns a list of remote system images, if the system provider supports
AWM systems which are created from remote system connections.
|
ISystemImage |
ISystemUtilities.getSystemFromName(java.lang.String pRemoteSystemName) |
java.util.List<ITaurusSystemProxy> |
ISystemProvider.getSystemProxies()
Gets a list of
ITaurusSystemProxys. |
boolean |
ITaurusJobUtilities.hasJobFinished(ISystemImage pImg,
ITaurusJob pJob,
org.eclipse.core.runtime.IProgressMonitor pMon)
Obtains job information and returns whether the job has finished running.
|
void |
AbstractLinkedElementTypeIdentificator.initializeRestoredElement(IElement pElement,
ISystemImage pImage,
org.eclipse.core.runtime.IProgressMonitor pMon)
Initializes an
IElement that has been restored from cache, if any
initialization is needed. |
java.util.List<ITaurusJob> |
ITaurusJobUtilities.listAllJobs(ISystemImage pImg,
org.eclipse.core.runtime.IProgressMonitor pMon)
Retrieves all jobs from the implemented subsystem.
|
void |
ITaurusApplication.loadApplication(boolean pReload,
org.eclipse.core.runtime.IProgressMonitor pMon)
Load this AWM application as active AWM application; load the
corresponding configuration data set and all saved AWM data.
|
void |
AbstractTaurusApplication.loadApplication(boolean pReload,
org.eclipse.core.runtime.IProgressMonitor pMon) |
TAURUSConfiguration |
ITaurusConfigLoader.loadConfiguration(org.eclipse.emf.common.util.URI pXMLModel,
org.eclipse.core.runtime.IProgressMonitor pMon)
Loads the configuration file.
|
IElementList |
IElementListDirectory.loadElementList(java.lang.String pElementListID)
Load the element list belonging to the given element list id from the
workspace.
|
void |
IElementListDirectory.loadElementListDependency()
Load the lm_elementlists.xml-file from the workspace containing the
sequential dependencies between the element lists.
|
void |
IElementDirectory.loadElementListMap()
Load the eb_elementsinlists.xml-file from the workspace which contains
the references between elements and element lists in which they are
contained.
|
void |
IElementDirectory.loadElements()
Load the et_elements.xml file from the workspace.
|
void |
IErrorFeedbackEntryList.loadErros()
Loads error feedback entries from cache.
|
void |
IFilterList.loadFilters()
Load the
IFilterList from the ft_filters.xml file in the
workspace. |
void |
IJobDirectory.loadJobs()
Load the job directory from the jt_jobs.xml file in the workspace.
|
void |
IUIUtility.loadOpenFiles()
Load the open files saved in the file ft_openfiles.xml.
|
ITaurusSystem |
ISystemProvider.loadPersistedSystem(TaurusSystemPersistableProxy pPersistableProxy)
Creates an
ITaurusSystem from its persistable proxy
representation. |
void |
ITaurusSystemDirectory.loadSystems()
Load the system directory from the st_systems.xml-file in the workspace.
|
void |
IFunctionPackageInitializer.modelLoaded(TAURUSConfiguration pModel,
FunctionPackage pPackage,
org.eclipse.core.runtime.IProgressMonitor pMon)
Called right after a model was loaded.
|
void |
IFunctionPackageInitializer.modelUnloading(TAURUSConfiguration pModel,
FunctionPackage pPackage,
org.eclipse.core.runtime.IProgressMonitor pMon)
Called right before a model is unloaded.
|
void |
IFilterList.moveFilter(IFilter pFilter,
boolean pSaveFilters,
boolean pNotify,
int pIndex)
Move the given
IFilter to the IFilterList at the given
position. |
void |
IFilterList.moveFilter(java.util.List<IFilter> pFilters,
boolean pSaveFilters,
boolean pNotify,
int pIndex)
Move the given
IFilters to the IFilterList list at the
given position. |
void |
ITaurusEditUtilities.openCompareEditor(FileDescriptor pFile1,
FileDescriptor pFile2,
boolean pLeftSideEdit,
IExecutionContext pContext1,
IExecutionContext pContext2,
org.eclipse.core.runtime.IProgressMonitor pMon)
Open the default compare editor for files corresponding to the giving
file descriptors.
|
void |
ITaurusEditUtilities.openCompareEditor(FileDescriptor pFile1,
FileDescriptor pFile2,
boolean pLeftSideEdit,
IExecutionContext pContext,
org.eclipse.core.runtime.IProgressMonitor pMon)
Open the default compare editor for files corresponding to the giving
file descriptors.
|
org.eclipse.core.resources.IFile |
ITaurusEditUtilities.openEditor(IExecutionContext pContext,
FileDescriptor pFD,
java.lang.String pSuffix,
ISystemImage pImg,
boolean pReadOnly,
int pLine,
org.eclipse.core.runtime.IProgressMonitor pMon)
Opens an editor for the given file descriptor.
|
org.eclipse.core.resources.IFile |
ITaurusEditUtilities.openEditor(IExecutionContext pContext,
FileDescriptor pFD,
java.lang.String pSuffix,
ISystemImage pImg,
boolean pReadOnly,
int pLine,
java.lang.String pEditorID,
org.eclipse.core.runtime.IProgressMonitor pMon)
Opens an editor for the given file descriptor.
|
org.eclipse.core.resources.IFile |
IUIUtility.openFile(FileDescriptor pFD,
IExecutionContext pContext,
boolean pReadOnly)
Opens the given Content in editor.
|
void |
ITaurusJobUtilities.purgeJob(ISystemImage pImg,
java.lang.String pJobID,
org.eclipse.core.runtime.IProgressMonitor pMon)
Purges a job.
|
IPropertyData |
IStructureType.readStructure(FileDescriptor pDescription,
java.lang.String pStructuredContents)
...
|
void |
ITaurusSystem.refresh(org.eclipse.core.runtime.IProgressMonitor pMon)
Refreshes the system and all its applications.
|
void |
IUIUtility.refreshElementListEntryInViews(IElementListEntry pEntry)
Refreshes visual representations of the element list entry in AWM views.
|
void |
IUIUtility.refreshElementViews()
Refreshes all AWM views which contain AWM elements.
|
boolean |
ITaurusJobUtilities.refreshJob(ISystemImage pImg,
ITaurusJob pJob,
org.eclipse.core.runtime.IProgressMonitor pMon)
Obtains job information from the mainframe and updates the given
ITaurusJob accordingly. |
void |
IJobDirectory.removeAllJobs()
Removes all cached jobs physically.
|
void |
ITaurusApplication.removeChildren()
Recursively remove the children of this AWM application.
|
void |
IElement.removeChildren()
Removes the local cached children.
|
void |
AbstractTaurusApplication.removeChildren() |
void |
IElementDirectory.removeElement(IElement pElement)
Remove the given element from the TAURUS element directory and all
element lists in which it is contained.
|
void |
IElementListDirectory.removeElementListEntry(IElementList pElementList,
IElementListEntry pElementListEntry,
boolean pRefreshList)
Deprecated.
To delete an element list entry from a list, simply call
IResource.delete() |
void |
IFilterList.removeFilter(IFilter pFilter)
Remove the given
IFilter from the IFilterList. |
void |
IFilterList.removeFilter(java.util.List<IFilter> pFilters)
Remove the given
IFilters from the IFilterList. |
IRemoteFile[] |
IFileUtilities.resolveFilter(ISystemImage pImage,
java.lang.String pFilter,
org.eclipse.core.runtime.IProgressMonitor pMon)
Returns all files matching the given filter pattern.
|
void |
IElementListDirectory.saveElementList(IElementList pElementList)
Save the li_....xml file for the given element list id to the workspace.
|
void |
IElementListDirectory.saveElementListDependency()
Save the lm_elementlists.xml-file to the workspace containing the
sequential dependencies between the element lists.
|
void |
IElementDirectory.saveElementListMap()
Save the eb_elementsinlists.xml-file in the workspace which contains the
references between elements and element lists in which they are
contained.
|
void |
IElementListDirectory.saveElementLists()
Save all element lists of the element list directory to the workspace.
|
void |
IElementDirectory.saveElements()
Save the et_elements.xml file to the workspace.
|
void |
IErrorFeedbackEntryList.saveErrors()
Saves the error feedback entries into cache.
|
void |
IFilterList.saveFilters()
Save the
IFilterList to the ft_filters.xml file in the workspace. |
void |
IJobDirectory.saveJobs()
Save the jobs of the job directory to the jt_jobs.xml file in the
workspace.
|
void |
ITaurusSystemDirectory.saveSystems()
Save the system directory to the st_systems.xml-file in the workspace.
|
boolean |
ISystemUtilities.sendHostCommand(ISystemImage pSI,
java.lang.String pCommand,
org.eclipse.core.runtime.IProgressMonitor pMonitor)
Executes a command on the selected remote system.
|
boolean |
ISystemUtilities.startDialogProcess(ISystemImage pSI,
java.lang.String pCommand,
ToolDescriptor pTool,
IExecutionContext pContext,
org.eclipse.core.runtime.IProgressMonitor pMonitor)
Starts an ISPF dialog application on the given remote system.
|
java.lang.String |
ITaurusJobUtilities.submitJob(ISystemImage pImg,
java.io.InputStream pIs,
org.eclipse.core.runtime.IProgressMonitor pMon)
Deprecated.
|
java.lang.String |
ITaurusJobUtilities.submitJob(ISystemImage pImg,
java.io.InputStream pIs,
ToolDescriptor pTool,
IExecutionContext pContext,
org.eclipse.core.runtime.IProgressMonitor pMon)
|
java.util.List<java.lang.String> |
ITaurusJobUtilities.submitJob(ISystemImage pImg,
java.lang.String pJcl,
org.eclipse.core.runtime.IProgressMonitor pMon)
Submits a Job from the given input stream.
|
java.util.List<java.lang.String> |
ITaurusJobUtilities.submitJob(ISystemImage pImg,
java.lang.String pJcl,
ToolDescriptor pTool,
IExecutionContext pContext,
org.eclipse.core.runtime.IProgressMonitor pMon)
Submits a job from the given input stream passing the current tool.
|
void |
IJobDirectory.synchronizeJobs(org.eclipse.core.runtime.IProgressMonitor pMon)
Synchronize the job directory with the existing jobs on the corresponding
remote system.
|
void |
ITaurusApplication.unloadApplication()
Unload the configuration data set and the AWM application data in the
local workspace.
|
void |
AbstractTaurusApplication.unloadApplication() |
void |
ITaurusJob.waitForJob()
Starts an eclipse background job waiting for the end of a TAURUS job
executing on the corresponding remote system.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FilterList.addFilter(IFilter pFilter,
boolean pSaveFilters,
boolean pNotify) |
void |
FilterList.addFilter(IFilter pFilter,
boolean pSaveFilters,
boolean pNotify,
int pIndex) |
void |
FilterList.addFilter(java.util.List<IFilter> pFilters,
boolean pSaveFilters,
boolean pNotify) |
void |
FilterList.addFilter(java.util.List<IFilter> pFilters,
boolean pSaveFilters,
boolean pNotify,
int pIndex) |
static void |
ElementListLoader.addFloatingListsToDirectory()
Adds element lists that could not be added during the cache was loaded
since dependent resources (namely element list entries) could not
resolved at that point.
This method must be called manually after all element lists have been parsed. |
void |
ElementListDirectory.addList(IElementList pElementList,
java.lang.String pPrevListID,
boolean pNotify)
add a new element list to the element list map and maintain the related
internal data structures
|
void |
TaurusSystemDirectory.addSystem(ITaurusSystem pSystem,
boolean pNotify) |
ITaurusApplication.EModelUpdateStatus |
MasterConfigurationApplication.checkForModelUpdate(org.eclipse.core.runtime.IProgressMonitor pMon) |
void |
Resource.delete() |
void |
Filter.delete() |
void |
ElementListEntry.delete() |
void |
ElementList.delete() |
void |
Element.delete() |
void |
ActiveTaurusApplication.delete() |
void |
ElementDirectory.deleteElementListMap() |
void |
ElementListDirectory.deleteElementLists() |
void |
ElementDirectory.deleteElements() |
void |
FilterList.deleteFilters() |
void |
ElementList.deleteList() |
IElementList |
ElementListEntry.getChildren(boolean pRefresh,
org.eclipse.core.runtime.IProgressMonitor pMon)
Deprecated.
Used
ElementListEntry.getChildren(EGetChildrenMode,IProgressMonitor)
to have more information as result. |
IElementList |
Element.getChildren(boolean pRefresh,
org.eclipse.core.runtime.IProgressMonitor pMon)
Deprecated.
|
GetChildrenResult |
ElementListEntry.getChildren(EGetChildrenMode pType,
org.eclipse.core.runtime.IProgressMonitor pMon) |
IElement |
ElementDirectory.getElement(java.lang.String pElementId) |
IElement |
ElementDirectory.getElementForFile(org.eclipse.core.resources.IFile pFile) |
IElement |
ElementDirectory.getElementForPath(org.eclipse.core.runtime.IPath pFullPath) |
java.util.List<IFilter> |
FilterList.getFilters() |
java.util.List<ITaurusJob> |
JobDirectory.getJobList() |
TAURUSConfiguration |
TaurusConfigLoader.loadConfiguration(org.eclipse.emf.common.util.URI pXMLModelUri,
org.eclipse.core.runtime.IProgressMonitor pMon) |
void |
ElementListDirectory.loadElementListDependency() |
void |
ElementDirectory.loadElementListMap() |
void |
ElementDirectory.loadElements() |
void |
ErrorFeedbackEntryList.loadErros() |
void |
FilterList.loadFilters()
load the filters from the filters.xml file under the internal TAURUS
project
|
void |
JobDirectory.loadJobs() |
void |
TaurusSystemDirectory.loadSystems() |
void |
TaurusSystemDirectory.loadSystems(boolean pSynchronous)
Same as
TaurusSystemDirectory.loadSystems() but with the option to wait for the
systems being loaded. |
void |
FilterList.moveFilter(IFilter pFilter,
boolean pSaveFilters,
boolean pNotify,
int pIndex) |
void |
FilterList.moveFilter(java.util.List<IFilter> pFilters,
boolean pSaveFilters,
boolean pNotify,
int pIndex) |
void |
JobDirectory.removeAllJobs() |
void |
Element.removeChildren() |
void |
ElementDirectory.removeElement(IElement pElement) |
void |
ElementListDirectory.removeElementListEntry(IElementList pElementList,
IElementListEntry pElementListEntry,
boolean pRefreshList) |
void |
FilterList.removeFilter(IFilter pFilter) |
void |
FilterList.removeFilter(java.util.List<IFilter> pFilters) |
void |
ElementListDirectory.saveElementList(IElementList pElementList) |
void |
ElementListDirectory.saveElementListDependency() |
void |
ElementDirectory.saveElementListMap() |
void |
ElementListDirectory.saveElementLists() |
void |
ElementDirectory.saveElements() |
void |
ErrorFeedbackEntryList.saveErrors() |
void |
FilterList.saveFilters()
save all defined filters in the filters.xml file under the internal
TAURUS project
|
void |
JobDirectory.saveJobs() |
void |
TaurusSystemDirectory.saveSystems() |
void |
JobDirectory.synchronizeJobs(org.eclipse.core.runtime.IProgressMonitor pMon) |
void |
TaurusJob.waitForJob() |
| Constructor and Description |
|---|
ElementListEntry(IElementList pElementList,
java.lang.String pElementId,
ElementType pElementType)
Creates a new
ElementListEntry. |
ElementListEntry(IElementList pElementList,
java.lang.String pElementId,
ElementType pElementTyp,
int pState)
Constructor for creating element list entries with a custom state.
|
| Modifier and Type | Method and Description |
|---|---|
IPropertyData |
IFileData.getPropertyData()
Returns the parsed contents of a structured file.
|
IGetDataResponse |
IFileData.getRawContents()
Gets the raw, unparsed contents of the file descriptor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultConnectionsCreator.createRemoteSystemConnections() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ITaurusSystem> |
ZServerTaurusSystemProxy.create(org.eclipse.core.runtime.IProgressMonitor pMon) |
void |
ZServerTaurusSystem.refresh(org.eclipse.core.runtime.IProgressMonitor pMonitor) |
| Constructor and Description |
|---|
ZServerTaurusSystem(ISystemImage pImg,
TaurusSystemPersistableProxy pSystemEntry)
Creates a new z/Server AWM system.
|
| Modifier and Type | Method and Description |
|---|---|
static org.eclipse.ui.IEditorPart |
ZExplorerEditUtilities.openInEditor(java.lang.String pFileName,
java.lang.String pExtension,
java.io.InputStream pIs,
ISystemImage pImg,
boolean pEdit)
Creates a local file resource of the given stream and opens it in an
editor (read-only).
|
Copyright © 2015 Micro Focus GmbH. All rights reserved.