public class PalioConnectorContext extends SQLConnectorContext
connector, updatingObjects
Constructor and Description |
---|
PalioConnectorContext(SQLConnectorDatabase database) |
Modifier and Type | Method and Description |
---|---|
void |
createRevision(java.lang.String comment,
java.util.Collection<torn.omea.framework.core.OmeaObjectId> objects) |
java.lang.Object[] |
getArchive(torn.omea.framework.core.OmeaObjectId id,
java.lang.Long historyID) |
java.lang.Object[] |
getArchiveState(torn.omea.framework.core.OmeaObjectId id,
java.util.Date timestamp) |
torn.omea.framework.cache.ConnectableContext |
getDesignerConnectable() |
java.util.Collection<java.lang.Object[]> |
getHistory(torn.omea.framework.core.OmeaObjectId id) |
VersionControlServicePerInstance |
getVersionControlService() |
void |
logOperations(java.util.Set<torn.omea.framework.core.OmeaObjectId> created,
java.util.Set<torn.omea.framework.core.OmeaObjectId> updated,
java.util.Set<torn.omea.framework.core.OmeaObjectId> deleted) |
protected void |
postTransactionAction(java.util.Set<torn.omea.framework.core.OmeaObjectId> created,
java.util.Set<torn.omea.framework.core.OmeaObjectId> changed,
java.util.Set<torn.omea.framework.core.OmeaObjectId> deleted) |
createTransaction, select, select
addContextListener, createExternalTransactionNotice, createTransactionNoticeDeliverConfirmation, get, get, getCached, getCached, getLater, getMetaData, getNextTransactionSequence, isOpen, removeContextListener, selectLater, setOpen
public PalioConnectorContext(SQLConnectorDatabase database)
public torn.omea.framework.cache.ConnectableContext getDesignerConnectable()
public VersionControlServicePerInstance getVersionControlService()
protected void postTransactionAction(java.util.Set<torn.omea.framework.core.OmeaObjectId> created, java.util.Set<torn.omea.framework.core.OmeaObjectId> changed, java.util.Set<torn.omea.framework.core.OmeaObjectId> deleted) throws PalioException
postTransactionAction
in class SQLConnectorContext
PalioException
public void logOperations(java.util.Set<torn.omea.framework.core.OmeaObjectId> created, java.util.Set<torn.omea.framework.core.OmeaObjectId> updated, java.util.Set<torn.omea.framework.core.OmeaObjectId> deleted) throws PalioException
PalioException
public java.util.Collection<java.lang.Object[]> getHistory(torn.omea.framework.core.OmeaObjectId id) throws PalioException
PalioException
public void createRevision(java.lang.String comment, java.util.Collection<torn.omea.framework.core.OmeaObjectId> objects) throws PalioException
PalioException
public java.lang.Object[] getArchive(torn.omea.framework.core.OmeaObjectId id, java.lang.Long historyID) throws PalioException
PalioException
public java.lang.Object[] getArchiveState(torn.omea.framework.core.OmeaObjectId id, java.util.Date timestamp) throws PalioException
PalioException