| Package | Description |
|---|---|
| org.apache.isis.core.commons.authentication |
Defines the
AuthenticationSession
interface that represent a user's session identifier once they have logged on. |
| org.apache.isis.core.commons.encoding |
The
Ensure and org.junit.Assert
classes provide the ability to specify assertions about state,
throwing an exception ("fail early") if the assertion fails. |
| org.apache.isis.core.metamodel.adapter.oid | |
| org.apache.isis.core.metamodel.adapter.version |
| Modifier and Type | Method and Description |
|---|---|
void |
AuthenticationSessionAbstract.encode(DataOutputExtended output) |
| Modifier and Type | Class and Description |
|---|---|
class |
DataOutputExtendedDecorator |
class |
DataOutputStreamExtended |
class |
DebugDataOutputExtended |
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
FieldType.doWrite(DataOutputExtended output,
T value) |
void |
Encodable.encode(DataOutputExtended outputStream)
Returns the domain object's value as an encoded byte array via the
encoder.
|
void |
FieldType.write(DataOutputExtended output,
T value) |
| Constructor and Description |
|---|
DataOutputExtendedDecorator(DataOutputExtended underlying) |
DebugDataOutputExtended(DataOutputExtended underlying) |
| Modifier and Type | Method and Description |
|---|---|
void |
RootOidDefault.encode(DataOutputExtended output) |
void |
CollectionOid.encode(DataOutputExtended outputStream) |
void |
AggregatedOid.encode(DataOutputExtended output) |
| Modifier and Type | Method and Description |
|---|---|
void |
Version.encode(DataOutputExtended output) |
Copyright © 2010–2014 The Apache Software Foundation. All rights reserved.