|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Webject in com.infoengine.convert |
Fields in com.infoengine.convert declared as Webject | |
(package private) Webject |
UpdateNonDspWebject.webject
|
(package private) Webject |
dsp4x.webject
|
Methods in com.infoengine.convert that return Webject | |
Webject |
Upgrade.uniqueXmlTaskName(Webject webject)
Gives the unique xml filename. |
private Webject |
Upgrade.getNonDspWebject(String grpIn)
Gives the non DISPLAY webject from the nonDspPool of non DSP webjects |
Webject |
Upgrade.nonDspUpdate(Webject webject)
Update the non Display webjcts to I*E 4.0 webjects Take each non Display webject from nonDspPool and update it. |
Webject |
UpdateNonDspWebject.updateWebject()
Updates the non Display webjects. |
Webject |
UpdateNonDspWebject.updateTypeValue()
Update the Type value of the webject. |
Webject |
UpdateNonDspWebject.getWebjectToUpdate(Webject webj)
Gives the Webject to be Updated. |
Webject |
UpdateNonDspWebject.updateGroupWebject(Webject webj)
Gives the I*E 4.0 Server 'GROUP' webject after conversion. |
private Webject |
UpdateNonDspWebject.replaceBYParams(Webject webj,
String valBY)
Converts the <...>BY parameter values to a I*E 4.0 representation. |
Webject |
UpdateNonDspWebject.convertDiffGroups(Webject webj)
Converts the Group webject 'Diff-Group' to I*E 4.0 |
Webject |
UpdateNonDspWebject.convertIntersectGroups(Webject webj)
Converts the Group webject 'Intersect-Groups' to I*E 4.0 |
Webject |
UpdateNonDspWebject.convertJoinGroups(Webject webj)
Converts the Group webject 'Join-Groups' to I*E 4.0 |
Webject |
UpdateNonDspWebject.convertMaxJoinGroups(Webject webj)
Converts the Group webject 'Maxjoin-Groups' to I*E 4.0 |
Webject |
UpdateNonDspWebject.convertMergeGroups(Webject webj)
Converts the Group webject 'Merge-Groups' to I*E 4.0 |
Webject |
UpdateNonDspWebject.convertSortGroups(Webject webj)
Converts the Group webject 'Sort-Groups' to I*E 4.0 |
Webject |
UpdateNonDspWebject.convertUnionGroups(Webject webj)
Converts the Group webject 'Union-Groups' to I*E 4.0 |
Webject |
UpdateNonDspWebject.convertXORGroups(Webject webj)
Converts the Group webject 'XOR-Groups' to I*E 4.0 |
Webject |
UpdateNonDspWebject.updateJModuleWebject(Webject webj)
Gives the JModule 4.0 webject after conversion. |
Webject |
UpdateNonDspWebject.removeBindParam(Webject webj)
Removes the BIND param from the webject. |
Webject |
UpdateNonDspWebject.convertFormatSyntax(Webject webj)
Converts the param FORMAT value to I*E 4.0 style |
Webject |
dsp4x.get4xWebject()
Gives the I*E 4.0 Display webject after converting |
Webject |
dsp4x.convertAttributeValue()
Convert Display webject name='Attribute-Value' to I*E 4.0 |
Webject |
dsp4x.convertEchoWebject()
Convert Display webject name='Echo-Webject' to I*E 4.0 |
Webject |
dsp4x.convertObjectButton()
Convert Display webject name='Object-Button' to I*E 4.0 |
Webject |
dsp4x.convertObjectWindow()
Convert Display webject name='Object-Window' to I*E 4.0 |
Webject |
dsp4x.convertObjectList()
Convert Display webject name='Object-List' to I*E 4.0 |
Webject |
dsp4x.convertObjectDisplay()
Convert Display webject name='Object-Dispaly' to I*E 4.0 |
Webject |
dsp4x.convertObjectTable()
Convert Display webject name='Object-Table' to I*E 4.0 |
Webject |
dsp4x.convertImageData()
Convert Display webject name='Image-Data' to I*E 4.0 |
Webject |
dsp4x.convertJavaApplet()
Convert Display webject name='Java-Applet' to I*E 4.0 |
Webject |
dsp4x.convertSetCookie()
Convert Display webject name='Set-Cookie' to I*E 4.0 |
Webject |
dsp4x.convertObjectXml()
Convert Display webject name='Object-Xml' to I*E 4.0 |
Methods in com.infoengine.convert with parameters of type Webject | |
(package private) void |
Upgrade.writeWebjectToXml(Webject webject,
FileOutputStream fos)
A recurrsive function to write all the required non Display webject to the xml file If the type of the webject is not known - make it as 'UNKNOWN' type |
Webject |
Upgrade.uniqueXmlTaskName(Webject webject)
Gives the unique xml filename. |
private String |
Upgrade.getDisplayFormat(Webject webject)
Gives the Display format for the DISPLAY webject. |
Webject |
Upgrade.nonDspUpdate(Webject webject)
Update the non Display webjcts to I*E 4.0 webjects Take each non Display webject from nonDspPool and update it. |
Webject |
UpdateNonDspWebject.getWebjectToUpdate(Webject webj)
Gives the Webject to be Updated. |
Webject |
UpdateNonDspWebject.updateGroupWebject(Webject webj)
Gives the I*E 4.0 Server 'GROUP' webject after conversion. |
private Webject |
UpdateNonDspWebject.replaceBYParams(Webject webj,
String valBY)
Converts the <...>BY parameter values to a I*E 4.0 representation. |
Webject |
UpdateNonDspWebject.convertDiffGroups(Webject webj)
Converts the Group webject 'Diff-Group' to I*E 4.0 |
Webject |
UpdateNonDspWebject.convertIntersectGroups(Webject webj)
Converts the Group webject 'Intersect-Groups' to I*E 4.0 |
Webject |
UpdateNonDspWebject.convertJoinGroups(Webject webj)
Converts the Group webject 'Join-Groups' to I*E 4.0 |
Webject |
UpdateNonDspWebject.convertMaxJoinGroups(Webject webj)
Converts the Group webject 'Maxjoin-Groups' to I*E 4.0 |
Webject |
UpdateNonDspWebject.convertMergeGroups(Webject webj)
Converts the Group webject 'Merge-Groups' to I*E 4.0 |
Webject |
UpdateNonDspWebject.convertSortGroups(Webject webj)
Converts the Group webject 'Sort-Groups' to I*E 4.0 |
Webject |
UpdateNonDspWebject.convertUnionGroups(Webject webj)
Converts the Group webject 'Union-Groups' to I*E 4.0 |
Webject |
UpdateNonDspWebject.convertXORGroups(Webject webj)
Converts the Group webject 'XOR-Groups' to I*E 4.0 |
Webject |
UpdateNonDspWebject.updateJModuleWebject(Webject webj)
Gives the JModule 4.0 webject after conversion. |
Webject |
UpdateNonDspWebject.removeBindParam(Webject webj)
Removes the BIND param from the webject. |
Webject |
UpdateNonDspWebject.convertFormatSyntax(Webject webj)
Converts the param FORMAT value to I*E 4.0 style |
Constructors in com.infoengine.convert with parameters of type Webject | |
UpdateNonDspWebject(Webject w)
|
|
dsp4x(Webject dspwebject)
|
Uses of Webject in com.infoengine.doorsadapter |
Fields in com.infoengine.doorsadapter declared as Webject | |
private Webject |
RequestContext.myWebject
|
(package private) Webject |
AdapterWebject.webject
|
Methods in com.infoengine.doorsadapter that return Webject | |
Webject |
RequestContext.getWebject()
Get the current input webject. |
Methods in com.infoengine.doorsadapter with parameters of type Webject | |
void |
RequestContext.setWebject(Webject webj)
Set the webject object for adapter to use. |
Uses of Webject in com.infoengine.ebai |
Fields in com.infoengine.ebai declared as Webject | |
private Webject |
RequestContext.myWebject
|
Methods in com.infoengine.ebai that return Webject | |
Webject |
RequestContext.getWebject()
Get the current webject. |
Methods in com.infoengine.ebai with parameters of type Webject | |
void |
RequestContext.setWebject(Webject webj)
Receive a webject and initialize the webject instance. |
Uses of Webject in com.infoengine.edasql |
Fields in com.infoengine.edasql declared as Webject | |
private Webject |
RequestContext.myWebject
|
Methods in com.infoengine.edasql that return Webject | |
Webject |
RequestContext.getWebject()
Get the current input webject. |
Methods in com.infoengine.edasql with parameters of type Webject | |
void |
RequestContext.setWebject(Webject webj)
Set the webject object for adapter to use. |
Uses of Webject in com.infoengine.email |
Fields in com.infoengine.email declared as Webject | |
(package private) Webject |
AbstractWebject.webject
|
Methods in com.infoengine.email with parameters of type Webject | |
private javax.mail.Store |
EMailAdapterImpl.getStore(Webject webject,
Hashtable ctx)
|
Uses of Webject in com.infoengine.jdbc |
Fields in com.infoengine.jdbc declared as Webject | |
(package private) Webject |
JDBCObject.webject
|
Methods in com.infoengine.jdbc with parameters of type Webject | |
void |
JDBCAdapterImpl.setTransactionInfo(Properties env,
Webject webject)
|
Uses of Webject in com.infoengine.jndi |
Fields in com.infoengine.jndi declared as Webject | |
(package private) Webject |
JNDIObject.webject
|
Methods in com.infoengine.jndi with parameters of type Webject | |
private DirContext |
JNDIAdapterImpl.getDirContext(Webject webject,
Properties env)
|
Uses of Webject in com.infoengine.jsp.taglibs |
Fields in com.infoengine.jsp.taglibs declared as Webject | |
private Webject |
WebjectTag.factory_webject
|
private Webject |
WebjectTag.WebjectExecutor.factory_webject
|
Uses of Webject in com.infoengine.messaging |
Methods in com.infoengine.messaging that return Webject | |
private Webject |
MsgService.mapCredentials(Task t,
String instance)
|
private Webject |
MsgService.mapWesCredentials(Task t)
|
private Webject |
MsgService.mapMsgCredentials(Task t)
|
Methods in com.infoengine.messaging with parameters of type Webject | |
javax.jms.Message |
Unknown.ie2jms(IeRequest request,
javax.jms.Session session,
Webject webject)
|
IeRequest |
Unknown.jms2ie(javax.jms.Message m,
Webject w)
|
javax.jms.Message |
TextMessage.ie2jms(IeRequest r,
javax.jms.Session s,
Webject w)
|
IeRequest |
TextMessage.jms2ie(javax.jms.Message m,
Webject w)
|
javax.jms.Message |
StreamMessage.ie2jms(IeRequest r,
javax.jms.Session s,
Webject w)
|
IeRequest |
StreamMessage.jms2ie(javax.jms.Message m,
Webject w)
|
javax.jms.Message |
SoapMessage.ie2jms(IeRequest in_request,
javax.jms.Session session,
Webject webject)
|
javax.jms.Message |
RPCSoapMessage.ie2jms(IeRequest in_request,
javax.jms.Session session,
Webject webject)
|
IeRequest |
RPCSoapMessage.jms2ie(javax.jms.Message m,
Webject w)
|
Group |
MsgService.unsubscribeEvent(Webject w)
unsubscribe from a named event |
private IeRequest |
MsgService.buildRequest(Task t,
Webject w)
|
abstract javax.jms.Message |
MsgProcessor.ie2jms(IeRequest r,
javax.jms.Session s,
Webject w)
|
abstract IeRequest |
MsgProcessor.jms2ie(javax.jms.Message m,
Webject w)
|
javax.jms.Message |
MapMessage.ie2jms(IeRequest r,
javax.jms.Session s,
Webject w)
|
IeRequest |
MapMessage.jms2ie(javax.jms.Message m,
Webject w)
|
javax.jms.Message |
InfoEngine.ie2jms(IeRequest in_request,
javax.jms.Session session,
Webject webject)
|
IeRequest |
InfoEngine.jms2ie(javax.jms.Message m,
Webject w)
|
javax.jms.Message |
BytesMessage.ie2jms(IeRequest r,
javax.jms.Session s,
Webject w)
|
Uses of Webject in com.infoengine.object.factory |
Fields in com.infoengine.object.factory declared as Webject | |
private Webject |
Task.myWebject
|
Methods in com.infoengine.object.factory that return Webject | |
Webject |
Webject.deepClone()
Returns a deep copy of this webject. |
Webject |
Task.getWebject()
Returns the webject that this task wraps. |
Webject |
Task.bindParams()
Binds parameters to the webject wrapped in this task. |
Webject |
Task.bindParams(Webject webject)
Binds parameters to a specific webject. |
Methods in com.infoengine.object.factory with parameters of type Webject | |
void |
Webject.addWebject(Webject webject)
Adds a new webject as a child of this webject. |
void |
Webject.removeWebject(Webject webject)
Removes a specific child webject from this webject. |
void |
Task.setWebject(Webject webject)
Sets the webject that this task wraps. |
Webject |
Task.bindParams(Webject webject)
Binds parameters to a specific webject. |
void |
BusinessTask.addWebject(Webject subwebject)
Add a subtask that must be completed before this task can be run. |
Constructors in com.infoengine.object.factory with parameters of type Webject | |
Task(Webject webject)
Constructs a task wrapper around an existing webject. |
|
BusinessTask(Webject webject)
Construct a business task wrapper around an existing webject. |
Uses of Webject in com.infoengine.pda |
Fields in com.infoengine.pda declared as Webject | |
protected Webject |
AbstractWebject.webject
|
Uses of Webject in com.infoengine.procunit.gateway |
Methods in com.infoengine.procunit.gateway with parameters of type Webject | |
void |
Netlib.send(Webject webject)
|
void |
Netlib.send(Webject webject,
Group group)
|
private void |
GatewayImpl.Connect(Webject webject)
|
Uses of Webject in com.infoengine.procunit.webject |
Fields in com.infoengine.procunit.webject declared as Webject | |
(package private) Webject |
GroupWebjectException.webject
|
(package private) Webject |
DisplayWebjectException.webject
|
Methods in com.infoengine.procunit.webject that return Webject | |
Webject |
parseWebject2x.parseWebject(IeNode node)
|
Webject |
parseWebject2x.parseWebject(Reader reader)
|
Methods in com.infoengine.procunit.webject with parameters of type Webject | |
IeRequest |
WebjectProcessor.routeWebject(Webject webject,
Task task)
|
Task |
WebjectProcessor.invokeWebject(Webject webject,
Task task)
|
Constructors in com.infoengine.procunit.webject with parameters of type Webject | |
GroupWebjectException(Webject webject)
Constructs a Info*Engine exception with no specified detailed message or embedded throwable object. |
|
GroupWebjectException(Webject webject,
String s)
Constructs a Info*Engine exception with a non-localizable detailed message. |
|
GroupWebjectException(Webject webject,
String rb,
String key,
Object[] params)
Constructs a Info*Engine exception with a localizable detailed message. |
|
GroupWebjectException(Webject webject,
Throwable t)
Constructs a Info*Engine exception with a throwable Supported API: true |
|
GroupWebjectException(Webject webject,
Throwable t,
String s)
Constructs a Info*Engine exception with an embedded Throwable object and non-localizable detailed message. |
|
GroupWebjectException(Webject webject,
Throwable t,
String rb,
String key,
Object[] params)
Constructs a Info*Engine exception with an embedded Throwable object and non-localizable detailed message. |
|
DisplayWebjectException(Webject webject)
Constructs a Info*Engine exception with no specified detailed message or embedded throwable object. |
|
DisplayWebjectException(Webject webject,
String s)
Constructs a Info*Engine exception with a non-localizable detailed message. |
|
DisplayWebjectException(Webject webject,
String rb,
String key,
Object[] params)
Constructs a Info*Engine exception with a localizable detailed message. |
|
DisplayWebjectException(Webject webject,
Throwable t)
Constructs a Info*Engine exception with a throwable Supported API: true |
|
DisplayWebjectException(Webject webject,
Throwable t,
String s)
Constructs a Info*Engine exception with an embedded Throwable object and non-localizable detailed message. |
|
DisplayWebjectException(Webject webject,
Throwable t,
String rb,
String key,
Object[] params)
Constructs a Info*Engine exception with an embedded Throwable object and non-localizable detailed message. |
Uses of Webject in com.infoengine.procunit.webject.render |
Fields in com.infoengine.procunit.webject.render declared as Webject | |
protected Webject |
Rendering.webject
|
Uses of Webject in com.infoengine.SAK |
Subclasses of Webject in com.infoengine.SAK | |
class |
ActionWebject
This class provides methods to construct and execute action webjects in applications and JSP pages. |
class |
DisplayWebject
This class provides methods to construct and execute display webjects in applications and JSP pages. |
class |
ExternalWebject
This class provides methods to construct and execute externally defined webjects in applications and JSP pages. |
class |
GroupWebject
This class provides methods to construct and execute group webjects in applications and JSP pages. |
class |
ManagementWebject
This class provides methods to construct and execute group webjects in applications and JSP pages. |
class |
ObjectWebject
This class provides methods to construct and execute object webjects in applications and JSP pages. |
class |
Webject
This class provides methods to construct and execute webjects of any type in applications and JSP pages. |
Uses of Webject in com.infoengine.webject |
Methods in com.infoengine.webject with parameters of type Webject | |
static boolean |
Webject.booleanParam(Webject w,
String parm,
boolean dflt)
|
Uses of Webject in com.infoengine.webject.dsp |
Methods in com.infoengine.webject.dsp with parameters of type Webject | |
protected static Table |
DisplayWebject.defaultTable(Webject webject,
Rendering rendering)
|
protected static Table |
DisplayWebject.defaultTextTable(Webject webject,
Rendering rendering)
|
protected static Table |
DisplayObject.initializeTable(Webject webject,
Rendering rendering)
|
Uses of Webject in com.infoengine.webject.grp |
Methods in com.infoengine.webject.grp with parameters of type Webject | |
private Enumeration |
SortGroup.padParams(Webject w,
int count,
String parm,
String defaultVal)
|
protected static Vector |
GroupWebject.createCompareLists(String param,
Webject webject)
Describe 'createCompareLists' method here. |
private IeDefinitionDescriptor |
AddDescriptors._getNewDescriptor(Group groupIn,
Webject webject)
Extracts the new descriptors for the attribute(s) from the webject's FIELD param. |
private Enumeration |
AddDescriptors._getTargetElements(Group groupIn,
Webject webject)
Extracts the target elements from the group_in, as specified by the webject's ELEMENT param. |
private AttributeTypeIdentifier[] |
AddDescriptors._getTargetAttributes(IeNode node,
Webject webject)
Extracts the target attributes from the ATTRIBUTES param |
Uses of Webject in com.infoengine.webject.img |
Fields in com.infoengine.webject.img declared as Webject | |
protected Webject |
IMGWebject.webject
|
Methods in com.infoengine.webject.img with parameters of type Webject | |
protected int |
IMGWebject.getInteger(Webject w,
String parm,
int def)
|
protected double |
IMGWebject.getDouble(Webject w,
String parm,
double def)
|
protected void |
IMGWebject.getDimensions(Webject w)
|
private int |
IMGWebject.getInset(Webject w,
String parm)
|
protected void |
IMGWebject.getInsets(Webject w)
|
protected void |
IMGWebject.getDecimalPlaces(Webject w)
|
protected Color |
IMGWebject.getColor(Webject w,
String parm,
Color def)
|
Uses of Webject in com.infoengine.webject.mgt |
Methods in com.infoengine.webject.mgt with parameters of type Webject | |
private static Group |
MapCredentials.processCredentialsFiles(Task task,
Webject webject,
String username)
Process credentials files if a directory pathname is provided. |
private static Group |
MapCredentials.processCredentialsMapper(Task task,
Webject webject)
Execute a credentials mapper task if one is provided. |
Constructors in com.infoengine.webject.mgt with parameters of type Webject | |
DispatchTasks.TaskRunner(String uri,
Vector taskProcessors,
Group group,
Group form,
Task parent,
Webject webject)
|
Uses of Webject in com.infoengine.webject.msg |
Fields in com.infoengine.webject.msg declared as Webject | |
protected Webject |
DefaultSOAPMessageHandler.w
|
Methods in com.infoengine.webject.msg with parameters of type Webject | |
static URLConnection |
SendMail.openURL(String urlString,
Webject webject,
Task task,
String acceptLanguage)
|
Uses of Webject in com.infoengine.xml |
Methods in com.infoengine.xml with parameters of type Webject | |
static IeCollection |
ProcessXml.applyXsl(Webject webject,
Task task)
Apply XSL to an XML stream to produce a collection of groups. |
static IeCollection |
ProcessXml.applyXsl(Webject webject,
Task task,
String xmlSource)
Apply XSL to an XML string to produce a collection of groups. |
static Group |
ProcessXml.applyXsl(Webject webject,
Task task,
Group group)
Apply XSL to the XML representation of a group. |
static void |
ProcessXml.applyXsl(Webject webject,
Task task,
Group group,
IeMultipartOutputStream iemos)
Apply XSL to the XML representation of a group to produce a new XML output stream. |
static Reader |
ProcessXml.getInputStream(String urlString,
Webject webject,
Task task)
|
Uses of Webject in com.ptc.core.adapter.server.impl |
Fields in com.ptc.core.adapter.server.impl declared as Webject | |
protected Webject |
AbstractWebjectDelegate.webject
The current webject object. |
Methods in com.ptc.core.adapter.server.impl with parameters of type Webject | |
static TypeAwareWebjectDelegate |
WebjectDelegateFactory.getDelegate(Webject webject)
Supported API: false |
private Vector |
UnsubscribeObjectsWebjectDelegate._constructSubscribersList(Task task,
Webject webject)
|
private ConfigSpec |
TraversePartUsingConfigSpecWebjectDelegate.getConfigSpec(Webject webject,
Persistable target)
|
private Vector |
SubscribeObjectsWebjectDelegate._constructEventFilter(Webject webject)
|
private Vector |
SubscribeObjectsWebjectDelegate._constructSubscribersList(Task task,
Webject webject)
|
protected ResultContainer |
SearchObjectsWebjectDelegate.search(Webject webject)
Prepares and performs a search. |
void |
QueryObjectsWebjectDelegate.CurrentPagingSession.setSortParams(Webject webject)
|
Element |
QueryLinksWebjectDelegate.joinNodeAndLink(QueryLinksWebjectDelegate wd,
Object link,
Webject webject,
String linkClassName,
String role,
boolean autoNavEnabled,
String[] attributes,
Locale locale)
|
String |
PreviewImportWebjectDelegate.getStagingAreaPath(Webject webject)
Supported API: false |
private ImportSession |
PreviewImportWebjectDelegate._constructImportSession(Webject webject,
String name)
|
String |
PerformExportWebjectDelegate.getStagingAreaPath(Webject webject)
Supported API: false |
private String[] |
ListFolderContentsWebjectDelegate.getDefaultAttributes(Webject webject)
|
private String[] |
DeleteContentItemsWebjectDelegate._getValues(Webject webject,
String paramName)
|
static WTPartConfigSpec |
CreatePartConfigSpecWebjectDelegate.buildConfigSpec(Webject webject)
|
static WTPartConfigSpec |
CreatePartConfigSpecWebjectDelegate.buildEffectivityConfigSpec(Webject webject,
WTPartConfigSpec spec,
String view,
String effDate,
String effCtxt,
String effVal)
|
static WTPartConfigSpec |
CreatePartConfigSpecWebjectDelegate.buildBaselineConfigSpec(Webject webject,
WTPartConfigSpec spec,
String baselineName)
|
static WTPartConfigSpec |
CreatePartConfigSpecWebjectDelegate.buildStandardConfigSpec(Webject webject,
WTPartConfigSpec spec,
String view,
String state,
boolean includePersonal)
|
String |
AddContentItemsWebjectDelegate.getStagingAreaPath(Webject webject)
Supported API: false |
String[] |
AbstractWebjectDelegate.getAttributes(Webject webject)
Returns a list of logical attribute names specified with the webject's "ATTRIBUTE" param. |
Uses of Webject in com.ptc.windchill.enterprise.search.server |
Methods in com.ptc.windchill.enterprise.search.server with parameters of type Webject | |
static SearchSortInfo |
SearchSortHelper.initializeSortParameters(Webject webject)
Set up SearchSortInfo based on parameters passed on Webject. |
static SearchPagingInfo |
SearchPagingHelper.initializePagingParameters(Webject webject)
Set up SearchPagingInfo based on parameters passed on Webject. |
Uses of Webject in wt.adapter |
Fields in wt.adapter declared as Webject | |
private Webject |
WebjectDelegateTemplate.webject
|
Methods in wt.adapter with parameters of type Webject | |
static String |
WebjectUser.getUser(Webject webject)
Determine the highest priority user string under which to execute the current instance of a webject, and validate the username and credentials. |
static Locale |
WebjectLocale.getLocale(Webject webject)
|
protected void |
WebjectDelegateTemplate.init(Webject webject,
Group groupIn)
|
WebjectDelegate |
WebjectDelegateFactory.getDelegate(Webject webject)
Return a webject delegate for the specified command. |
private Class |
WebjectDelegateFactory.getTargetObjectClass(Webject webject)
|
String |
BasicWebjectDelegate.getProperty(Webject webject,
String attributeName)
Return the String value of the specified parameter from the webject. |
String[] |
BasicWebjectDelegate.getProperties(Webject webject,
String attributeName)
Return an array of String values for the specified parameter from the webject. |
protected Hashtable |
BasicWebjectDelegate.parseFields(Webject webject)
Parse an incoming "Field' parameter for a Webject, returning a Hashtable containing the name/value pairs. |
protected Locale |
BasicWebjectDelegate.getLocale(Webject webject)
Return an appropriate Locale object, using the information in the ACCEPT-LANGUAGE parameter in the incoming webject. |
Uses of Webject in wt.adapter.iba |
Methods in wt.adapter.iba with parameters of type Webject | |
protected Hashtable |
UpdateIBAObjectsWebjectDelegate.parseFields(Webject webject)
This method will parse the incoming field parameters, both modeled and instance based attributes, and put them into a Hashtable. |
Uses of Webject in wt.adapter.query |
Methods in wt.adapter.query with parameters of type Webject | |
Hashtable |
QueryLinksWebjectDelegate.navigate(Webject webject,
Group inputGroup,
String linkClassName,
String role,
boolean returnTargetObjects,
boolean autoNavEnabled)
Navigate a specfied type of link. |
Hashtable |
QueryLinksWebjectDelegate.navigate(Webject webject,
String objectRef,
String linkClassName,
String role,
boolean returnTargetObjects,
boolean autoNavEnabled)
|
QueryResult |
QueryLinksWebjectDelegate.autoNavigate(String type,
ObjectVector objects,
Webject webject)
|
Object |
QueryLinksWebjectDelegate.getOtherSide(Webject webject,
BinaryLink link,
String linkClassName,
String role,
boolean autoNavEnabled)
|
Element |
QueryLinksWebjectDelegate.joinNodeAndLink(Object link,
Webject webject,
String linkClassName,
String role,
boolean autoNavEnabled,
String[] attributes,
Locale locale)
|
QueryResult |
ProxyNavigationDelegate.invoke(QueryResult objects,
Webject webject)
Supported API: false |
QueryResult |
NavigationDelegate.invoke(QueryResult objects,
Webject webject)
Supported API: false |
QueryResult |
DefaultNavigationDelegate.invoke(QueryResult objects,
Webject webject)
Supported API: false |
QueryResult |
ConfigSpecNavigationDelegate.invoke(QueryResult objects,
Webject webject)
Supported API: false |
Uses of Webject in wt.method |
Methods in wt.method with parameters of type Webject | |
private IeRequest |
WTAdapterImpl.processWebject(Task task,
Webject webject)
Process a request to execute a webject. |
private String |
WTAdapterImpl.getUser(Webject webject,
Task task)
Returns a verified username, if any, from a specified webject and/or task object. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |