WebObjects 5.4.2

com.webobjects.webservices.generation
Interface WOServiceUtilities.RuleSystemConstants

All Known Implementing Classes:
WORuleSerializationStrategy
Enclosing class:
WOServiceUtilities

public static interface WOServiceUtilities.RuleSystemConstants

Constants for keys used by the rule system to access values in a D2WContext


Field Summary
static String AllOperationNamesKey
          String key for accessing the names of all operations in the D2WContext including both automatically and manually added operations
static String AllServiceNamesKey
          String key for accessing the names of all Direct to Web Services
static String AssistantComparisonKeyKey
          This key is intentionally not documented.
static String AssistantTaskNameKey
          This key is intentionally not documented.
static String ClassForPropertyKeyKey
          String key for accessing the Class for the property currently being inspected
static String ClassNameForPropertyKeyKey
          String key for accessing the name of the Class for the property currently being inspected
static String ComparisonKeyKey
          String key for accessing the EOKeyComparisonQualifier key used to build an EOQualifier for the current property key
static String EntityNameKey
          String key for accessing the entity name for the current operation
static String FetchLimitKey
          String key for accessing the fetchLimit to use when fetch in the WOSearchOperation
static String FetchSpecificationNameKey
          String key for accessing the name of the fetch specification used in a WOFetchSpecSearchOperation
static String GidArgumentKeyKey
          String key for accessing the String used to signify that the EO at propertyKey currently being inspected should be serialized as an EOGlobalID
static String InputPartNamesKey
          String key for accessing the XML element names of input message parts for the current operation
static String InputPartValuesKey
          String key for accessing the values the operation was invoked with
static String IsDefaultOperatorKey
          This key is intentionally not documented.
static String IsDefaultServiceKey
          String key for accessing whether the current service is the default Direct to Web Service
static String IsOperationEnabledKey
          String key for accessing whether the current operation is enabled
static String IsOperationFrozenKey
          String key for accessing whether the current operation is frozen
static String IsServiceEnabledKey
          String key for accessing whether the service is enabled
static String IsTransactionEnabledKey
          String key for accessing whether the current service allows transactions
static String ModelGroupKey
          String key for accessing the EOModelGroup for the current operation
static String OperationClassNameKey
          String key for accessing the name of the class that implements the operation named operationName
static String OperationNameKey
          String key for accessing the name of the current operation
static String OperationNamesKey
          String key for accessing the names of all manually added operations
static String OperatorNameKey
          This key is intentionally not documented.
static String OutputPartNamesKey
          String key for accessing the XML element names of properties the current operation will return
static String PropertyKeyKey
          String key for accessing the property currently being inspected
static String PublicEntityNamesKey
          String key for accessing the names of entities that will be published via Direct to Web Services
static String ReturnsSOAPStructKey
          String key for accessing whether the current operation should return EOEnterpriseObjects as serialized EO's, or as SOAP-Struct's
static String ServiceNameKey
          String key for accessing the name of the current service
static String TranslatedAttributeNameKey
          String key for accessing the EOProperty key path for the current argument or result key
static String UnspecifiedArgumentKeyKey
          String key for accessing the String used to signify that the argument value was left unspecified by the client
static String UsesNamedFetchSpecificationKey
          String key for accessing whether the current operation uses a named fetch specification
static String WOContextKey
          String key for accessing the current com.webobjects.appserver.WOContext
static String WODefaultWebServiceKey
          String key for accessing the name of the default service name
static String WSDLComponentNameKey
          String key for accessing the name of the component to use to generate the WSDL for a service
 

Field Detail

AllServiceNamesKey

static final String AllServiceNamesKey
String key for accessing the names of all Direct to Web Services

See Also:
Constant Field Values

ServiceNameKey

static final String ServiceNameKey
String key for accessing the name of the current service

See Also:
Constant Field Values

AllOperationNamesKey

static final String AllOperationNamesKey
String key for accessing the names of all operations in the D2WContext including both automatically and manually added operations

See Also:
Constant Field Values

OperationNamesKey

static final String OperationNamesKey
String key for accessing the names of all manually added operations

See Also:
Constant Field Values

OperationNameKey

static final String OperationNameKey
String key for accessing the name of the current operation

See Also:
Constant Field Values

OperationClassNameKey

static final String OperationClassNameKey
String key for accessing the name of the class that implements the operation named operationName

See Also:
Constant Field Values

InputPartValuesKey

static final String InputPartValuesKey
String key for accessing the values the operation was invoked with

See Also:
Constant Field Values

IsServiceEnabledKey

static final String IsServiceEnabledKey
String key for accessing whether the service is enabled

See Also:
Constant Field Values

IsDefaultServiceKey

static final String IsDefaultServiceKey
String key for accessing whether the current service is the default Direct to Web Service

See Also:
Constant Field Values

IsOperationEnabledKey

static final String IsOperationEnabledKey
String key for accessing whether the current operation is enabled

See Also:
Constant Field Values

IsOperationFrozenKey

static final String IsOperationFrozenKey
String key for accessing whether the current operation is frozen

See Also:
Constant Field Values

IsTransactionEnabledKey

static final String IsTransactionEnabledKey
String key for accessing whether the current service allows transactions

See Also:
Constant Field Values

ReturnsSOAPStructKey

static final String ReturnsSOAPStructKey
String key for accessing whether the current operation should return EOEnterpriseObjects as serialized EO's, or as SOAP-Struct's

See Also:
Constant Field Values

AssistantComparisonKeyKey

static final String AssistantComparisonKeyKey
This key is intentionally not documented. Developers should never have to use this key

See Also:
Constant Field Values

AssistantTaskNameKey

static final String AssistantTaskNameKey
This key is intentionally not documented. Developers should never have to use this key

See Also:
Constant Field Values

OperatorNameKey

static final String OperatorNameKey
This key is intentionally not documented. Developers should never have to use this key

See Also:
Constant Field Values

IsDefaultOperatorKey

static final String IsDefaultOperatorKey
This key is intentionally not documented. Developers should never have to use this key

See Also:
Constant Field Values

EntityNameKey

static final String EntityNameKey
String key for accessing the entity name for the current operation

See Also:
Constant Field Values

ModelGroupKey

static final String ModelGroupKey
String key for accessing the EOModelGroup for the current operation

See Also:
Constant Field Values

PublicEntityNamesKey

static final String PublicEntityNamesKey
String key for accessing the names of entities that will be published via Direct to Web Services

See Also:
Constant Field Values

OutputPartNamesKey

static final String OutputPartNamesKey
String key for accessing the XML element names of properties the current operation will return

See Also:
Constant Field Values

PropertyKeyKey

static final String PropertyKeyKey
String key for accessing the property currently being inspected

See Also:
Constant Field Values

ClassForPropertyKeyKey

static final String ClassForPropertyKeyKey
String key for accessing the Class for the property currently being inspected

See Also:
Constant Field Values

ClassNameForPropertyKeyKey

static final String ClassNameForPropertyKeyKey
String key for accessing the name of the Class for the property currently being inspected

See Also:
Constant Field Values

TranslatedAttributeNameKey

static final String TranslatedAttributeNameKey
String key for accessing the EOProperty key path for the current argument or result key

See Also:
Constant Field Values

InputPartNamesKey

static final String InputPartNamesKey
String key for accessing the XML element names of input message parts for the current operation

See Also:
Constant Field Values

UnspecifiedArgumentKeyKey

static final String UnspecifiedArgumentKeyKey
String key for accessing the String used to signify that the argument value was left unspecified by the client

See Also:
Constant Field Values

GidArgumentKeyKey

static final String GidArgumentKeyKey
String key for accessing the String used to signify that the EO at propertyKey currently being inspected should be serialized as an EOGlobalID

See Also:
Constant Field Values

ComparisonKeyKey

static final String ComparisonKeyKey
String key for accessing the EOKeyComparisonQualifier key used to build an EOQualifier for the current property key

See Also:
Constant Field Values

FetchLimitKey

static final String FetchLimitKey
String key for accessing the fetchLimit to use when fetch in the WOSearchOperation

See Also:
Constant Field Values

FetchSpecificationNameKey

static final String FetchSpecificationNameKey
String key for accessing the name of the fetch specification used in a WOFetchSpecSearchOperation

See Also:
Constant Field Values

UsesNamedFetchSpecificationKey

static final String UsesNamedFetchSpecificationKey
String key for accessing whether the current operation uses a named fetch specification

See Also:
Constant Field Values

WSDLComponentNameKey

static final String WSDLComponentNameKey
String key for accessing the name of the component to use to generate the WSDL for a service

See Also:
Constant Field Values

WODefaultWebServiceKey

static final String WODefaultWebServiceKey
String key for accessing the name of the default service name

See Also:
Constant Field Values

WOContextKey

static final String WOContextKey
String key for accessing the current com.webobjects.appserver.WOContext

See Also:
Constant Field Values

Last updated June 2008

Copyright © 2000-2008 Apple Inc.