A B C D E F G H I L M N O P R S T V 

A

AbstractFrameworkIntegrationSetup - Class in de.twenty11.skysail.common.testing.utils
see https://github.com/ops4j/org.ops4j.pax.exam2/blob/a50c7f47f7467727bb99d23060c9cf2b4fac649b/itest/src/it/regression -multi/src/test/java/org/ops4j/pax/exam/regression/multi/RegressionConfiguration.java copy most options from PaxExamRuntime.defaultTestSystemOptions(), except RBC and Pax Logging
AbstractFrameworkIntegrationSetup() - Constructor for class de.twenty11.skysail.common.testing.utils.AbstractFrameworkIntegrationSetup
 
AbstractPresentable - Class in de.twenty11.skysail.common
 
AbstractPresentable() - Constructor for class de.twenty11.skysail.common.AbstractPresentable
 
add(Object) - Method in class de.twenty11.skysail.common.grids.RowData
A value object (think of a cell in a grid) gets added to the rowData instance, taking into account the position of the column (by increasing an internal counter each time 'add' is called).
add(String, String) - Method in class de.twenty11.skysail.common.grids.RowData
 
add(Object, String) - Method in class de.twenty11.skysail.common.grids.RowData
Adds "rows" to the rowData instance unless data is null; in this case the defaultString is added.
addEdge(EdgeDetails) - Method in class de.twenty11.skysail.common.graphs.GraphDetails
 
addField(FieldDetails) - Method in class de.twenty11.skysail.common.forms.FormDetails
 
addNode(NodeDetails) - Method in class de.twenty11.skysail.common.graphs.GraphDetails
 
addRowData(RowData) - Method in class de.twenty11.skysail.common.grids.GridData
Adds a row to the rows.
applicable() - Method in interface de.twenty11.skysail.common.commands.Command
 
applicable() - Method in interface de.twenty11.skysail.common.navigation.LinkedPage
 
apply() - Method in class de.twenty11.skysail.common.grids.ColumnDefinition
 

B

build() - Method in class de.twenty11.skysail.common.PresentableHeader.Builder
 

C

ColumnDefinition - Class in de.twenty11.skysail.common.grids
Defines a grid column.
ColumnDefinition() - Constructor for class de.twenty11.skysail.common.grids.ColumnDefinition
default constructor needed for json / jackson de-/serialization.
ColumnDefinition(String) - Constructor for class de.twenty11.skysail.common.grids.ColumnDefinition
constructor with name for the column definition.
Columns - Class in de.twenty11.skysail.common.grids
Manages a data grids' list of columns.
Columns() - Constructor for class de.twenty11.skysail.common.grids.Columns
for json.
Command - Interface in de.twenty11.skysail.common.commands
 
ConfigurationProvider - Interface in de.twenty11.skysail.common.config
A configurationProvider provides configuration values for given keys.
ConstraintViolationDetails<T> - Class in de.twenty11.skysail.common.responses
 
ConstraintViolationDetails(ConstraintViolation<T>) - Constructor for class de.twenty11.skysail.common.responses.ConstraintViolationDetails
 
ConstraintViolationsResponse<T> - Class in de.twenty11.skysail.common.responses
Being a "business server", skysail has to deal with business requirements such as constraints (e.g.
ConstraintViolationsResponse(T, Set<ConstraintViolation<T>>) - Constructor for class de.twenty11.skysail.common.responses.ConstraintViolationsResponse
 

D

de.twenty11.skysail.common - package de.twenty11.skysail.common
 
de.twenty11.skysail.common.commands - package de.twenty11.skysail.common.commands
 
de.twenty11.skysail.common.config - package de.twenty11.skysail.common.config
 
de.twenty11.skysail.common.forms - package de.twenty11.skysail.common.forms
 
de.twenty11.skysail.common.graphs - package de.twenty11.skysail.common.graphs
 
de.twenty11.skysail.common.grids - package de.twenty11.skysail.common.grids
 
de.twenty11.skysail.common.navigation - package de.twenty11.skysail.common.navigation
 
de.twenty11.skysail.common.responses - package de.twenty11.skysail.common.responses
 
de.twenty11.skysail.common.selfdescription - package de.twenty11.skysail.common.selfdescription
Package collecting the classes necessary to provide information about resources.
de.twenty11.skysail.common.testing.utils - package de.twenty11.skysail.common.testing.utils
 
de.twenty11.skysail.common.utils - package de.twenty11.skysail.common.utils
 
DefaultEdgeProvider - Class in de.twenty11.skysail.common.graphs
 
DefaultEdgeProvider() - Constructor for class de.twenty11.skysail.common.graphs.DefaultEdgeProvider
 
DefaultNodeProvider - Class in de.twenty11.skysail.common.graphs
 
DefaultNodeProvider() - Constructor for class de.twenty11.skysail.common.graphs.DefaultNodeProvider
 
dumpBundleInfo(BundleContext) - Static method in class de.twenty11.skysail.common.testing.utils.OsgiTestingUtils
 
dumpServicesInfo(BundleContext) - Static method in class de.twenty11.skysail.common.testing.utils.OsgiTestingUtils
 

E

EdgeDetails - Class in de.twenty11.skysail.common.graphs
 
EdgeDetails() - Constructor for class de.twenty11.skysail.common.graphs.EdgeDetails
 
EdgeDetails(String, String, String) - Constructor for class de.twenty11.skysail.common.graphs.EdgeDetails
 
EdgeDetails(String, String, String, int) - Constructor for class de.twenty11.skysail.common.graphs.EdgeDetails
 
EdgeProvider - Interface in de.twenty11.skysail.common.graphs
 
EntityDetailsResponse - Class in de.twenty11.skysail.common.responses
A last type of Response is the FormResponse: You'd get it in case of an HTML - Request whenever you want to add an entity or to display an existing one which you'd want to change.
EntityDetailsResponse(Object) - Constructor for class de.twenty11.skysail.common.responses.EntityDetailsResponse
 
EntityDetailsResponse(Object, String) - Constructor for class de.twenty11.skysail.common.responses.EntityDetailsResponse
 
equals(Object) - Method in class de.twenty11.skysail.common.grids.ColumnDefinition
 
equals(Object) - Method in class de.twenty11.skysail.common.grids.Columns
 
equals(Object) - Method in class de.twenty11.skysail.common.grids.GridData
 
equals(Object) - Method in class de.twenty11.skysail.common.grids.RowData
 
execute() - Method in interface de.twenty11.skysail.common.commands.Command
 
executionMessages() - Method in interface de.twenty11.skysail.common.commands.Command
 

F

FailureResponse<T> - Class in de.twenty11.skysail.common.responses
The (hopefully) typical kind of SkysailResponse you'd get: The data asked for, a informative description as the message and the success flag being true.
FailureResponse() - Constructor for class de.twenty11.skysail.common.responses.FailureResponse
standard constructor.
FailureResponse(String) - Constructor for class de.twenty11.skysail.common.responses.FailureResponse
Constructor taking a message.
FailureResponse(Exception) - Constructor for class de.twenty11.skysail.common.responses.FailureResponse
make sure to handle the exception properly (logging etc) before calling this method - this will only create a response to the caller with the errors message, and no more details.
Field - Annotation Type in de.twenty11.skysail.common.forms
 
FieldDetails - Class in de.twenty11.skysail.common.forms
 
FieldDetails(String) - Constructor for class de.twenty11.skysail.common.forms.FieldDetails
 
Form - Annotation Type in de.twenty11.skysail.common.forms
 
FormDetails - Class in de.twenty11.skysail.common.forms
 
FormDetails(String) - Constructor for class de.twenty11.skysail.common.forms.FormDetails
 
FormResponse<T> - Class in de.twenty11.skysail.common.responses
A last type of Response is the FormResponse: You'd get it in case of an HTML - Request whenever you want to add an entity or to display an existing one which you'd want to change.
FormResponse(T) - Constructor for class de.twenty11.skysail.common.responses.FormResponse
 
FormResponse(T, String) - Constructor for class de.twenty11.skysail.common.responses.FormResponse
 

G

getAsList() - Method in class de.twenty11.skysail.common.grids.Columns
 
getAvailableRowsCount() - Method in class de.twenty11.skysail.common.grids.GridData
 
getBundleByName(BundleContext, String) - Method in class de.twenty11.skysail.common.testing.utils.OsgiUtils
 
getBundleForSymbolicName(BundleContext, String) - Static method in class de.twenty11.skysail.common.testing.utils.OsgiTestingUtils
 
getCategoryColor() - Method in class de.twenty11.skysail.common.PresentableHeader
 
getCategoryText() - Method in class de.twenty11.skysail.common.PresentableHeader
 
getCells() - Method in class de.twenty11.skysail.common.grids.RowData
 
getColumnData() - Method in class de.twenty11.skysail.common.grids.RowData
Deprecated.
use getCells
getColumnId(String) - Method in class de.twenty11.skysail.common.grids.Columns
 
getColumnId(String) - Method in class de.twenty11.skysail.common.grids.GridData
Delegates to columns object, provides the id of the column for the given name.
getColumnName(Integer) - Method in class de.twenty11.skysail.common.grids.Columns
 
getColumnsInSortOrder() - Method in class de.twenty11.skysail.common.grids.Columns
 
getConfigForKey(String) - Method in interface de.twenty11.skysail.common.config.ConfigurationProvider
Returns the configuration value for a given key if existent.
getContent() - Method in class de.twenty11.skysail.common.AbstractPresentable
 
getContent() - Method in interface de.twenty11.skysail.common.Presentable
Deprecated.
Return a LinkedHashMap if you care about keeping the order of insertion
getContent() - Method in class de.twenty11.skysail.common.selfdescription.ResourceDetails
 
getData() - Method in class de.twenty11.skysail.common.responses.SkysailResponse
 
getDesc() - Method in class de.twenty11.skysail.common.selfdescription.ResourceDetails
 
getDescription() - Method in interface de.twenty11.skysail.common.commands.Command
 
getEdgeId() - Method in class de.twenty11.skysail.common.graphs.DefaultEdgeProvider
 
getEdgeId() - Method in interface de.twenty11.skysail.common.graphs.EdgeProvider
 
getEdgeLabel() - Method in class de.twenty11.skysail.common.graphs.DefaultEdgeProvider
 
getEdgeLabel() - Method in interface de.twenty11.skysail.common.graphs.EdgeProvider
 
getEdgeProperties() - Method in class de.twenty11.skysail.common.graphs.DefaultEdgeProvider
 
getEdgeProperties() - Method in interface de.twenty11.skysail.common.graphs.EdgeProvider
 
getEdges() - Method in class de.twenty11.skysail.common.graphs.DefaultNodeProvider
 
getEdges() - Method in class de.twenty11.skysail.common.graphs.GraphDetails
 
getEdges() - Method in interface de.twenty11.skysail.common.graphs.GraphProvider
 
getEdges() - Method in interface de.twenty11.skysail.common.graphs.NodeProvider
 
getEntity() - Method in class de.twenty11.skysail.common.responses.EntityDetailsResponse
 
getException() - Method in class de.twenty11.skysail.common.responses.FailureResponse
 
getExecutionTime() - Method in class de.twenty11.skysail.common.responses.SkysailResponse
 
getFields() - Method in class de.twenty11.skysail.common.forms.FormDetails
 
getFilterValue() - Method in class de.twenty11.skysail.common.grids.ColumnDefinition
returns the filter value.
getFinder() - Method in class de.twenty11.skysail.common.selfdescription.ResourceDetails
 
getGraph() - Method in interface de.twenty11.skysail.common.graphs.RestfulGraph
 
getHeader() - Method in class de.twenty11.skysail.common.AbstractPresentable
 
getHeader() - Method in interface de.twenty11.skysail.common.Presentable
Deprecated.
http://twitter.github.com/bootstrap/base-css.html#icons
getHeader() - Method in class de.twenty11.skysail.common.selfdescription.ResourceDetails
 
getHref() - Method in interface de.twenty11.skysail.common.navigation.LinkedPage
 
getHtml() - Method in interface de.twenty11.skysail.common.Presentable2
 
getId() - Method in class de.twenty11.skysail.common.graphs.NodeDetails
 
getImage() - Method in class de.twenty11.skysail.common.PresentableHeader
 
getIndex() - Method in class de.twenty11.skysail.common.forms.IgnoreIndexProvider
 
getIndex() - Method in interface de.twenty11.skysail.common.forms.IndexProvider
 
getLabel() - Method in class de.twenty11.skysail.common.graphs.EdgeDetails
 
getLabel() - Method in class de.twenty11.skysail.common.graphs.NodeDetails
 
getLink() - Method in class de.twenty11.skysail.common.PresentableHeader
 
getLinkText() - Method in interface de.twenty11.skysail.common.navigation.LinkedPage
 
getMaxSortValueFromBuilder() - Method in class de.twenty11.skysail.common.grids.Columns
 
getMessage() - Method in class de.twenty11.skysail.common.responses.ConstraintViolationDetails
 
getMessage() - Method in class de.twenty11.skysail.common.responses.SkysailResponse
 
getMethods() - Method in interface de.twenty11.skysail.common.selfdescription.RestfulRoot
 
getName() - Method in interface de.twenty11.skysail.common.commands.Command
 
getName() - Method in interface de.twenty11.skysail.common.config.ConfigurationProvider
 
getName() - Method in class de.twenty11.skysail.common.forms.FieldDetails
 
getName() - Method in class de.twenty11.skysail.common.forms.FormDetails
 
getName() - Method in class de.twenty11.skysail.common.graphs.GraphDetails
 
getName() - Method in class de.twenty11.skysail.common.grids.ColumnDefinition
returns the name.
getNodeId() - Method in class de.twenty11.skysail.common.graphs.DefaultNodeProvider
 
getNodeId() - Method in interface de.twenty11.skysail.common.graphs.NodeProvider
 
getNodeLabel() - Method in class de.twenty11.skysail.common.graphs.DefaultNodeProvider
 
getNodeLabel() - Method in interface de.twenty11.skysail.common.graphs.NodeProvider
 
getNodeProperties() - Method in class de.twenty11.skysail.common.graphs.DefaultNodeProvider
 
getNodeProperties() - Method in interface de.twenty11.skysail.common.graphs.NodeProvider
 
getNodes() - Method in class de.twenty11.skysail.common.graphs.GraphDetails
 
getNodes() - Method in interface de.twenty11.skysail.common.graphs.GraphProvider
 
getOptions(EnumSet<PaxExamOptionSet>) - Method in class de.twenty11.skysail.common.testing.utils.AbstractFrameworkIntegrationSetup
 
getOptions(EnumSet<PaxExamOptionSet>) - Method in interface de.twenty11.skysail.common.testing.utils.PaxExamOptionsProvider
 
getOptions(EnumSet<PaxExamOptionSet>) - Method in class de.twenty11.skysail.common.testing.utils.SkysailCommonOsgiSetup
 
getPath() - Method in class de.twenty11.skysail.common.selfdescription.ResourceDetails
 
getPresentationStyleHint() - Method in class de.twenty11.skysail.common.responses.SkysailResponse
 
getProjectVersion() - Method in class de.twenty11.skysail.common.testing.utils.SkysailCommonOsgiSetup
 
getPropertyPath() - Method in class de.twenty11.skysail.common.responses.ConstraintViolationDetails
 
getRows() - Method in class de.twenty11.skysail.common.grids.GridData
 
getServerLoad() - Method in class de.twenty11.skysail.common.responses.SkysailResponse
 
getService(BundleContext, String) - Method in class de.twenty11.skysail.common.testing.utils.OsgiUtils
 
getSorting() - Method in class de.twenty11.skysail.common.grids.ColumnDefinition
returns the sorting.
getSortingRepresentation() - Method in class de.twenty11.skysail.common.grids.Columns
 
getSortingRepresentation() - Method in class de.twenty11.skysail.common.grids.GridData
 
getSource() - Method in class de.twenty11.skysail.common.graphs.DefaultEdgeProvider
 
getSource() - Method in class de.twenty11.skysail.common.graphs.EdgeDetails
 
getSource() - Method in interface de.twenty11.skysail.common.graphs.EdgeProvider
 
getSuccess() - Method in class de.twenty11.skysail.common.responses.SkysailResponse
 
getTarget() - Method in class de.twenty11.skysail.common.graphs.DefaultEdgeProvider
 
getTarget() - Method in class de.twenty11.skysail.common.graphs.EdgeDetails
 
getTarget() - Method in interface de.twenty11.skysail.common.graphs.EdgeProvider
 
getTarget() - Method in class de.twenty11.skysail.common.responses.EntityDetailsResponse
 
getTarget() - Method in class de.twenty11.skysail.common.responses.FormResponse
 
getText() - Method in class de.twenty11.skysail.common.PresentableHeader
 
getText() - Method in class de.twenty11.skysail.common.selfdescription.ResourceDetails
 
getType() - Method in class de.twenty11.skysail.common.graphs.DefaultNodeProvider
 
getType() - Method in interface de.twenty11.skysail.common.graphs.NodeProvider
 
getType() - Method in class de.twenty11.skysail.common.grids.GridData
 
getValidValues() - Method in class de.twenty11.skysail.common.forms.FieldDetails
 
getValues() - Method in class de.twenty11.skysail.common.forms.IgnoreValuesProvider
 
getValues() - Method in interface de.twenty11.skysail.common.forms.ValuesProvider
 
getValues() - Method in class de.twenty11.skysail.common.forms.ValuesProviderImpl
 
getViolations() - Method in class de.twenty11.skysail.common.responses.ConstraintViolationsResponse
 
getWeight() - Method in class de.twenty11.skysail.common.graphs.DefaultEdgeProvider
 
getWeight() - Method in class de.twenty11.skysail.common.graphs.EdgeDetails
 
getWeight() - Method in interface de.twenty11.skysail.common.graphs.EdgeProvider
 
getWidth() - Method in class de.twenty11.skysail.common.grids.ColumnDefinition
 
Graph - Annotation Type in de.twenty11.skysail.common.graphs
 
GraphDetails - Class in de.twenty11.skysail.common.graphs
 
GraphDetails() - Constructor for class de.twenty11.skysail.common.graphs.GraphDetails
 
GraphDetails(String) - Constructor for class de.twenty11.skysail.common.graphs.GraphDetails
 
GraphProvider - Interface in de.twenty11.skysail.common.graphs
 
GridData - Class in de.twenty11.skysail.common.grids
A grid-like data structure implementing the interface SkysailData.
GridData() - Constructor for class de.twenty11.skysail.common.grids.GridData
default constructor.

H

hashCode() - Method in class de.twenty11.skysail.common.grids.ColumnDefinition
 
hashCode() - Method in class de.twenty11.skysail.common.grids.Columns
 
hashCode() - Method in class de.twenty11.skysail.common.grids.GridData
 
hashCode() - Method in class de.twenty11.skysail.common.grids.RowData
 

I

IgnoreIndexProvider - Class in de.twenty11.skysail.common.forms
 
IgnoreIndexProvider() - Constructor for class de.twenty11.skysail.common.forms.IgnoreIndexProvider
 
IgnoreValuesProvider - Class in de.twenty11.skysail.common.forms
 
IgnoreValuesProvider() - Constructor for class de.twenty11.skysail.common.forms.IgnoreValuesProvider
 
IndexProvider - Interface in de.twenty11.skysail.common.forms
 

L

LinkedPage - Interface in de.twenty11.skysail.common.navigation
 
logBundleInfo(BundleContext) - Method in class de.twenty11.skysail.common.testing.utils.OsgiUtils
 
logOptionsUsed(Option[]) - Method in class de.twenty11.skysail.common.testing.utils.SkysailCommonOsgiSetup
 

M

MyLocalJacksonCustomConverter<E> - Class in de.twenty11.skysail.common.utils
 
MyLocalJacksonCustomConverter(TypeReference<SkysailResponse<E>>) - Constructor for class de.twenty11.skysail.common.utils.MyLocalJacksonCustomConverter
 

N

NodeDetails - Class in de.twenty11.skysail.common.graphs
 
NodeDetails() - Constructor for class de.twenty11.skysail.common.graphs.NodeDetails
 
NodeDetails(String, String) - Constructor for class de.twenty11.skysail.common.graphs.NodeDetails
 
NodeProvider - Interface in de.twenty11.skysail.common.graphs
 

O

OsgiTestingUtils - Class in de.twenty11.skysail.common.testing.utils
 
OsgiTestingUtils() - Constructor for class de.twenty11.skysail.common.testing.utils.OsgiTestingUtils
 
OsgiUtils - Class in de.twenty11.skysail.common.testing.utils
 
OsgiUtils() - Constructor for class de.twenty11.skysail.common.testing.utils.OsgiUtils
 

P

PaxExamOptionSet - Enum in de.twenty11.skysail.common.testing.utils
 
PaxExamOptionsProvider - Interface in de.twenty11.skysail.common.testing.utils
 
Presentable - Interface in de.twenty11.skysail.common
Deprecated.
Presentable2 - Interface in de.twenty11.skysail.common
An Interface to be implemented by domain classes to "present" themselves.
PresentableHeader - Class in de.twenty11.skysail.common
 
PresentableHeader.Builder - Class in de.twenty11.skysail.common
 
PresentableHeader.Builder(String) - Constructor for class de.twenty11.skysail.common.PresentableHeader.Builder
 
Presentation - Annotation Type in de.twenty11.skysail.common
 
PresentationStyle - Enum in de.twenty11.skysail.common
 

R

Referencable - Interface in de.twenty11.skysail.common.navigation
 
Reference - Class in de.twenty11.skysail.common.navigation
 
Reference(Object) - Constructor for class de.twenty11.skysail.common.navigation.Reference
 
removeRow(int) - Method in class de.twenty11.skysail.common.grids.GridData
removes the grids row at provided position.
replaceConverter(Class<? extends ConverterHelper>, ConverterHelper) - Static method in class de.twenty11.skysail.common.utils.RestletUtils
 
ResourceDetails - Class in de.twenty11.skysail.common.selfdescription
A skysail server resource provides information about its capabilities by exposing a list of ResourceDetails.
ResourceDetails(String, String, String, String) - Constructor for class de.twenty11.skysail.common.selfdescription.ResourceDetails
 
RestfulGraph - Interface in de.twenty11.skysail.common.graphs
Restful Http Service for graph representations.
RestfulRoot - Interface in de.twenty11.skysail.common.selfdescription
Restful Entry Point for an application providing information about the available methods.
RestletUtils - Class in de.twenty11.skysail.common.utils
 
RestletUtils() - Constructor for class de.twenty11.skysail.common.utils.RestletUtils
 
RowData - Class in de.twenty11.skysail.common.grids
A rowData object basically holds a map between the columns name and a value, thus providing access to the cells making up the row.
RowData() - Constructor for class de.twenty11.skysail.common.grids.RowData
 
RowData(Columns) - Constructor for class de.twenty11.skysail.common.grids.RowData
constructor fed with the mapping between column names and columnDefinitions.

S

setCategoryColor(Color) - Method in class de.twenty11.skysail.common.PresentableHeader.Builder
 
setCategoryText(String) - Method in class de.twenty11.skysail.common.PresentableHeader.Builder
 
setCells(Map<String, String>) - Method in class de.twenty11.skysail.common.grids.RowData
This is being called for example by jackson when trying to deserialize from a string representation.
setColumns(Columns) - Method in class de.twenty11.skysail.common.grids.GridData
 
setColumnsList(List<ColumnDefinition>) - Method in class de.twenty11.skysail.common.grids.Columns
needed for json deserialization.
setData(T) - Method in class de.twenty11.skysail.common.responses.SkysailResponse
 
setEdgeId(String) - Method in class de.twenty11.skysail.common.graphs.DefaultEdgeProvider
 
setEdgeLabel(String) - Method in class de.twenty11.skysail.common.graphs.DefaultEdgeProvider
 
setEdgeProperties(Map<String, String>) - Method in class de.twenty11.skysail.common.graphs.DefaultEdgeProvider
 
setEdges(List<EdgeProvider>) - Method in class de.twenty11.skysail.common.graphs.DefaultNodeProvider
 
setExecutionTime(long) - Method in class de.twenty11.skysail.common.responses.SkysailResponse
 
setFilterValue(String) - Method in class de.twenty11.skysail.common.grids.ColumnDefinition
needed for jackson.
setImage(String) - Method in class de.twenty11.skysail.common.PresentableHeader.Builder
 
setInstanceToInspect(Object) - Method in class de.twenty11.skysail.common.AbstractPresentable
 
setLabel(String) - Method in class de.twenty11.skysail.common.graphs.EdgeDetails
 
setLink(String, String) - Method in class de.twenty11.skysail.common.PresentableHeader.Builder
for example: "activiti/repository/" + id _blank _parent _self _top framename
setLink(String) - Method in class de.twenty11.skysail.common.PresentableHeader.Builder
 
setMessage(String) - Method in class de.twenty11.skysail.common.responses.SkysailResponse
 
setName(String) - Method in class de.twenty11.skysail.common.forms.FieldDetails
 
setName(String) - Method in class de.twenty11.skysail.common.forms.FormDetails
 
setName(String) - Method in class de.twenty11.skysail.common.graphs.GraphDetails
 
setName(String) - Method in class de.twenty11.skysail.common.grids.ColumnDefinition
needed for jackson.
setNodeId(String) - Method in class de.twenty11.skysail.common.graphs.DefaultNodeProvider
 
setNodeLabel(String) - Method in class de.twenty11.skysail.common.graphs.DefaultNodeProvider
 
setPresentationStyleHint(PresentationStyle) - Method in class de.twenty11.skysail.common.responses.SkysailResponse
 
setServerLoad(double) - Method in class de.twenty11.skysail.common.responses.SkysailResponse
 
setSize(int) - Method in class de.twenty11.skysail.common.grids.GridData
needed for json deserialization.
setSorting(Integer) - Method in class de.twenty11.skysail.common.grids.ColumnDefinition
needed for jackson.
setSortingRepresentation(int) - Method in class de.twenty11.skysail.common.grids.GridData
needed for json deserialization.
setSource(String) - Method in class de.twenty11.skysail.common.graphs.DefaultEdgeProvider
 
setSource(String) - Method in class de.twenty11.skysail.common.graphs.EdgeDetails
 
setSuccess(Boolean) - Method in class de.twenty11.skysail.common.responses.SkysailResponse
 
setTarget(String) - Method in class de.twenty11.skysail.common.graphs.DefaultEdgeProvider
 
setTarget(String) - Method in class de.twenty11.skysail.common.graphs.EdgeDetails
 
setType(String) - Method in class de.twenty11.skysail.common.grids.GridData
 
setValidValues(List<String>) - Method in class de.twenty11.skysail.common.forms.FieldDetails
 
setWeight(int) - Method in class de.twenty11.skysail.common.graphs.DefaultEdgeProvider
 
setWeight(int) - Method in class de.twenty11.skysail.common.graphs.EdgeDetails
 
setWidth(Integer) - Method in class de.twenty11.skysail.common.grids.ColumnDefinition
 
SkysailCommonOsgiSetup - Class in de.twenty11.skysail.common.testing.utils
This class defines the bundles (to be used by pax exam) skysail.common depends on.
SkysailCommonOsgiSetup() - Constructor for class de.twenty11.skysail.common.testing.utils.SkysailCommonOsgiSetup
 
SkysailResponse<T> - Class in de.twenty11.skysail.common.responses
A skysail server installation responds to (RESTful) Http-Requests by creating responses, which get converted on-the-fly into the desired target format (like html, json, xml, csv, ...).
SkysailResponse() - Constructor for class de.twenty11.skysail.common.responses.SkysailResponse
 
SkysailResponse(T) - Constructor for class de.twenty11.skysail.common.responses.SkysailResponse
 
SkysailResponseResolver - Class in de.twenty11.skysail.common.responses
 
SkysailResponseResolver() - Constructor for class de.twenty11.skysail.common.responses.SkysailResponseResolver
 
sort(String, Integer) - Method in class de.twenty11.skysail.common.grids.Columns
 
sortAsc(Integer) - Method in class de.twenty11.skysail.common.grids.ColumnDefinition
 
sortDesc(Integer) - Method in class de.twenty11.skysail.common.grids.ColumnDefinition
 
SuccessResponse<T> - Class in de.twenty11.skysail.common.responses
The (hopefully) typical kind of SkysailResponse you'd get: The data asked for, a informative description as the message and the success flag being true.
SuccessResponse() - Constructor for class de.twenty11.skysail.common.responses.SuccessResponse
empty constructor.
SuccessResponse(T) - Constructor for class de.twenty11.skysail.common.responses.SuccessResponse
 

T

toHtmlLink() - Method in class de.twenty11.skysail.common.navigation.Reference
 
toObject(Representation, Class<T>, Resource) - Method in class de.twenty11.skysail.common.utils.MyLocalJacksonCustomConverter
 
toString() - Method in class de.twenty11.skysail.common.forms.FieldDetails
 
toString() - Method in class de.twenty11.skysail.common.forms.FormDetails
 
toString() - Method in class de.twenty11.skysail.common.graphs.EdgeDetails
 
toString() - Method in class de.twenty11.skysail.common.graphs.GraphDetails
 
toString() - Method in class de.twenty11.skysail.common.graphs.NodeDetails
 
toString() - Method in class de.twenty11.skysail.common.grids.ColumnDefinition
 
toString() - Method in class de.twenty11.skysail.common.grids.Columns
 
toString() - Method in class de.twenty11.skysail.common.grids.RowData
 
toString() - Method in class de.twenty11.skysail.common.responses.SuccessResponse
 

V

valueOf(String) - Static method in enum de.twenty11.skysail.common.PresentationStyle
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum de.twenty11.skysail.common.testing.utils.PaxExamOptionSet
Returns the enum constant of this type with the specified name.
values() - Static method in enum de.twenty11.skysail.common.PresentationStyle
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum de.twenty11.skysail.common.testing.utils.PaxExamOptionSet
Returns an array containing the constants of this enum type, in the order they are declared.
ValuesProvider - Interface in de.twenty11.skysail.common.forms
 
ValuesProviderImpl - Class in de.twenty11.skysail.common.forms
 
ValuesProviderImpl() - Constructor for class de.twenty11.skysail.common.forms.ValuesProviderImpl
 
A B C D E F G H I L M N O P R S T V 

Copyright © 2011-2013. All Rights Reserved.