Class StandardArbortextDownloadsService
java.lang.Object
wt.services.StandardManager
com.ptc.arbortext.windchill.software.StandardArbortextDownloadsService
- All Implemented Interfaces:
com.ptc.arbortext.windchill.software.ArbortextDownloadsService,Serializable,wt.fc._NetFactor,NetFactor,wt.services.Manager
public class StandardArbortextDownloadsService
extends StandardManager
implements com.ptc.arbortext.windchill.software.ArbortextDownloadsService
Support for downloading/installing the Arbortext Editor from the Windchill
Software Downloads page.
Supported API: true
Extendable: false
Supported API: true
Extendable: false
- See Also:
-
Field Summary
Fields inherited from interface wt.services.Manager
MANAGER_SERVICE, STARTUP_AUTOMATIC, STARTUP_MANUAL, STATUS_EMERGENCY_SHUTDOWN, STATUS_EMERGENCY_SHUTTING_DOWN, STATUS_SHUTDOWN, STATUS_SHUTDOWN_ERRORS, STATUS_SHUTDOWN_FAILURE, STATUS_SHUTTING_DOWN, STATUS_STARTED, STATUS_STARTED_ERRORS, STATUS_STARTING_UP, STATUS_STARTUP_FAILURE -
Method Summary
Modifier and TypeMethodDescriptionbooleanCreates the Site/Arbortext Downloads folder so Arbortext Installations may be uploaded.com.ptc.arbortext.windchill.software.ArbortextBundleInfo[]getBundleList(Locale locale) Searches the "Arbortext Downloads" folder for installation packages and returns descriptive information for each bundle found in anArbortextBundleInfo[].booleanDetermines if the special folder for Arbortext Installations exists.
* Folder Name = Arbortext Downloads
* Folder Domain = Software Downloads
Supported API: true
Extendable: falseDefault factory for class
Supported API: true
Extendable: falseMethods inherited from class wt.services.StandardManager
emergencyShutdown, emergencyShutdownComplete, emergencyShuttingDown, getClassInfo, getConceptualClassname, getManagerService, getManagerStatus, getName, getStartupType, init, initialize, initialize, isStarted, newStandardManager, newStandardManager, performEmergencyShutdownProcess, performShutdownProcess, performStartupProcess, registerEvents, setManagerService, shutdown, shutdownFailure, shutdownSuccess, shuttingDown, started, startedErrors, startingUp, startup, startupFailure, toString
-
Method Details
-
isEnabled
public boolean isEnabled()Determines if the special folder for Arbortext Installations exists.
* Folder Name = Arbortext Downloads
* Folder Domain = Software Downloads
Supported API: true
Extendable: false- Specified by:
isEnabledin interfacecom.ptc.arbortext.windchill.software.ArbortextDownloadsService- Returns:
- boolean
-
createArbortextFolder
public boolean createArbortextFolder()Creates the Site/Arbortext Downloads folder so Arbortext Installations may be uploaded. If the folder already exists, this is detected and no folder is created. Returns true if the folder is successfully created, false otherwise.
Supported API: true
Extendable: false- Specified by:
createArbortextFolderin interfacecom.ptc.arbortext.windchill.software.ArbortextDownloadsService- Returns:
- boolean
-
getBundleList
Searches the "Arbortext Downloads" folder for installation packages and returns descriptive information for each bundle found in anArbortextBundleInfo[]. This contains all the information necessary to display the Arbortext section of the Software Downloads page.
Supported API: true
Extendable: false- Specified by:
getBundleListin interfacecom.ptc.arbortext.windchill.software.ArbortextDownloadsService- Parameters:
locale- - locale to format output with- Returns:
- ArbortextBundleInfo[]
-
newStandardArbortextDownloadsService
public static StandardArbortextDownloadsService newStandardArbortextDownloadsService() throws WTExceptionDefault factory for class
Supported API: true
Extendable: false- Returns:
- StandardArbortextDownloadsService
- Throws:
WTException
-