public class JcrUowDelegateImpl extends Object implements JcrUowDelegate
Constructor and Description |
---|
JcrUowDelegateImpl(javax.jcr.Session session) |
JcrUowDelegateImpl(WorkspaceIdentifier identifier) |
Modifier and Type | Method and Description |
---|---|
void |
complete() |
javax.jcr.Session |
getImplementation() |
boolean |
hasPendingChanges() |
boolean |
isLive() |
void |
refresh(boolean keepChanges) |
void |
save() |
public JcrUowDelegateImpl(WorkspaceIdentifier identifier) throws Exception
Exception
public JcrUowDelegateImpl(javax.jcr.Session session)
public javax.jcr.Session getImplementation()
getImplementation
in interface JcrUowDelegate
public boolean hasPendingChanges() throws Exception
hasPendingChanges
in interface UnitOfWorkDelegate
Exception
public boolean isLive()
isLive
in interface UnitOfWorkDelegate
public void save() throws Exception
save
in interface UnitOfWorkDelegate
Exception
public void complete()
complete
in interface UnitOfWorkDelegate
public void refresh(boolean keepChanges) throws Exception
refresh
in interface UnitOfWorkDelegate
Exception
Copyright © 2013–2019. All rights reserved.