Skip navigation links
A C D E G H L O P R S T V 

A

AbstractEDSServlet - Class in com.ecmdeveloper.eds.servlet
An abstract servlet implementation handling all the internals of EDS processing.
AbstractEDSServlet() - Constructor for class com.ecmdeveloper.eds.servlet.AbstractEDSServlet
 
add(String...) - Method in class com.ecmdeveloper.eds.model.ChoiceList
Convenience method the creates a simple string choice list.
addProperty(Property) - Method in interface com.ecmdeveloper.eds.model.ExternalDataResponse
Adds a Property object to the external data response.

C

Choice - Class in com.ecmdeveloper.eds.model
This class represents an item in a choice list.
Choice(String, Object) - Constructor for class com.ecmdeveloper.eds.model.Choice
Constructs a new choice list value.
Choice(String) - Constructor for class com.ecmdeveloper.eds.model.Choice
Constructs a new choice list value with display name equal to the value.
ChoiceList - Class in com.ecmdeveloper.eds.model
This class is used to build an choice list for a specific property.
ChoiceList() - Constructor for class com.ecmdeveloper.eds.model.ChoiceList
 
com.ecmdeveloper.eds.model - package com.ecmdeveloper.eds.model
 
com.ecmdeveloper.eds.model.constants - package com.ecmdeveloper.eds.model.constants
 
com.ecmdeveloper.eds.servlet - package com.ecmdeveloper.eds.servlet
 

D

DisplayMode - Enum in com.ecmdeveloper.eds.model.constants
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class com.ecmdeveloper.eds.servlet.AbstractEDSServlet
Returns the names of the object types handled by this EDS implementation.
doPost(HttpServletRequest, HttpServletResponse) - Method in class com.ecmdeveloper.eds.servlet.AbstractEDSServlet
Method handling the POST requests.

E

ExternalDataRequest - Interface in com.ecmdeveloper.eds.model
The class describes the request that is made to the service.
ExternalDataResponse - Interface in com.ecmdeveloper.eds.model
This interface describes the response returned by the service.

G

getChoiceList() - Method in interface com.ecmdeveloper.eds.model.Property
Returns the choice objects of the property.
getChoices() - Method in class com.ecmdeveloper.eds.model.Choice
Returns a list of choice list items.
getChoices() - Method in class com.ecmdeveloper.eds.model.ChoiceList
Returns a list of list of choice items for this choice list.
getClientContext() - Method in interface com.ecmdeveloper.eds.model.ExternalDataRequest
An map that contains a series of key value pairs that specify contextual information for a specific class or item type.
getCustomInvalidItems() - Method in interface com.ecmdeveloper.eds.model.Property
Returns a collection containing the indices of the invalid items of a multi-value property.
getCustomValidationError() - Method in interface com.ecmdeveloper.eds.model.Property
Returns the description why a property value is invalid.
getDisplayMode() - Method in interface com.ecmdeveloper.eds.model.Property
Returns the display mode of the property.
getDisplayName() - Method in class com.ecmdeveloper.eds.model.Choice
Returns the display name of the choice list item.
getDisplayName() - Method in class com.ecmdeveloper.eds.model.ChoiceList
Returns the display name of the choice list.
getExternalDataIdentifier() - Method in interface com.ecmdeveloper.eds.model.ExternalDataRequest
A string that indicates the state of the data that was returned by the external data service.
getExternalDataIdentifier() - Method in interface com.ecmdeveloper.eds.model.ExternalDataResponse
Returns a string that indicates the state of the data that was returned by the external data service.
getFormat() - Method in interface com.ecmdeveloper.eds.model.Property
Returns a regular expression describing the format of the property (Content Navigator only).
getFormatDescription() - Method in interface com.ecmdeveloper.eds.model.Property
Returns the description that is displayed in a tooltip if the user enters a format that does not match the expression specified in the format parameter.
getHasDependentProperties() - Method in interface com.ecmdeveloper.eds.model.Property
Returns a boolean value indicating if the value of this property controls the value of other properties.
getHidden() - Method in interface com.ecmdeveloper.eds.model.Property
Returns a boolean value indicating if the property is hidden.
getLabel() - Method in interface com.ecmdeveloper.eds.model.Property
Returns the label to put in front of the property editor (Content Navigator only).
getMaxLength() - Method in interface com.ecmdeveloper.eds.model.Property
Returns the maximum length of the property.
getMaxValue() - Method in interface com.ecmdeveloper.eds.model.Property
Returns the overridden maximum value of the property.
getMinValue() - Method in interface com.ecmdeveloper.eds.model.Property
Returns the overridden minimum value of the property.
getObjectId() - Method in interface com.ecmdeveloper.eds.model.ExternalDataRequest
The globally unique identifier (GUID) or persistent identifier (PID) that identifies the item that is being edited.
getObjectType() - Method in interface com.ecmdeveloper.eds.model.ExternalDataRequest
The object type of the item that is being edited.
getObjectTypeNames(String) - Method in class com.ecmdeveloper.eds.servlet.AbstractEDSServlet
Returns the names of the all the object types handled by this servlet.
getProperty(String) - Method in interface com.ecmdeveloper.eds.model.ExternalDataRequest
Returns a specific property identified by it's symbolic name.
getRepositoryId() - Method in interface com.ecmdeveloper.eds.model.ExternalDataRequest
The name of the target external data store that contains the property data.
getRequestMode() - Method in interface com.ecmdeveloper.eds.model.ExternalDataRequest
Returns the reason that the service is being called.
getRequired() - Method in interface com.ecmdeveloper.eds.model.Property
Returns a boolean value indicating if the property is required.
getSymbolicName() - Method in interface com.ecmdeveloper.eds.model.Property
Returns the symbolic name of the property.
getValue() - Method in class com.ecmdeveloper.eds.model.Choice
Returns the value of the choice list item.
getValue() - Method in interface com.ecmdeveloper.eds.model.Property
Returns the value of this property.

H

handleRequest(ExternalDataRequest, ExternalDataResponse) - Method in class com.ecmdeveloper.eds.servlet.AbstractEDSServlet
Handles the requests to the External Data Server.

L

logger - Static variable in class com.ecmdeveloper.eds.servlet.AbstractEDSServlet
 

O

ObjectType - Class in com.ecmdeveloper.eds.model
 
ObjectType(String) - Constructor for class com.ecmdeveloper.eds.model.ObjectType
 

P

Property - Interface in com.ecmdeveloper.eds.model
The property interface.

R

RequestMode - Enum in com.ecmdeveloper.eds.model.constants
 

S

setChoiceList(ChoiceList) - Method in interface com.ecmdeveloper.eds.model.Property
Sets the choice objects of the property.
setChoices(List<Choice>) - Method in class com.ecmdeveloper.eds.model.Choice
Sets the child choice items of this choice list items.
setChoices(List<Choice>) - Method in class com.ecmdeveloper.eds.model.ChoiceList
Sets the choices of the choice list.
setCustomInvalidItems(List<Integer>) - Method in interface com.ecmdeveloper.eds.model.Property
Sets a collection containing the indices of the invalid items of a multi-value property.
setCustomValidationError(String) - Method in interface com.ecmdeveloper.eds.model.Property
Sets the description why a property value is invalid.
setDisplayMode(DisplayMode) - Method in interface com.ecmdeveloper.eds.model.Property
Sets the display mode of the property
setDisplayName(String) - Method in class com.ecmdeveloper.eds.model.Choice
Sets the display name of the choice list item.
setDisplayName(String) - Method in class com.ecmdeveloper.eds.model.ChoiceList
Sets the display name of the choice list.
setExternalDataIdentifier(String) - Method in interface com.ecmdeveloper.eds.model.ExternalDataResponse
Sets a string that indicates the state of the data that was returned by the external data service.
setFormat(String) - Method in interface com.ecmdeveloper.eds.model.Property
Sets a regular expression describing the format of the property (Content Navigator only)
setFormatDescription(String) - Method in interface com.ecmdeveloper.eds.model.Property
Sets the description that is displayed in a tooltip if the user enters a format that does not match the expression specified in the format parameter (Content Navigator only).
setHasDependentProperties(Boolean) - Method in interface com.ecmdeveloper.eds.model.Property
Sets a boolean value indicating if the value of this property controls the value of other properties.
setHidden(Boolean) - Method in interface com.ecmdeveloper.eds.model.Property
Sets a boolean value indicating if the property is hidden.
setLabel(String) - Method in interface com.ecmdeveloper.eds.model.Property
Sets the label to put in front of the property editor (Content Navigator only)
setMaxLength(Integer) - Method in interface com.ecmdeveloper.eds.model.Property
Set the maximum lenght of the property.
setMaxValue(Object) - Method in interface com.ecmdeveloper.eds.model.Property
Set the overridden maximum value of the property.
setMinValue(Object) - Method in interface com.ecmdeveloper.eds.model.Property
Sets the overridden minimum value of the property.
setRequired(Boolean) - Method in interface com.ecmdeveloper.eds.model.Property
Sets a boolean value indicating if the property is required.
setValue(String) - Method in class com.ecmdeveloper.eds.model.Choice
Sets the string value of the choice list item.
setValue(Object) - Method in interface com.ecmdeveloper.eds.model.Property
Sets the value of this property.
symbolicName - Variable in class com.ecmdeveloper.eds.model.ObjectType
 

T

toString() - Method in class com.ecmdeveloper.eds.model.Choice
The string presentation of the choice list item.

V

valueOf(String) - Static method in enum com.ecmdeveloper.eds.model.constants.DisplayMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ecmdeveloper.eds.model.constants.RequestMode
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.ecmdeveloper.eds.model.constants.DisplayMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ecmdeveloper.eds.model.constants.RequestMode
Returns an array containing the constants of this enum type, in the order they are declared.
A C D E G H L O P R S T V 
Skip navigation links

Copyright © 2018. All rights reserved.