Package wt.project
Class RoleHolderProcessorService
java.lang.Object
wt.project.RoleHolderProcessorService
- All Implemented Interfaces:
Externalizable,Serializable,ContextHolder,ProcessorService
Deprecated.
in R6.0
When executed from a class that extends BasicTemplateProcessor, these
script call can be invoked by using the 'useProcessorService service
= ' html template entry.
Supported API: true
Extendable: false
-
Field Summary
Fields inherited from interface wt.templateutil.processor.ContextHolder
CONTEXT_ACTION, CONTEXT_CLASS_NAME, CONTEXT_OBJ, CONTEXT_PROPERTIES, FORM_DATA, QUERY_DATA, RESPONSE_EXCEPTIONS, RESPONSE_FOOTERS, RESPONSE_HEADERS, RESPONSE_MESSAGES, RESPONSE_STRING, STATUSFields inherited from interface wt.templateutil.processor.ProcessorService
STATE -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Gets the value of the attribute: contextAction; Context Action is the name of the action of the current page
Supported API: trueDeprecated.Gets the value of the attribute: contextClassName; Context Object Name is the name of the class of the current page
Supported API: trueDeprecated.Gets the value of the attribute: contextObj; Context Object is the reference object of the current page
Supported API: trueDeprecated.Gets the value of the attribute: contextProperties.Deprecated.Gets the value of the attribute: formData; Form Data is the data present in the form of the current HTML page.Deprecated.Gets the value of the attribute: queryData; Query Data is the information present after the "?" mark on the URL of the current page.Deprecated.Gets the value of the attribute: responseExceptions.Deprecated.Gets the value of the attribute: responseFooters.Deprecated.Gets the value of the attribute: responseHeaders.Deprecated.Gets the value of the attribute: responseMessages.Deprecated.Gets the value of the attribute: responseString.voidgetRoleParticipants(Properties parameters, Locale locale, OutputStream os) Deprecated.If the context object is a WTRoleHolder, return the role participant mappings
Supported API: truegetState()Deprecated.Gets the object for the association that plays role: theState.intDeprecated.Gets the value of the attribute: status.voidsetContextAction(String a_ContextAction) Deprecated.Sets the value of the attribute: contextAction; Context Action is the name of the action of the current page
Supported API: truevoidsetContextClassName(String a_ContextClassName) Deprecated.Sets the value of the attribute: contextClassName; Context Object Name is the name of the class of the current page
Supported API: truevoidsetContextObj(Object a_ContextObj) Deprecated.Sets the value of the attribute: contextObj; Context Object is the reference object of the current page
Supported API: truevoidsetContextProperties(Properties a_ContextProperties) Deprecated.Sets the value of the attribute: contextProperties.voidsetFormData(Properties a_FormData) Deprecated.Sets the value of the attribute: formData; Form Data is the data present in the form of the current HTML page.voidsetQueryData(Properties a_QueryData) Deprecated.Sets the value of the attribute: queryData; Query Data is the information present after the "?" mark on the URL of the current page.voidsetResponseExceptions(Vector a_ResponseExceptions) Deprecated.Sets the value of the attribute: responseExceptions.voidsetResponseFooters(Vector a_ResponseFooters) Deprecated.Sets the value of the attribute: responseFooters.voidsetResponseHeaders(Vector a_ResponseHeaders) Deprecated.Sets the value of the attribute: responseHeaders.voidsetResponseMessages(Vector a_ResponseMessages) Deprecated.Sets the value of the attribute: responseMessages.voidsetResponseString(String a_ResponseString) Deprecated.Sets the value of the attribute: responseString.voidDeprecated.Sets the object for the association that plays role: theState.voidsetStatus(int a_Status) Deprecated.Sets the value of the attribute: status.
-
Method Details
-
getRoleParticipants
Deprecated.If the context object is a WTRoleHolder, return the role participant mappings
Supported API: true- Parameters:
parameters- the arguments that were passed to the Windchill script calllocale- the Locale to send to the invoked methods for localizationos- the output stream
-
getState
Deprecated.Gets the object for the association that plays role: theState.
Supported API: true- Specified by:
getStatein interfaceProcessorService- Returns:
- HTTPState
-
setState
Deprecated.Sets the object for the association that plays role: theState.
Supported API: true- Specified by:
setStatein interfaceProcessorService- Parameters:
a_State-
-
getContextAction
Deprecated.Gets the value of the attribute: contextAction; Context Action is the name of the action of the current page
Supported API: true- Specified by:
getContextActionin interfaceContextHolder- Returns:
- String
-
setContextAction
Deprecated.Sets the value of the attribute: contextAction; Context Action is the name of the action of the current page
Supported API: true- Specified by:
setContextActionin interfaceContextHolder- Parameters:
a_ContextAction-
-
getContextObj
Deprecated.Gets the value of the attribute: contextObj; Context Object is the reference object of the current page
Supported API: true- Specified by:
getContextObjin interfaceContextHolder- Returns:
- Object
-
setContextObj
Deprecated.Sets the value of the attribute: contextObj; Context Object is the reference object of the current page
Supported API: true- Specified by:
setContextObjin interfaceContextHolder- Parameters:
a_ContextObj-
-
getContextClassName
Deprecated.Gets the value of the attribute: contextClassName; Context Object Name is the name of the class of the current page
Supported API: true- Specified by:
getContextClassNamein interfaceContextHolder- Returns:
- String
-
setContextClassName
Deprecated.Sets the value of the attribute: contextClassName; Context Object Name is the name of the class of the current page
Supported API: true- Specified by:
setContextClassNamein interfaceContextHolder- Parameters:
a_ContextClassName-
-
getContextProperties
Deprecated.Gets the value of the attribute: contextProperties.
Supported API: true- Specified by:
getContextPropertiesin interfaceContextHolder- Returns:
- Properties
-
setContextProperties
Deprecated.Sets the value of the attribute: contextProperties.
Supported API: true- Specified by:
setContextPropertiesin interfaceContextHolder- Parameters:
a_ContextProperties-
-
getResponseExceptions
Deprecated.Gets the value of the attribute: responseExceptions.
Supported API: true- Specified by:
getResponseExceptionsin interfaceContextHolder- Returns:
- Vector
-
setResponseExceptions
Deprecated.Sets the value of the attribute: responseExceptions.
Supported API: true- Specified by:
setResponseExceptionsin interfaceContextHolder- Parameters:
a_ResponseExceptions-
-
getResponseHeaders
Deprecated.Gets the value of the attribute: responseHeaders.
Supported API: true- Specified by:
getResponseHeadersin interfaceContextHolder- Returns:
- Vector
-
setResponseHeaders
Deprecated.Sets the value of the attribute: responseHeaders.
Supported API: true- Specified by:
setResponseHeadersin interfaceContextHolder- Parameters:
a_ResponseHeaders-
-
getResponseMessages
Deprecated.Gets the value of the attribute: responseMessages.
Supported API: true- Specified by:
getResponseMessagesin interfaceContextHolder- Returns:
- Vector
-
setResponseMessages
Deprecated.Sets the value of the attribute: responseMessages.
Supported API: true- Specified by:
setResponseMessagesin interfaceContextHolder- Parameters:
a_ResponseMessages-
-
getResponseString
Deprecated.Gets the value of the attribute: responseString.
Supported API: true- Specified by:
getResponseStringin interfaceContextHolder- Returns:
- String
-
setResponseString
Deprecated.Sets the value of the attribute: responseString.
Supported API: true- Specified by:
setResponseStringin interfaceContextHolder- Parameters:
a_ResponseString-
-
getStatus
public int getStatus()Deprecated.Gets the value of the attribute: status.
Supported API: true- Specified by:
getStatusin interfaceContextHolder- Returns:
- int
-
setStatus
public void setStatus(int a_Status) Deprecated.Sets the value of the attribute: status.
Supported API: true- Specified by:
setStatusin interfaceContextHolder- Parameters:
a_Status-
-
getFormData
Deprecated.Gets the value of the attribute: formData; Form Data is the data present in the form of the current HTML page.
Supported API: true- Specified by:
getFormDatain interfaceContextHolder- Returns:
- Properties
-
setFormData
Deprecated.Sets the value of the attribute: formData; Form Data is the data present in the form of the current HTML page.
Supported API: true- Specified by:
setFormDatain interfaceContextHolder- Parameters:
a_FormData-
-
getQueryData
Deprecated.Gets the value of the attribute: queryData; Query Data is the information present after the "?" mark on the URL of the current page.
Supported API: true- Specified by:
getQueryDatain interfaceContextHolder- Returns:
- Properties
-
setQueryData
Deprecated.Sets the value of the attribute: queryData; Query Data is the information present after the "?" mark on the URL of the current page.
Supported API: true- Specified by:
setQueryDatain interfaceContextHolder- Parameters:
a_QueryData-
-