WebObjects 5.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

AllOperationNamesKey

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

AllServiceNamesKey

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

AssistantComparisonKeyKey

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

AssistantTaskNameKey

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

ClassForPropertyKeyKey

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

ClassNameForPropertyKeyKey

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

ComparisonKeyKey

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

EntityNameKey

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

FetchLimitKey

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

FetchSpecificationNameKey

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

GidArgumentKeyKey

public 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

InputPartNamesKey

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

InputPartValuesKey

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

IsDefaultOperatorKey

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

IsDefaultServiceKey

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

IsOperationEnabledKey

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

IsOperationFrozenKey

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

IsServiceEnabledKey

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

IsTransactionEnabledKey

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

ModelGroupKey

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

OperationClassNameKey

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

OperationNameKey

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

OperationNamesKey

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

OperatorNameKey

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

OutputPartNamesKey

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

PropertyKeyKey

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

PublicEntityNamesKey

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

ReturnsSOAPStructKey

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

ServiceNameKey

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

TranslatedAttributeNameKey

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

UnspecifiedArgumentKeyKey

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

UsesNamedFetchSpecificationKey

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

WOContextKey

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

WODefaultWebServiceKey

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

WSDLComponentNameKey

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

Last updated Fri Feb 21 13:15:00 PST 2003.

Copyright © 2003 Apple Computer, Inc.