|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.di.connector.maximo.core.AbstractMxConnMode
com.ibm.di.connector.maximo.core.MxConnAddOnly
public final class MxConnAddOnly
Connector support for AddOnly mode.
AbstractMxConnMode
Field Summary |
---|
Fields inherited from class com.ibm.di.connector.maximo.core.AbstractMxConnMode |
---|
ACTION_ATTR, ACTION_ATTR_PREFIXED, ADD_ACTION, ADDCHANGE_ACTION, CHANGE_ACTION, CHANGED_ATTR, DELETE_ACTION, logger, REPLACE_ACTION |
Constructor Summary | |
---|---|
MxConnAddOnly(MxConnConfiguration cfg,
Log log)
Constructs a MxConnAddOnly . |
|
MxConnAddOnly(MxConnConfiguration cfg,
Log log,
boolean isHierEntriesUsed)
Constructs a MxConnAddOnly . |
Method Summary | |
---|---|
void |
create(Entry newEntry)
Creates the specified entry. |
Methods inherited from class com.ibm.di.connector.maximo.core.AbstractMxConnMode |
---|
getCfg, post, setCreation, setMessageId |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MxConnAddOnly(MxConnConfiguration cfg, Log log)
MxConnAddOnly
.
cfg
- the connector configuration objectlog
- logger of the connectorpublic MxConnAddOnly(MxConnConfiguration cfg, Log log, boolean isHierEntriesUsed)
MxConnAddOnly
.
cfg
- the connector configuration objectlog
- logger of the connectorisHierEntriesUsed
- if true
hierarchical entries will be usedMethod Detail |
---|
public void create(Entry newEntry) throws MxConnectorException
newEntry
- entry to be created
MxConnectorException
- if any of the required parameters (create enterprise service
and update enterprise service) is missing
MxConnectorException
- if the entry to be created does not comply with the XML
schema descriptor
MxConnectorException
- if any sort of communication problem occursMxConnConfiguration.checkAddOnly()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |