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.
|
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 . |
SimpleFragment(Row row,
Fragment.State state,
PersistenceContext context)
Constructs a
SimpleFragment from a Row . |
Copyright © 2011 Nuxeo SA. All Rights Reserved.