A C D E F G H I J 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
 
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.
addColumn(String) - Method in class de.twenty11.skysail.common.grids.ColumnsBuilder
Add a new column to the chain.
addEdge(EdgeDetails) - Method in class de.twenty11.skysail.common.graphs.GraphDetails
 
addField(String, FieldType) - Method in class de.twenty11.skysail.common.forms.FieldDefinition
This method supports a DSL-style to add further columns to a chain of already available columnDefinitions.
addField(String, FieldType) - Method in class de.twenty11.skysail.common.forms.FormBuilder
Add a new field to the chain.
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.
ApplicationDescription - Class in de.twenty11.skysail.common.app
Holder for a name, a description and the context path.
ApplicationDescription(String, String, String) - Constructor for class de.twenty11.skysail.common.app.ApplicationDescription
Constructor.
apply() - Method in class de.twenty11.skysail.common.grids.ColumnDefinition
 

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(ColumnsBuilder) - Constructor for class de.twenty11.skysail.common.grids.Columns
Constructor creating the columnsList from a columnBuilder.
Columns() - Constructor for class de.twenty11.skysail.common.grids.Columns
for json.
ColumnsBuilder - Class in de.twenty11.skysail.common.grids
Subclasses have to implement the configure method, which typically looks something like addColumn("col1").setWidth(100).addColumn("col2")...
ColumnsBuilder() - Constructor for class de.twenty11.skysail.common.grids.ColumnsBuilder
Creates a new ColumnsBuilder object which gets a map of parameters.
ColumnSortOrderComparator - Class in de.twenty11.skysail.common.grids
must be "consistent with equals", see treeMap javadoc.
ColumnSortOrderComparator() - Constructor for class de.twenty11.skysail.common.grids.ColumnSortOrderComparator
 
compare(ColumnDefinition, ColumnDefinition) - Method in class de.twenty11.skysail.common.grids.ColumnSortOrderComparator
sorts the columnDefinitions according to their absolute sorting value.
ConfigurationProvider - Interface in de.twenty11.skysail.common.config
 
configure() - Method in class de.twenty11.skysail.common.forms.FormBuilder
The central method to configure the chain of columns.
configure() - Method in class de.twenty11.skysail.common.grids.ColumnsBuilder
The central method to configure the chain of columns.
ConstraintViolations<T> - Class in de.twenty11.skysail.common.forms
 
ConstraintViolations() - Constructor for class de.twenty11.skysail.common.forms.ConstraintViolations
 
ConstraintViolations(Set<ConstraintViolation<T>>) - Constructor for class de.twenty11.skysail.common.forms.ConstraintViolations
 

D

de.twenty11.skysail.common - package de.twenty11.skysail.common
 
de.twenty11.skysail.common.app - package de.twenty11.skysail.common.app
 
de.twenty11.skysail.common.config - package de.twenty11.skysail.common.config
 
de.twenty11.skysail.common.converter - package de.twenty11.skysail.common.converter
 
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.internal - package de.twenty11.skysail.common.internal
 
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
 
DetailsLinkProvider - Interface in de.twenty11.skysail.common
 
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
 
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
 

F

FailureResponse<T> - Class in de.twenty11.skysail.common.responses
Message to be send to the client in case of an error.
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.
FailureResponse(T) - Constructor for class de.twenty11.skysail.common.responses.FailureResponse
 
Field - Annotation Type in de.twenty11.skysail.common.forms
 
FieldDefinition - Class in de.twenty11.skysail.common.forms
Defines a html form field.
FieldDefinition(String, FieldType, FormBuilder) - Constructor for class de.twenty11.skysail.common.forms.FieldDefinition
alternative constructor, taking name and builder.
FieldDetails - Class in de.twenty11.skysail.common.forms
 
FieldDetails(String) - Constructor for class de.twenty11.skysail.common.forms.FieldDetails
 
FieldType - Enum in de.twenty11.skysail.common.forms
http://www.w3.org/TR/html401/interact/forms.html.
Form - Annotation Type in de.twenty11.skysail.common.forms
 
FormBuilder - Class in de.twenty11.skysail.common.forms
Subclasses have to implement the configure method, which typically looks something like // TODO This is a domain-specific-language style which lets you define a chain of columns.
FormBuilder() - Constructor for class de.twenty11.skysail.common.forms.FormBuilder
 
FormData - Class in de.twenty11.skysail.common.forms
A data structure supporting html forms implementing the interface SkysailData.
FormData(FormBuilder) - Constructor for class de.twenty11.skysail.common.forms.FormData
 
FormDetails - Class in de.twenty11.skysail.common.forms
 
FormDetails(String) - Constructor for class de.twenty11.skysail.common.forms.FormDetails
 

G

getAsList() - Method in class de.twenty11.skysail.common.grids.Columns
 
getAvailableRowsCount() - Method in class de.twenty11.skysail.common.grids.GridData
 
getBack() - Method in class de.twenty11.skysail.common.navigation.Navigation
 
getBundleByName(BundleContext, String) - Method in class de.twenty11.skysail.common.utils.OsgiUtils
 
getBundleForSymbolicName(BundleContext, String) - Static method in class de.twenty11.skysail.common.testing.utils.OsgiTestingUtils
 
getCells() - Method in class de.twenty11.skysail.common.grids.RowData
 
getColumnData() - Method in class de.twenty11.skysail.common.grids.RowData
This method might not work like expected when the rowData was created by deserializing a string representation (e.g.
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
 
getColumns() - Method in class de.twenty11.skysail.common.forms.FormBuilder
 
getColumns() - Method in class de.twenty11.skysail.common.grids.ColumnsBuilder
return the chain of columns (which should have been created in the configure method).
getColumns() - Method in class de.twenty11.skysail.common.grids.GridData
 
getColumnsInSortOrder() - Method in class de.twenty11.skysail.common.grids.Columns
 
getConfigForKey(String) - Method in interface de.twenty11.skysail.common.config.ConfigurationProvider
 
getData() - Method in class de.twenty11.skysail.common.responses.Response
 
getDesc() - Method in class de.twenty11.skysail.common.selfdescription.ResourceDetails
 
getDescription() - Method in class de.twenty11.skysail.common.app.ApplicationDescription
 
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
 
getFields() - Method in class de.twenty11.skysail.common.forms.FormBuilder
return the current chain of columns.
getFields() - Method in class de.twenty11.skysail.common.forms.FormData
 
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
 
getForms() - Method in interface de.twenty11.skysail.common.forms.RestfulForms
Returns a skysail Response containing the list of available forms.
getGraph() - Method in interface de.twenty11.skysail.common.graphs.RestfulGraph
 
getGridElement(int, int) - Method in class de.twenty11.skysail.common.grids.GridData
 
getHome() - Method in class de.twenty11.skysail.common.navigation.Navigation
 
getId() - Method in class de.twenty11.skysail.common.graphs.NodeDetails
 
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
 
getLinkMap() - Method in interface de.twenty11.skysail.common.DetailsLinkProvider
 
getLinks() - Method in interface de.twenty11.skysail.common.DetailsLinkProvider
 
getMaxSortValueFromBuilder() - Method in class de.twenty11.skysail.common.grids.Columns
 
getMessage() - Method in class de.twenty11.skysail.common.forms.Violation
 
getMessage() - Method in class de.twenty11.skysail.common.responses.Response
 
getMethods() - Method in interface de.twenty11.skysail.common.selfdescription.RestfulRoot
 
getName() - Method in class de.twenty11.skysail.common.app.ApplicationDescription
 
getName() - Method in class de.twenty11.skysail.common.forms.FieldDefinition
returns the name.
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.
getNavigation() - Method in class de.twenty11.skysail.common.responses.Response
 
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
 
getProjectVersion() - Method in class de.twenty11.skysail.common.testing.utils.SkysailCommonOsgiSetup
 
getRootContextPath() - Method in class de.twenty11.skysail.common.app.ApplicationDescription
 
getRows() - Method in class de.twenty11.skysail.common.grids.GridData
 
getService(BundleContext, String) - Method in class de.twenty11.skysail.common.utils.OsgiUtils
 
getSize() - Method in class de.twenty11.skysail.common.forms.FormData
 
getSize() - Method in class de.twenty11.skysail.common.grids.GridData
 
getSize() - Method in interface de.twenty11.skysail.common.SkysailData
 
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.Response
 
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
 
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
 
getUp() - Method in class de.twenty11.skysail.common.navigation.Navigation
 
getValidationViolations() - Method in class de.twenty11.skysail.common.responses.Response
 
getValidValues() - Method in class de.twenty11.skysail.common.forms.FieldDetails
 
getValue() - Method in class de.twenty11.skysail.common.forms.FieldDefinition
 
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.forms.ConstraintViolations
 
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.
GridData(ColumnsBuilder) - Constructor for class de.twenty11.skysail.common.grids.GridData
A constructor expecting a columnsBuilder which is used to create the initial columns.

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
 

J

Json2HtmlConverter - Class in de.twenty11.skysail.common.converter
 
Json2HtmlConverter(String) - Constructor for class de.twenty11.skysail.common.converter.Json2HtmlConverter
 
jsonToHtml(String, Resource) - Method in class de.twenty11.skysail.common.converter.Json2HtmlConverter
 

L

logBundleInfo(BundleContext) - Method in class de.twenty11.skysail.common.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<Response<E>>) - Constructor for class de.twenty11.skysail.common.utils.MyLocalJacksonCustomConverter
 

N

Navigation - Class in de.twenty11.skysail.common.navigation
Providing means of navigation is a secondary responsibility of skysail, i.e.
Navigation() - Constructor for class de.twenty11.skysail.common.navigation.Navigation
 
Navigation(Request, Set<String>) - Constructor for class de.twenty11.skysail.common.navigation.Navigation
 
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.utils
 
OsgiUtils() - Constructor for class de.twenty11.skysail.common.utils.OsgiUtils
 

P

PaxExamOptionSet - Enum in de.twenty11.skysail.common.testing.utils
 
PaxExamOptionsProvider - Interface in de.twenty11.skysail.common.testing.utils
 

R

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) - Constructor for class de.twenty11.skysail.common.selfdescription.ResourceDetails
 
Response<T> - Class in de.twenty11.skysail.common.responses
The root class for restful responses served by skysail server.
Response() - Constructor for class de.twenty11.skysail.common.responses.Response
 
Response(T) - Constructor for class de.twenty11.skysail.common.responses.Response
 
Response(T, Request, Set<String>) - Constructor for class de.twenty11.skysail.common.responses.Response
 
RestfulForms - Interface in de.twenty11.skysail.common.forms
Restful Http Service for forms.
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

score(Object, Variant, Resource) - Method in class de.twenty11.skysail.common.converter.Json2HtmlConverter
 
set(String, String) - Method in class de.twenty11.skysail.common.forms.FormData
 
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
 
setColumns(ColumnsBuilder) - 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.Response
 
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
 
setFilterValue(String) - Method in class de.twenty11.skysail.common.grids.ColumnDefinition
needed for jackson.
setHome(String) - Method in class de.twenty11.skysail.common.navigation.Navigation
 
setLabel(String) - Method in class de.twenty11.skysail.common.graphs.EdgeDetails
 
setLinks(Map<String, String>) - Method in interface de.twenty11.skysail.common.DetailsLinkProvider
 
setMessage(String) - Method in class de.twenty11.skysail.common.responses.Response
 
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.
setNavigation(Navigation) - Method in class de.twenty11.skysail.common.responses.Response
 
setNodeId(String) - Method in class de.twenty11.skysail.common.graphs.DefaultNodeProvider
 
setNodeLabel(String) - Method in class de.twenty11.skysail.common.graphs.DefaultNodeProvider
 
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.Response
 
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
 
setValidationViolations(T) - Method in class de.twenty11.skysail.common.responses.Response
 
setValidValues(List<String>) - Method in class de.twenty11.skysail.common.forms.FieldDetails
 
setValue(String) - Method in class de.twenty11.skysail.common.forms.FieldDefinition
 
setViolations(List<Violation>) - Method in class de.twenty11.skysail.common.forms.ConstraintViolations
 
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
 
size() - Method in class de.twenty11.skysail.common.forms.ConstraintViolations
 
SkysailCommonActivator - Class in de.twenty11.skysail.common.internal
 
SkysailCommonActivator() - Constructor for class de.twenty11.skysail.common.internal.SkysailCommonActivator
 
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
 
SkysailData - Interface in de.twenty11.skysail.common
A class implementing this interface can be used in the skysail server-client communication, i.e.
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
 
start(BundleContext) - Method in class de.twenty11.skysail.common.internal.SkysailCommonActivator
 
stop(BundleContext) - Method in class de.twenty11.skysail.common.internal.SkysailCommonActivator
 
SuccessResponse<T> - Class in de.twenty11.skysail.common.responses
Message to be send back to the client in case of success.
SuccessResponse() - Constructor for class de.twenty11.skysail.common.responses.SuccessResponse
empty constructor.
SuccessResponse(T) - Constructor for class de.twenty11.skysail.common.responses.SuccessResponse
 
SuccessResponse(T, Request, Set<String>) - Constructor for class de.twenty11.skysail.common.responses.SuccessResponse
 

T

toObject(Representation, Class<T>, Resource) - Method in class de.twenty11.skysail.common.utils.MyLocalJacksonCustomConverter
 
toRepresentation(Object, Variant, Resource) - Method in class de.twenty11.skysail.common.converter.Json2HtmlConverter
 
toString() - Method in class de.twenty11.skysail.common.app.ApplicationDescription
 
toString() - Method in class de.twenty11.skysail.common.forms.ConstraintViolations
 
toString() - Method in class de.twenty11.skysail.common.forms.FieldDefinition
 
toString() - Method in class de.twenty11.skysail.common.forms.FieldDetails
 
toString() - Method in class de.twenty11.skysail.common.forms.FormBuilder
 
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.ColumnsBuilder
 
toString() - Method in class de.twenty11.skysail.common.grids.GridData
 
toString() - Method in class de.twenty11.skysail.common.grids.RowData
 
toString() - Method in class de.twenty11.skysail.common.responses.SuccessResponse
 

V

validationViolations - Variable in class de.twenty11.skysail.common.responses.Response
violations of validating T.
valueOf(String) - Static method in enum de.twenty11.skysail.common.forms.FieldType
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.forms.FieldType
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
 
Violation - Class in de.twenty11.skysail.common.forms
 
Violation() - Constructor for class de.twenty11.skysail.common.forms.Violation
 
Violation(String) - Constructor for class de.twenty11.skysail.common.forms.Violation
 
A C D E F G H I J L M N O P R S T V 

Copyright © 2011-2013. All Rights Reserved.