Known Direct Subclasses
|
Known Indirect Subclasses
|
Class Overview
A MaximoConnectorMetadataAdapater
is a wrapper around MaximoConnector
that adds support for querying metadata about the extension.
Summary
[Expand]
Inherited Methods |
From class
com.computime.maximo.adapters.MaximoConnectorCapabilitiesAdapter
boolean
|
isCapableOf(ModuleCapability capability)
Returns true if this module implements such capability
|
|
From class
com.computime.maximo.MaximoConnector
ConnectionManagementStrategy
|
getStrategy()
Getter of connection strategy
|
String
|
query(String webServiceName, String objectStructureName, String query, MaximoQueryEntry queryConditions, MaximoConnector.OperandMode operandMode, String orderBy, boolean uniqueResult, Integer rsStart, Integer maximumItems, String creationDateTime, String baseLanguage, String transLanguage, String messageId, String maximoVersion)
Query operation on a Maximo web service
|
void
|
setStrategy(ConnectionManagementStrategy strategy)
Setter of connection strategy
|
String
|
update(String webServiceName, String objectStructureName, MaximoConnector.Action action, List<MaximoUpdateEntry> udpateEntries, String creationDateTime, String baseLanguage, String transLanguage, String messageId, String maximoVersion)
Update operation on a Maximo web service (Create, Insert, Delete, Update, Sync)
|
|
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)
|
|
From interface
org.mule.api.MetadataAware
|
From interface
org.mule.api.devkit.capability.Capabilities
abstract
boolean
|
isCapableOf(ModuleCapability arg0)
|
|
Constants
private
static
final
String
DEVKIT_BUILD
Constant Value:
"UNNAMED.2405.44720b7"
private
static
final
String
DEVKIT_VERSION
private
static
final
String
MIN_MULE_VERSION
private
static
final
String
MODULE_NAME
private
static
final
String
MODULE_VERSION
Public Constructors
public
MaximoConnectorMetadataAdapater
()
Public Methods
public
String
getDevkitBuild
()
public
String
getDevkitVersion
()
public
String
getMinMuleVersion
()
public
String
getModuleName
()
public
String
getModuleVersion
()