|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectwt.services.StandardManager
wt.ixb.clientAccess.StandardIXBService
public class StandardIXBService
Use the newStandardIXBService static factory method(s),
not the StandardIXBService constructor, to construct instances
of this class. Instances must be constructed using the static factory(s),
in order to ensure proper initialization of the instance.
Supported API: true
Extendable: true
| Method Summary | |
|---|---|
wt.ixb.clientAccess.IXBExpImpStatus |
doExport(ObjectExportParameters exportParam)
Perform export. |
wt.ixb.clientAccess.IXBExpImpStatus |
doExport(WTContainerRef container,
boolean previewOnly,
String[] generatorIds,
String[] generatorParams,
String[] filterIds,
String[] filterParams,
wt.ixb.clientAccess.IXBStreamer ruleFile,
String guiId,
boolean detailedLog,
wt.ixb.clientAccess.IXBStreamer policyFile,
String actionName,
String clientFileName)
Supported API: true |
wt.ixb.clientAccess.IXBExpImpStatus |
doImport(ObjectImportParameters importParam)
Perform export. |
wt.ixb.clientAccess.IXBExpImpStatus |
doImport(WTContainerRef container,
wt.ixb.clientAccess.IXBStreamer ruleFile,
wt.ixb.clientAccess.IXBStreamer dataFile,
boolean overrideConflicts,
String guiId,
boolean isPreview,
boolean detailedLog,
String actorName,
wt.ixb.clientAccess.IXBStreamer policyFile,
wt.ixb.clientAccess.IXBStreamer containerMappingFile,
Locale locale)
Supported API: true |
wt.ixb.clientAccess.IXBExpImpStatus |
doImport(WTContainerRef container,
wt.ixb.clientAccess.IXBStreamer ruleFile,
wt.ixb.clientAccess.IXBStreamer dataFile,
boolean overrideConflicts,
String guiId,
boolean isPreview,
boolean detailedLog,
String actorName,
wt.ixb.clientAccess.IXBStreamer policyFile,
wt.ixb.clientAccess.IXBStreamer containerMappingFile,
Locale locale,
Boolean validation)
Supported API: true |
wt.ixb.clientAccess.IXBExpImpStatus |
doImport(WTContainerRef container,
wt.ixb.clientAccess.IXBStreamer ruleFile,
wt.ixb.clientAccess.IXBStreamer dataFile,
boolean overrideConflicts,
String guiId,
boolean isPreview,
boolean detailedLog,
String actorName,
wt.ixb.clientAccess.IXBStreamer policyFile,
Locale locale)
Supported API: true |
wt.ixb.clientAccess.IXBObjectInfo[] |
findNavigatorTopObjectsBySearchSpec(String navId,
String[] values,
WTContainerRef wtcontainerRef)
Find all seed objects matching the query identified by the parameter "values". |
Object |
getExportHandler(String obType)
Returns the default export handler class name for the object type under the Windchill default DTD. |
Object |
getExportHandler(String obType,
String stDtd)
Returns the default export handler class name for the object type under the specified DTD (other than Windchill default DTD) Supported API: true |
wt.ixb.clientAccess.IXBHandlerDescription[] |
getFilterList(boolean displayableOnly,
Locale locale)
Get all object set filters as an array. |
wt.ixb.clientAccess.IXBHandlerDescription[] |
getGeneratorList(boolean displayableOnly,
Locale locale)
Get all object set generators as an array. |
Vector |
getListOfExportActors(boolean displayableOnly,
Locale locale)
Get all available export actor information as a Vector. |
Vector |
getListOfExportActors(Locale locale)
Get all available export actor information as a Vector. |
Vector |
getListOfImportActors(boolean displayableOnly,
Locale locale)
Get all available import actor information as a Vector. |
Vector |
getListOfImportActors(Locale locale)
Get all available import actor information as a Vector. |
Vector |
getListOfObjectSetHandlerIds(String searchClassName,
Locale locale)
Get all object set generator information applicable to the class with name searchClassName as a Vector. |
Vector |
getListOfObjectSetHandlerIds(String searchClassName,
Locale locale,
boolean exactClassSearch)
Get all object set generator information applicable to the class with name searchClassName as a Vector. |
String |
getNavigatorParamString(String navId,
String topLevelObId)
result is initParams string - i.e. |
String[] |
getNavigatorTopObjectsSearchSpec(String navId,
Locale locale)
Return an array of String. |
String |
getObjectDisplayId(Persistable obj,
Locale locale)
Supported API: true |
| Methods inherited from class wt.services.StandardManager |
|---|
getManagerService, getManagerStatus, getName, getStartupType |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public wt.ixb.clientAccess.IXBHandlerDescription[] getGeneratorList(boolean displayableOnly,
Locale locale)
throws WTException
IXBHandlerDescription. If parameter
displayableOnly is set to true, then only generators which are set
displayable will be returned, otherwise all generators will be returned.
getGeneratorList in interface IXBServicedisplayableOnly - locale -
WTException
public wt.ixb.clientAccess.IXBHandlerDescription[] getFilterList(boolean displayableOnly,
Locale locale)
throws WTException
IXBHandlerDescription. If parameter
displayableOnly is set to true, only filters which are set displayable
will be returned, otherwise all filters will be returned.
getFilterList in interface IXBServicedisplayableOnly - locale -
WTException
public Vector getListOfObjectSetHandlerIds(String searchClassName,
Locale locale)
throws WTException
Vector.
Eelements in the vector are IXBHandlerDescription. By
default all generators applicable to this class and its parent classes
will be returned.
getListOfObjectSetHandlerIds in interface IXBServicesearchClassName - The class name of the corresponding objectlocale - locale passed from the client. If it is null, then it will be defaulted to the Windchill server locale
WTExceptiongetListOfObjectSetHandlerIds( String searchClassName, Locale
locale, boolean exactClassSearch ) ,
IXBHandlerDescription
public Vector getListOfObjectSetHandlerIds(String searchClassName,
Locale locale,
boolean exactClassSearch)
throws WTException
Vector.
Eelements in the vector are IXBHandlerDescription. If
parameter exactClassSearch is false, all generators applicable to
this class and its parent classes will be returned; otherwise only
generators for this class will be returned.
getListOfObjectSetHandlerIds in interface IXBServicesearchClassName - locale - locale passed from the client. If it is null, then it will be defaulted to the Windchill server localeexactClassSearch - If true, the target class name will be exactly the same as the searchClass; if false, the parent class will be considered as well.
WTExceptiongetListOfObjectSetHandlerIds( String searchClassName, Locale
locale) ,
IXBHandlerDescription
public Object getExportHandler(String obType)
throws WTException
getExportHandler in interface IXBServiceobType - The object type. Typically this is the class name for the corresponding objects such as wt.part.WTPart
WTException
public Object getExportHandler(String obType,
String stDtd)
throws WTException
getExportHandler in interface IXBServiceobType - The object type. Typically this is the class name for the corresponding objects such as wt.part.WTPartstDtd - The DTD used to define the export handler for the object.
WTException
public Vector getListOfExportActors(Locale locale)
throws WTException
Vector.
Eelements in the vector are ActorInfo. By default only
those displayable to client will be returned.
getListOfExportActors in interface IXBServicelocale -
WTException(boolean displayableOnly, Locale locale),
( Locale locale),
( boolean displayableOnly, Locale locale),
ActorInfo
public Vector getListOfExportActors(boolean displayableOnly,
Locale locale)
throws WTException
Vector.
Eelements in the vector are ActorInfo. If parameter displayableOnly
is set to true, only those displayable to client will be returned,
otherwise all export actors will be returned.
getListOfExportActors in interface IXBServicedisplayableOnly - locale -
WTException(Locale locale),
( Locale locale),
( boolean displayableOnly, Locale locale),
ActorInfo
public String getObjectDisplayId(Persistable obj,
Locale locale)
throws WTException
getObjectDisplayId in interface IXBServiceobj - locale -
WTException
public String[] getNavigatorTopObjectsSearchSpec(String navId,
Locale locale)
throws WTException
getNavigatorTopObjectsSearchSpec in interface IXBServicenavId - The object set generator IDlocale -
WTException
public String getNavigatorParamString(String navId,
String topLevelObId)
throws WTException
getNavigatorParamString in interface IXBServicenavId - topLevelObId -
WTException
public wt.ixb.clientAccess.IXBObjectInfo[] findNavigatorTopObjectsBySearchSpec(String navId,
String[] values,
WTContainerRef wtcontainerRef)
throws WTException
IXBObjectInfo.
The search will be performed in the specified container.
findNavigatorTopObjectsBySearchSpec in interface IXBServicenavId - The ID of the object set generatorvalues - The values entered to search seed objects. The values are corresponding to the tag
<searchKey/queryName> in the registry XML file.wtcontainerRef - The container reference for seed objects to be searched in.
WTExceptionIXBObjectInfo.
public wt.ixb.clientAccess.IXBExpImpStatus doExport(WTContainerRef container,
boolean previewOnly,
String[] generatorIds,
String[] generatorParams,
String[] filterIds,
String[] filterParams,
wt.ixb.clientAccess.IXBStreamer ruleFile,
String guiId,
boolean detailedLog,
wt.ixb.clientAccess.IXBStreamer policyFile,
String actionName,
String clientFileName)
throws WTException
doExport in interface IXBServicecontainer - previewOnly - generatorIds - generatorParams - filterIds - filterParams - ruleFile - guiId - detailedLog - policyFile - actionName - clientFileName -
WTException
public wt.ixb.clientAccess.IXBExpImpStatus doExport(ObjectExportParameters exportParam)
throws WTException
ObjectExportParameters
exportParam.
doExport in interface IXBServiceexportParam -
WTException
public Vector getListOfImportActors(Locale locale)
throws WTException
Vector.
Eelements in the vector are ActorInfo. By default only
those displayable to client will be returned.
getListOfImportActors in interface IXBServicelocale -
WTException( boolean displayableOnly, Locale locale),
( Locale locale),
( boolean displayableOnly, Locale locale),
ActorInfo
public Vector getListOfImportActors(boolean displayableOnly,
Locale locale)
throws WTException
Vector.
Eelements in the vector are ActorInfo. If parameter displayableOnly,
is set to true, only those displayable to client will be returned,
otherwise all import actors will be returned.
getListOfImportActors in interface IXBServicedisplayableOnly - locale -
WTException(Locale locale),
( Locale locale),
( boolean displayableOnly, Locale locale),
ActorInfo
public wt.ixb.clientAccess.IXBExpImpStatus doImport(WTContainerRef container,
wt.ixb.clientAccess.IXBStreamer ruleFile,
wt.ixb.clientAccess.IXBStreamer dataFile,
boolean overrideConflicts,
String guiId,
boolean isPreview,
boolean detailedLog,
String actorName,
wt.ixb.clientAccess.IXBStreamer policyFile,
Locale locale)
throws WTException
doImport in interface IXBServicecontainer - ruleFile - dataFile - overrideConflicts - guiId - isPreview - detailedLog - actorName - policyFile - locale -
WTException
public wt.ixb.clientAccess.IXBExpImpStatus doImport(WTContainerRef container,
wt.ixb.clientAccess.IXBStreamer ruleFile,
wt.ixb.clientAccess.IXBStreamer dataFile,
boolean overrideConflicts,
String guiId,
boolean isPreview,
boolean detailedLog,
String actorName,
wt.ixb.clientAccess.IXBStreamer policyFile,
wt.ixb.clientAccess.IXBStreamer containerMappingFile,
Locale locale)
throws WTException
doImport in interface IXBServicecontainer - ruleFile - dataFile - overrideConflicts - guiId - isPreview - detailedLog - actorName - policyFile - containerMappingFile - locale -
WTException
public wt.ixb.clientAccess.IXBExpImpStatus doImport(WTContainerRef container,
wt.ixb.clientAccess.IXBStreamer ruleFile,
wt.ixb.clientAccess.IXBStreamer dataFile,
boolean overrideConflicts,
String guiId,
boolean isPreview,
boolean detailedLog,
String actorName,
wt.ixb.clientAccess.IXBStreamer policyFile,
wt.ixb.clientAccess.IXBStreamer containerMappingFile,
Locale locale,
Boolean validation)
throws WTException
doImport in interface IXBServicecontainer - ruleFile - dataFile - overrideConflicts - guiId - isPreview - detailedLog - actorName - policyFile - containerMappingFile - locale - validation -
WTException
public wt.ixb.clientAccess.IXBExpImpStatus doImport(ObjectImportParameters importParam)
throws WTException
ObjectImportParameters
exportParam.
doImport in interface IXBServiceimportParam -
WTException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||