Interface WinDUPluginMBean
- All Superinterfaces:
MultipleFilePluginMBean,PluginMBean,SelfEmailingMBean
- All Known Implementing Classes:
AbstractWinDUPlugin,CabinetBasedDataContainerAlignmentPlugin,ContainerStructurePlugin,DatabaseIndexUtilityPlugin,DomainAdministeredObjectsPlugin,DomainStructurePlugin,GroupDomainAndLocationPlugin,InvalidContainerTemplatesPlugin,InvalidLdapEntriesPlugin,InvalidObjectsPlugin,LocateDanglingReferencesPlugin,MissingMasterPlugin,MissingRepresentablesPlugin,NullContainerReferencesCheckPlugin,ObjectInitializationRuleReportPlugin,ValidateFamilyTableDataPlugin,VersionAttributeAlignmentPlugin
An interface specifying the APIs for a plugin that executes a
WinDU task and collects the resulting files.
Supported API: true
Extendable: true
Supported API: true
Extendable: true
-
Method Summary
Modifier and TypeMethodDescriptionObtain the name of the WinDU task to execute.voidsetWinDUTaskName(String winDUTaskName) Set the name of the WinDU task to execute.Methods inherited from interface com.ptc.customersupport.mbeans.plugins.MultipleFilePluginMBean
getFileListMethods inherited from interface com.ptc.customersupport.mbeans.PluginMBean
areDbCredentialsNeeded, areWindchillCredentialsNeeded, collect, collect, getClusterAware, getCompressOutput, getConfigFileName, getDateRangeUsed, getDescription, getDisplayName, getMBeanName, getName, getNmObject, getPluginType, getPluginVersion, setClusterAware, setCompressOutput, setDatabaseCredentials, setDateRangeUsed, setDisplayName, setMBeanNameMethods inherited from interface wt.jmx.core.mbeans.SelfEmailingMBean
emailThisMBean
-
Method Details
-
getWinDUTaskName
String getWinDUTaskName()Obtain the name of the WinDU task to execute.
Supported API: true- Returns:
-
setWinDUTaskName
Set the name of the WinDU task to execute.
Supported API: true- Parameters:
winDUTaskName-
-