[Expand]
Inherited Methods |
From class
com.computime.maximo.adapters.MaximoConnectorLifecycleInjectionAdapter
|
From class
com.computime.maximo.adapters.MaximoConnectorMetadataAdapater
|
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.ProcessAdapter
abstract
<T>
ProcessTemplate<T, O>
|
getProcessTemplate()
|
|
From interface
org.mule.api.devkit.capability.Capabilities
abstract
boolean
|
isCapableOf(ModuleCapability arg0)
|
|
From interface
org.mule.api.lifecycle.Disposable
|
From interface
org.mule.api.lifecycle.Initialisable
abstract
void
|
initialise()
|
|
From interface
org.mule.api.lifecycle.Startable
|
From interface
org.mule.api.lifecycle.Stoppable
|