Mule Siebel Connector
Install Guide
Java API Reference
Mule API Reference
Package Index
|
Class Index
org.mule.modules.siebel
org.mule.modules.siebel.adapter
org.mule.modules.siebel.adapters
org.mule.modules.siebel.agents
org.mule.modules.siebel.api
org.mule.modules.siebel.api.model
org.mule.modules.siebel.api.model.response
org.mule.modules.siebel.basic
org.mule.modules.siebel.callback
org.mule.modules.siebel.config
org.mule.modules.siebel.connection
org.mule.modules.siebel.connectivity
org.mule.modules.siebel.devkit
org.mule.modules.siebel.oauth
org.mule.modules.siebel.process
org.mule.modules.siebel.processors
Classes
SiebelBusObjectConnector
SiebelBusServiceConnector
SiebelConnectorConstants
SiebelConnectorUtils
Package Index
|
Class Index
Summary:
Constants
|
Ctors
|
Inherited Methods
|
[Expand All]
public class
SiebelConnectorConstants
extends Object
java.lang.Object
↳
org.mule.modules.siebel.SiebelConnectorConstants
Summary
Constants
String
BUSINESS_COMPONENT_SEPARATOR
String
BUSINESS_SERVICE_EAI_SIEBEL_ADAPTER
String
BUSINESS_SERVICE_METHOD_SEPARATOR
String
BUSINESS_SERVICE_UTILITY_SERVICE
String
BUSINESS_SERVICE_UTILITY_SERVICE_CREATE_PROP_SET
String
METADATA_BUSINESS_SERVICES_OUTPUT_PROPERTY_PREFIX
String
METADATA_BUS_COMP_FIELDS_REPOSITORY
String
METADATA_BUS_COMP_HIERARCHY_FIELD
String
METADATA_BUS_COMP_REPOSITORY
String
METADATA_BUS_OBJ_COMP_REPOSITORY
String
METADATA_BUS_OBJ_REPOSITORY
String
METADATA_INTEGRATION_COMP_FIELD_PARENT_FIELD
String
METADATA_INTEGRATION_COMP_FIELD_REPOSITORY
String
METADATA_INTEGRATION_COMP_REPOSITORY
String
METADATA_INTEGRATION_OBJ_REPOSITORY
String
METADATA_REPOSITORY_BUSINESS_COMPONENT_SERVICES
String
METADATA_REPOSITORY_BUSINESS_SERVICE_METHOD
String
METADATA_REPOSITORY_BUSINESS_SERVICE_METHOD_ARG
String
METADATA_REPOSITORY_DETAILS
Public Constructors
SiebelConnectorConstants
()
[Expand]
Inherited Methods
From class java.lang.Object
Object
clone
()
boolean
equals
(Object arg0)
void
finalize
()
final Class<?>
getClass
()
int
hashCode
()
final void
notify
()
final void
notifyAll
()
String
toString
()
final void
wait
()
final void
wait
(long arg0, int arg1)
final void
wait
(long arg0)
Constants
public static final String
BUSINESS_COMPONENT_SEPARATOR
Constant Value:
"."
public static final String
BUSINESS_SERVICE_EAI_SIEBEL_ADAPTER
Constant Value:
"EAI Siebel Adapter"
public static final String
BUSINESS_SERVICE_METHOD_SEPARATOR
Constant Value:
"."
public static final String
BUSINESS_SERVICE_UTILITY_SERVICE
Constant Value:
"PRM ANI Utility Service"
public static final String
BUSINESS_SERVICE_UTILITY_SERVICE_CREATE_PROP_SET
Constant Value:
"CreateEmptyPropSet"
public static final String
METADATA_BUSINESS_SERVICES_OUTPUT_PROPERTY_PREFIX
Constant Value:
"(Output) "
public static final String
METADATA_BUS_COMP_FIELDS_REPOSITORY
Constant Value:
"Repository Field"
public static final String
METADATA_BUS_COMP_HIERARCHY_FIELD
Constant Value:
"MV Link BusComp Name"
public static final String
METADATA_BUS_COMP_REPOSITORY
Constant Value:
"Repository Business Component"
public static final String
METADATA_BUS_OBJ_COMP_REPOSITORY
Constant Value:
"Repository Business Object Component"
public static final String
METADATA_BUS_OBJ_REPOSITORY
Constant Value:
"Repository Business Object"
public static final String
METADATA_INTEGRATION_COMP_FIELD_PARENT_FIELD
Constant Value:
"Parent Business Component Name"
public static final String
METADATA_INTEGRATION_COMP_FIELD_REPOSITORY
Constant Value:
"Repository Integration Component Field"
public static final String
METADATA_INTEGRATION_COMP_REPOSITORY
Constant Value:
"Repository Integration Component"
public static final String
METADATA_INTEGRATION_OBJ_REPOSITORY
Constant Value:
"Repository Integration Object"
public static final String
METADATA_REPOSITORY_BUSINESS_COMPONENT_SERVICES
Constant Value:
"Repository Business Service"
public static final String
METADATA_REPOSITORY_BUSINESS_SERVICE_METHOD
Constant Value:
"Repository Business Service Method"
public static final String
METADATA_REPOSITORY_BUSINESS_SERVICE_METHOD_ARG
Constant Value:
"Repository Business Service Method Arg"
public static final String
METADATA_REPOSITORY_DETAILS
Constant Value:
"Repository Details"
Public Constructors
public
SiebelConnectorConstants
()