Package | Description |
---|---|
org.nuxeo.ecm.core.storage.sql |
Implementation of a Nuxeo repository over an SQL database.
|
Modifier and Type | Method and Description |
---|---|
Fragment.State |
Fragment.getState()
Gets the state.
|
protected Fragment.State |
SimpleFragment.refetch() |
protected abstract Fragment.State |
Fragment.refetch()
Refetches this fragment from the database.
|
protected Fragment.State |
CollectionFragment.refetch() |
protected Fragment.State |
SimpleFragment.refetchDeleted() |
protected abstract Fragment.State |
Fragment.refetchDeleted()
Resets the data for a fragment that was invalidated by deletion.
|
protected Fragment.State |
CollectionFragment.refetchDeleted() |
static Fragment.State |
Fragment.State.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Fragment.State[] |
Fragment.State.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
CollectionFragment(Row row,
Fragment.State state,
PersistenceContext context)
Constructs a
CollectionFragment from a Row . |
Fragment(Row row,
Fragment.State state,
PersistenceContext context)
|
SimpleFragment(Row row,
Fragment.State state,
PersistenceContext context)
Constructs a
SimpleFragment from a Row . |
Copyright © 2015 Nuxeo SA. All rights reserved.