B C D E G I L N O P Q R S T U V

B

BuildOperationException - Exception in it.eng.spago.cms.exceptions
Models an exception occured during the creation of a repository operation
BuildOperationException() - Constructor for exception it.eng.spago.cms.exceptions.BuildOperationException
Constructor of the class useful to build the exception without an error message
BuildOperationException(String) - Constructor for exception it.eng.spago.cms.exceptions.BuildOperationException
Constructor of the class useful to build the exception with an error message
BuildOperationException(String, Throwable) - Constructor for exception it.eng.spago.cms.exceptions.BuildOperationException
Constructor of the class useful to build the exception with an error message and a preceding exception

C

CHILD - Static variable in class it.eng.spago.cms.constants.Constants
 
CHILDS - Static variable in class it.eng.spago.cms.constants.Constants
 
CmsManager - Class in it.eng.spago.cms
Facade object useful to call operations on the repository
CmsManager() - Constructor for class it.eng.spago.cms.CmsManager
Constructor of class, reads the the configuration file, gets the class name of the IExecutionService interface and create an instance of the class.
CmsNode - Class in it.eng.spago.cms
Models a cms node
CmsNode(String, String, String, String, String) - Constructor for class it.eng.spago.cms.CmsNode
Constructor of the class useful to create a node setting its name, path, current version name, uuid and type
CmsNode(String, String, String, String, String, InputStream) - Constructor for class it.eng.spago.cms.CmsNode
Constructor of the class useful to create a node setting its name, path, current version name, uuid, type and content
CmsNode(String, String, String, String, String, List, List, List, InputStream) - Constructor for class it.eng.spago.cms.CmsNode
Constructor of the class useful to create a node setting its name, path, current version name, uuid, type, list of childs, list of properties, list of versions and content
CmsNode(String, String, String, String, String, List, List, List) - Constructor for class it.eng.spago.cms.CmsNode
Constructor of the class useful to create a node setting its name, path, current version name, uuid, type, list of childs, list of properties and list of versions
CmsProperty - Class in it.eng.spago.cms
Models the property of a cms node
CmsProperty(String, String[]) - Constructor for class it.eng.spago.cms.CmsProperty
Constructor of the class useful to build a properties of type String setting a name and an array of string values
CmsProperty(String, Long[]) - Constructor for class it.eng.spago.cms.CmsProperty
Constructor of the class useful to build a properties of type Long setting a name and an array of Long values
CmsProperty(String, Double[]) - Constructor for class it.eng.spago.cms.CmsProperty
Constructor of the class useful to build a properties of type Double setting a name and an array of Double values
CmsProperty(String, Calendar[]) - Constructor for class it.eng.spago.cms.CmsProperty
Constructor of the class useful to build a properties of type Date setting a name and an array of Calendar values
CmsProperty(String, Boolean[]) - Constructor for class it.eng.spago.cms.CmsProperty
Constructor of the class useful to build a properties of type Boolean setting a name and an array of Boolean values
CmsProperty(String, InputStream[]) - Constructor for class it.eng.spago.cms.CmsProperty
Constructor of the class useful to build a properties of type Binary setting a name and an array of InputStream values
CmsVersion - Class in it.eng.spago.cms
Models a version of a node
CmsVersion(String, String) - Constructor for class it.eng.spago.cms.CmsVersion
Constructor of the class useful to build a CmsVersion setting the name and the data of the creation
CODE_TYPE_PROPERTY - Static variable in class it.eng.spago.cms.constants.Constants
 
Constants - Class in it.eng.spago.cms.constants
Defines constants used by the logic of the spagocms component
Constants() - Constructor for class it.eng.spago.cms.constants.Constants
 
CONTAINER - Static variable in class it.eng.spago.cms.constants.Constants
 
CONTENT - Static variable in class it.eng.spago.cms.constants.Constants
 
CONTENTSB - Static variable in class it.eng.spago.cms.constants.Constants
 

D

DATA_CREATION - Static variable in class it.eng.spago.cms.constants.Constants
 
DeleteOperation - Class in it.eng.spago.cms.operations
Models a repository delete operation.
DeleteOperation() - Constructor for class it.eng.spago.cms.operations.DeleteOperation
Constructor of the class useful to build an empty delete operation.
DeleteOperation(String) - Constructor for class it.eng.spago.cms.operations.DeleteOperation
Constructor of the class useful to build a delete operation setting the path attribute.
DeleteOperation(String, String) - Constructor for class it.eng.spago.cms.operations.DeleteOperation
Constructor of the class useful to build a delete operation setting the path and version attributes.
DEVELOPMENT_PROPERTY - Static variable in class it.eng.spago.cms.constants.Constants
 
doDeleteOperation(DeleteOperation) - Method in interface it.eng.spago.cms.IExecutionService
Execs a delete operation using a default user credentials
doDeleteOperation(DeleteOperation, String, String) - Method in interface it.eng.spago.cms.IExecutionService
Execs a delete operation using a specific user name and password
doGetOperation(GetOperation) - Method in interface it.eng.spago.cms.IExecutionService
Execs a Get operation using a default user credentials
doGetOperation(GetOperation, String, String) - Method in interface it.eng.spago.cms.IExecutionService
Execs a get operation using a specific user name and password
doRestoreOperation(RestoreOperation) - Method in interface it.eng.spago.cms.IExecutionService
Execs a restore operation using a default user credentials
doRestoreOperation(RestoreOperation, String, String) - Method in interface it.eng.spago.cms.IExecutionService
Execs a restore operation using a specific user name and password
doSearchOperation(SearchOperation) - Method in interface it.eng.spago.cms.IExecutionService
Execs a Search operation using a default user credentials
doSearchOperation(SearchOperation, String, String) - Method in interface it.eng.spago.cms.IExecutionService
Execs a search operation using a specific user name and password
doSetOperation(SetOperation) - Method in interface it.eng.spago.cms.IExecutionService
Execs a Set operation using a default user credentials
doSetOperation(SetOperation, String, String) - Method in interface it.eng.spago.cms.IExecutionService
Execs a Set operation using a specific user name and password

E

execDeleteOperation(DeleteOperation) - Method in class it.eng.spago.cms.CmsManager
Execs a delete operation using a default user credentials
execDeleteOperation(DeleteOperation, String, String) - Method in class it.eng.spago.cms.CmsManager
Execs a delete operation using a specific user name and password
execGetOperation(GetOperation) - Method in class it.eng.spago.cms.CmsManager
Execs a Get operation using a default user credentials
execGetOperation(GetOperation, String, String) - Method in class it.eng.spago.cms.CmsManager
Execs a get operation using a specific user name and password
execRestoreOperation(RestoreOperation) - Method in class it.eng.spago.cms.CmsManager
Execs a restore operation using a default user credentials
execRestoreOperation(RestoreOperation, String, String) - Method in class it.eng.spago.cms.CmsManager
Execs a restore operation using a specific user name and password
execSearchOperation(SearchOperation) - Method in class it.eng.spago.cms.CmsManager
Execs a Search operation using a default user credentials
execSearchOperation(SearchOperation, String, String) - Method in class it.eng.spago.cms.CmsManager
Execs a search operation using a specific user name and password
execSetOperation(SetOperation) - Method in class it.eng.spago.cms.CmsManager
Execs a Set operation using a default user credentials
execSetOperation(SetOperation, String, String) - Method in class it.eng.spago.cms.CmsManager
Execs a Set operation using a specific user name and password
EXECUTION_PROPERTY - Static variable in class it.eng.spago.cms.constants.Constants
 

G

getBinaryValues() - Method in class it.eng.spago.cms.CmsProperty
Gets the Binary values of the property
getBooleanValues() - Method in class it.eng.spago.cms.CmsProperty
Gets the Boolean values of the property
getChilds() - Method in class it.eng.spago.cms.CmsNode
Gets the list of the node childs
GETCHILDS - Static variable in class it.eng.spago.cms.constants.Constants
 
getContent() - Method in class it.eng.spago.cms.CmsNode
Gets the content of the node
GETCONTENT - Static variable in class it.eng.spago.cms.constants.Constants
 
getDataCreation() - Method in class it.eng.spago.cms.CmsVersion
Gets the string representation of the creation data
getDateValues() - Method in class it.eng.spago.cms.CmsProperty
Gets the Date values of the property
getDoubleValues() - Method in class it.eng.spago.cms.CmsProperty
Gets the Double values of the property
getLongValues() - Method in class it.eng.spago.cms.CmsProperty
Gets the Long values of the property
getName() - Method in class it.eng.spago.cms.CmsNode
Gets the name of the node
getName() - Method in class it.eng.spago.cms.CmsProperty
Gets the name of the property
getName() - Method in class it.eng.spago.cms.CmsVersion
gets the name of the version
GetOperation - Class in it.eng.spago.cms.operations
Models an inquiry operation on the repostiroty .
GetOperation() - Constructor for class it.eng.spago.cms.operations.GetOperation
Constructor of the class useful to build an empty get operation.
GetOperation(String, boolean, boolean, boolean, boolean) - Constructor for class it.eng.spago.cms.operations.GetOperation
Constructor of the class useful to build a get operation setting the path, getChilds, getProperties, getVersions, getContent attributes.
GetOperation(String, String, boolean, boolean, boolean, boolean) - Constructor for class it.eng.spago.cms.operations.GetOperation
Constructor of the class useful to build a get operation setting the path, version, getChilds, getProperties, getVersions, getContent attributes.
getOperationDescriptor() - Method in class it.eng.spago.cms.operations.DeleteOperation
Gets the Internal SourceBean which defines the internal structure of the operation
getOperationDescriptor() - Method in class it.eng.spago.cms.operations.GetOperation
Gets the Internal SourceBean which defines the internal structure of the operation
getOperationDescriptor() - Method in class it.eng.spago.cms.operations.RestoreOperation
Gets the Internal SourceBean which defines the internal structure of the operation
getOperationDescriptor() - Method in class it.eng.spago.cms.operations.SearchOperation
Gets the Internal SourceBean which defines the internal structure of the operation
getOperationDescriptor() - Method in class it.eng.spago.cms.operations.SetOperation
Gets the Internal SourceBean which defines the internal structure of the operation
getPath() - Method in class it.eng.spago.cms.CmsNode
Gets the path of the node
getProperties() - Method in class it.eng.spago.cms.CmsNode
Gets the list of the node properties
GETPROPERTIES - Static variable in class it.eng.spago.cms.constants.Constants
 
getRepository() - Method in interface it.eng.spago.cms.IRepositoryProvider
Gets a JSR 170 Repository object
getStringValues() - Method in class it.eng.spago.cms.CmsProperty
Gets the String values of the property
getType() - Method in class it.eng.spago.cms.CmsNode
Gets the type of the node
getType() - Method in class it.eng.spago.cms.CmsProperty
Gets the type of the property
getUuid() - Method in class it.eng.spago.cms.CmsNode
Gets the uuid of the node
getVersion() - Method in class it.eng.spago.cms.CmsNode
Gets the current version name
getVersions() - Method in class it.eng.spago.cms.CmsNode
Gets the list of the node versions
GETVERSIONS - Static variable in class it.eng.spago.cms.constants.Constants
 

I

IExecutionService - Interface in it.eng.spago.cms
Defines the methods to exec operation on the repository.
IRepositoryProvider - Interface in it.eng.spago.cms
Defines a method to get a JSR 170 repository object.
it.eng.spago.cms - package it.eng.spago.cms
 
it.eng.spago.cms.constants - package it.eng.spago.cms.constants
 
it.eng.spago.cms.exceptions - package it.eng.spago.cms.exceptions
 
it.eng.spago.cms.operations - package it.eng.spago.cms.operations
 

L

LANGUAGE_ATTRIBUTE - Static variable in class it.eng.spago.cms.constants.Constants
 

N

NAME - Static variable in class it.eng.spago.cms.constants.Constants
 
NAME_DELETE_OPERATION - Static variable in class it.eng.spago.cms.constants.Constants
 
NAME_GET_OPERATION - Static variable in class it.eng.spago.cms.constants.Constants
 
NAME_MODULE - Static variable in class it.eng.spago.cms.constants.Constants
 
NAME_PROPERTY - Static variable in class it.eng.spago.cms.constants.Constants
 
NAME_RESTORE_OPERATION - Static variable in class it.eng.spago.cms.constants.Constants
 
NAME_SEARCH_OPERATION - Static variable in class it.eng.spago.cms.constants.Constants
 
NAME_SET_OPERATION - Static variable in class it.eng.spago.cms.constants.Constants
 
NODE - Static variable in class it.eng.spago.cms.constants.Constants
 

O

OLDPROPERTIES - Static variable in class it.eng.spago.cms.constants.Constants
 
OPERATION_ENVELOPE - Static variable in class it.eng.spago.cms.constants.Constants
 
OPERATION_NAME - Static variable in class it.eng.spago.cms.constants.Constants
 
OperationExecutionException - Exception in it.eng.spago.cms.exceptions
Models an exception occured during the execution of a repository operation
OperationExecutionException() - Constructor for exception it.eng.spago.cms.exceptions.OperationExecutionException
Constructor of the class useful to build the exception without an error message
OperationExecutionException(String) - Constructor for exception it.eng.spago.cms.exceptions.OperationExecutionException
Constructor of the class useful to build the exception with an error message
OperationExecutionException(String, Throwable) - Constructor for exception it.eng.spago.cms.exceptions.OperationExecutionException
Constructor of the class useful to build the exception with an error message and a preceding exception

P

PATH - Static variable in class it.eng.spago.cms.constants.Constants
 
PROPERTIES - Static variable in class it.eng.spago.cms.constants.Constants
 
PROPERTY - Static variable in class it.eng.spago.cms.constants.Constants
 

Q

QUERY_ATTRIBUTE - Static variable in class it.eng.spago.cms.constants.Constants
 
QUERY_PLACEHOLDER - Static variable in class it.eng.spago.cms.constants.Constants
 

R

RestoreOperation - Class in it.eng.spago.cms.operations
Models a repository restore operation.
RestoreOperation() - Constructor for class it.eng.spago.cms.operations.RestoreOperation
Constructor of the class useful to build an empty restore operation.
RestoreOperation(String) - Constructor for class it.eng.spago.cms.operations.RestoreOperation
Constructor of the class useful to build a restore operation setting the path attribute.
RestoreOperation(String, String) - Constructor for class it.eng.spago.cms.operations.RestoreOperation
Constructor of the class useful to build a restore operation setting the path and version attributes.

S

SearchOperation - Class in it.eng.spago.cms.operations
Models a repository search operation.
SearchOperation() - Constructor for class it.eng.spago.cms.operations.SearchOperation
Constructor of the class useful to build an empty search operation.
SearchOperation(String, String) - Constructor for class it.eng.spago.cms.operations.SearchOperation
Constructor of the class useful to build a search operation setting the query and language type attributes.
setBinaryValues(InputStream[]) - Method in class it.eng.spago.cms.CmsProperty
Sets the Binary values of the property
setBooleanValues(Boolean[]) - Method in class it.eng.spago.cms.CmsProperty
Sets the Boolean values of the property
setChilds(List) - Method in class it.eng.spago.cms.CmsNode
Sets the childs list
setContent(InputStream) - Method in class it.eng.spago.cms.CmsNode
Sets the content of the node
setContent(InputStream) - Method in class it.eng.spago.cms.operations.SetOperation
Set the content of the cms node
setDataCreation(String) - Method in class it.eng.spago.cms.CmsVersion
Sets the string representation of the creation data
setDateValues(Calendar[]) - Method in class it.eng.spago.cms.CmsProperty
Sets the Date values of the property
setDoubleValues(Double[]) - Method in class it.eng.spago.cms.CmsProperty
Sets the Double values of the property
setEraseOldProperties(boolean) - Method in class it.eng.spago.cms.operations.SetOperation
Set the flag to activate or deactivate the deletion of the old cms node properties
setLanguage(String) - Method in class it.eng.spago.cms.operations.SearchOperation
Set the language type of the query
setLongValues(Long[]) - Method in class it.eng.spago.cms.CmsProperty
Sets the Long values of the property
setName(String) - Method in class it.eng.spago.cms.CmsNode
Sets the name of the node
setName(String) - Method in class it.eng.spago.cms.CmsProperty
Sets the name of the property
setName(String) - Method in class it.eng.spago.cms.CmsVersion
Sets the name of the version
SetOperation - Class in it.eng.spago.cms.operations
Models a set operation on the repostitory.
SetOperation() - Constructor for class it.eng.spago.cms.operations.SetOperation
Constructor of the class useful to build an empty set operation.
SetOperation(String, String, boolean) - Constructor for class it.eng.spago.cms.operations.SetOperation
Constructor of the class useful to build a set operation setting the path, type and cancelOldProperties attributes.
SetOperation(String, String, boolean, InputStream) - Constructor for class it.eng.spago.cms.operations.SetOperation
Constructor of the class useful to build a set operation setting the path, type, cancelOldProperties attributes and the content.
SetOperation(String, String, boolean, List) - Constructor for class it.eng.spago.cms.operations.SetOperation
Constructor of the class useful to build a set operation setting the path, type, cancelOldProperties attributes and a list of properties.
SetOperation(String, String, boolean, List, InputStream) - Constructor for class it.eng.spago.cms.operations.SetOperation
Constructor of the class useful to build a set operation setting the path, type, cancelOldProperties attributes, a list of properties and the content.
setPath(String) - Method in class it.eng.spago.cms.CmsNode
Sets the path of the node
setPath(String) - Method in class it.eng.spago.cms.operations.DeleteOperation
Set the path of the cms node
setPath(String) - Method in class it.eng.spago.cms.operations.GetOperation
Set the path of the cms node
setPath(String) - Method in class it.eng.spago.cms.operations.RestoreOperation
Set the path of the cms node
setPath(String) - Method in class it.eng.spago.cms.operations.SetOperation
Set the path of the cms node
setProperties(List) - Method in class it.eng.spago.cms.CmsNode
Sets the list of node properties
setProperties(List) - Method in class it.eng.spago.cms.operations.SetOperation
Set the list of properties of the node
setQuery(String) - Method in class it.eng.spago.cms.operations.SearchOperation
Set the query to exec
setRetriveChildsInformation(String) - Method in class it.eng.spago.cms.operations.GetOperation
Set the getChilds attribute of the get operation
setRetriveContentInformation(String) - Method in class it.eng.spago.cms.operations.GetOperation
Set the getContent attribute of the get operation
setRetrivePropertiesInformation(String) - Method in class it.eng.spago.cms.operations.GetOperation
Set the getProperties attribute of the get operation
setRetriveVersionsInformation(String) - Method in class it.eng.spago.cms.operations.GetOperation
Set the getVersions attribute of the get operation
setStringValues(String[]) - Method in class it.eng.spago.cms.CmsProperty
Sets the String values of the property
setType(String) - Method in class it.eng.spago.cms.CmsNode
Sets the type
setType(String) - Method in class it.eng.spago.cms.CmsProperty
Sets the type of the property
setType(String) - Method in class it.eng.spago.cms.operations.SetOperation
Set the type of the cms node
setUuid(String) - Method in class it.eng.spago.cms.CmsNode
Sets the uuid
setVersion(String) - Method in class it.eng.spago.cms.CmsNode
Sets tbe name of the current version
setVersion(String) - Method in class it.eng.spago.cms.operations.DeleteOperation
Set the version of the cms node
setVersion(String) - Method in class it.eng.spago.cms.operations.GetOperation
Set the versione of the cms node
setVersion(String) - Method in class it.eng.spago.cms.operations.RestoreOperation
Set the version of the cms node
setVersions(List) - Method in class it.eng.spago.cms.CmsNode
Sets the list of the node versions
STREAM - Static variable in class it.eng.spago.cms.constants.Constants
 
STREAMATTR - Static variable in class it.eng.spago.cms.constants.Constants
 

T

TEST_PROPERTY - Static variable in class it.eng.spago.cms.constants.Constants
 
TYPE - Static variable in class it.eng.spago.cms.constants.Constants
 
TYPE_BINARY - Static variable in class it.eng.spago.cms.CmsProperty
Binary type of the property (java InputStream type)
TYPE_BINARY - Static variable in class it.eng.spago.cms.constants.Constants
 
TYPE_BOOLEAN - Static variable in class it.eng.spago.cms.CmsProperty
Boolean type of the property (java Boolean type)
TYPE_BOOLEAN - Static variable in class it.eng.spago.cms.constants.Constants
 
TYPE_CONTAINER - Static variable in class it.eng.spago.cms.operations.SetOperation
the property container type
TYPE_CONTENT - Static variable in class it.eng.spago.cms.operations.SetOperation
The property content type (leaf node)
TYPE_DATE - Static variable in class it.eng.spago.cms.CmsProperty
Date type of the property (java Calendar type)
TYPE_DATE - Static variable in class it.eng.spago.cms.constants.Constants
 
TYPE_DOUBLE - Static variable in class it.eng.spago.cms.CmsProperty
Double type of the property (java Double type)
TYPE_DOUBLE - Static variable in class it.eng.spago.cms.constants.Constants
 
TYPE_LONG - Static variable in class it.eng.spago.cms.CmsProperty
Long type of the property (java Long type)
TYPE_LONG - Static variable in class it.eng.spago.cms.constants.Constants
 
TYPE_PROPERTY - Static variable in class it.eng.spago.cms.constants.Constants
 
TYPE_STRING - Static variable in class it.eng.spago.cms.CmsProperty
String type of the property (java String type)
TYPE_STRING - Static variable in class it.eng.spago.cms.constants.Constants
 

U

UUID - Static variable in class it.eng.spago.cms.constants.Constants
 

V

VALUE_PROPERTY - Static variable in class it.eng.spago.cms.constants.Constants
 
VALUE_PROPERTY_SB - Static variable in class it.eng.spago.cms.constants.Constants
 
VERSION - Static variable in class it.eng.spago.cms.constants.Constants
 
VERSIONS - Static variable in class it.eng.spago.cms.constants.Constants
 

B C D E G I L N O P Q R S T U V