A B C D E F G H I K L M N O P Q R S T U V W 
All Classes All Packages

A

ActionMethod - Annotation Type in com.github.dynamicextensionsalfresco.actions.annotations
Indicates a method that maps to an annotation-based Action.
ActionParam - Annotation Type in com.github.dynamicextensionsalfresco.actions.annotations
Indicates an ActionMethod method parameter.
adhocPropertiesAllowed() - Method in annotation type com.github.dynamicextensionsalfresco.actions.annotations.ActionMethod
 
ADMIN - com.github.dynamicextensionsalfresco.webscripts.annotations.AuthenticationType
 
AlfrescoPlatform - Annotation Type in com.github.dynamicextensionsalfresco.annotations
Indicates that a bean should be instantiated only for specific Alfresco platforms.
AlfrescoService - Annotation Type in com.github.dynamicextensionsalfresco.annotations
Qualifier for distinguishing between different types of Alfresco services when autowiring dependencies by type.
ALL - com.github.dynamicextensionsalfresco.behaviours.annotations.Event
Indicates the Behaviour should be triggered at every event.
allowedFields() - Method in annotation type com.github.dynamicextensionsalfresco.webscripts.annotations.Command
 
ANY - com.github.dynamicextensionsalfresco.webscripts.annotations.FormatStyle
 
applicableTypes() - Method in annotation type com.github.dynamicextensionsalfresco.actions.annotations.ActionMethod
 
ARGUMENT - com.github.dynamicextensionsalfresco.webscripts.annotations.FormatStyle
 
association() - Method in annotation type com.github.dynamicextensionsalfresco.behaviours.annotations.AssociationPolicy
The QName of the association to apply the Policy to.
AssociationPolicy - Annotation Type in com.github.dynamicextensionsalfresco.behaviours.annotations
Indicates a method is a Association-level Policy.
Attribute - Annotation Type in com.github.dynamicextensionsalfresco.webscripts.annotations
Marks a method as providing an attribute and parameters for Uri-annotated methods as using this attribute.
Authentication - Annotation Type in com.github.dynamicextensionsalfresco.webscripts.annotations
 
AuthenticationType - Enum in com.github.dynamicextensionsalfresco.webscripts.annotations
 

B

baseUri() - Method in annotation type com.github.dynamicextensionsalfresco.webscripts.annotations.WebScript
 
Before - Annotation Type in com.github.dynamicextensionsalfresco.webscripts.annotations
Marks a method as a 'Before' handler for Web Script requests.
Behaviour - Annotation Type in com.github.dynamicextensionsalfresco.behaviours.annotations
Indicates a class that acts as a Behaviour.
bufferSize() - Method in annotation type com.github.dynamicextensionsalfresco.webscripts.annotations.Transaction
 

C

Cache - Annotation Type in com.github.dynamicextensionsalfresco.webscripts.annotations
 
ClassPolicy - Annotation Type in com.github.dynamicextensionsalfresco.behaviours.annotations
Indicates a method is a Class-level Policy.
cluster() - Method in annotation type com.github.dynamicextensionsalfresco.jobs.ScheduledQuartzJob
Deprecated.
If true the job will only run once in the Alfresco cluster by using the JobLockService
cluster() - Method in annotation type com.github.dynamicextensionsalfresco.schedule.ScheduledTask
If true the job will only run once in the Alfresco cluster by using the JobLockService
com.github.dynamicextensionsalfresco.actions.annotations - package com.github.dynamicextensionsalfresco.actions.annotations
 
com.github.dynamicextensionsalfresco.annotations - package com.github.dynamicextensionsalfresco.annotations
 
com.github.dynamicextensionsalfresco.behaviours.annotations - package com.github.dynamicextensionsalfresco.behaviours.annotations
 
com.github.dynamicextensionsalfresco.jobs - package com.github.dynamicextensionsalfresco.jobs
 
com.github.dynamicextensionsalfresco.osgi - package com.github.dynamicextensionsalfresco.osgi
 
com.github.dynamicextensionsalfresco.schedule - package com.github.dynamicextensionsalfresco.schedule
 
com.github.dynamicextensionsalfresco.webscripts.annotations - package com.github.dynamicextensionsalfresco.webscripts.annotations
 
Command - Annotation Type in com.github.dynamicextensionsalfresco.webscripts.annotations
Annotation for marking a a method parameter as a command object.
COMMIT - com.github.dynamicextensionsalfresco.behaviours.annotations.Event
Indicates the Behaviour should be triggered at the end, at the commit of the transaction.
constraintName() - Method in annotation type com.github.dynamicextensionsalfresco.actions.annotations.ActionParam
 
cron() - Method in annotation type com.github.dynamicextensionsalfresco.jobs.ScheduledQuartzJob
Deprecated.
A cron-like expression, extending the usual UN*X definition to include triggers on the second as well as minute, hour, day of month, month and day of week.
cron() - Method in annotation type com.github.dynamicextensionsalfresco.schedule.ScheduledTask
A cron-like expression, extending the usual UN*X definition to include triggers on the second as well as minute, hour, day of month, month and day of week.
cronProp() - Method in annotation type com.github.dynamicextensionsalfresco.jobs.ScheduledQuartzJob
Deprecated.
A key to a property from alfresco-global.properties specifying a cron-like expression, extending the usual UN*X definition to include triggers on the second as well as minute, hour, day of month, month and day of week.
cronProp() - Method in annotation type com.github.dynamicextensionsalfresco.schedule.ScheduledTask
A key to a property from alfresco-global.properties specifying a cron-like expression, extending the usual UN*X definition to include triggers on the second as well as minute, hour, day of month, month and day of week.

D

DEFAULT - com.github.dynamicextensionsalfresco.annotations.ServiceType
Indicates a default high-level service.
defaultFormat() - Method in annotation type com.github.dynamicextensionsalfresco.webscripts.annotations.Uri
 
defaultFormat() - Method in annotation type com.github.dynamicextensionsalfresco.webscripts.annotations.WebScript
Indicates the default format to use for Uri handlers.
defaultValue() - Method in annotation type com.github.dynamicextensionsalfresco.webscripts.annotations.RequestParam
The default value.
DELETE - com.github.dynamicextensionsalfresco.webscripts.annotations.HttpMethod
 
delimiter() - Method in annotation type com.github.dynamicextensionsalfresco.webscripts.annotations.RequestParam
Specifies the delimiter for splitting the request parameter into multiple values.
DEPRECATED - com.github.dynamicextensionsalfresco.webscripts.annotations.Lifecycle
 
description() - Method in annotation type com.github.dynamicextensionsalfresco.webscripts.annotations.WebScript
The Web Script description.
descriptionKey() - Method in annotation type com.github.dynamicextensionsalfresco.actions.annotations.ActionMethod
 
displayLabel() - Method in annotation type com.github.dynamicextensionsalfresco.actions.annotations.ActionParam
 
DRAFT - com.github.dynamicextensionsalfresco.webscripts.annotations.Lifecycle
 
DRAFT_PUBLIC_API - com.github.dynamicextensionsalfresco.webscripts.annotations.Lifecycle
 

E

event() - Method in annotation type com.github.dynamicextensionsalfresco.behaviours.annotations.AssociationPolicy
Indicates when to trigger the Behaviour.
event() - Method in annotation type com.github.dynamicextensionsalfresco.behaviours.annotations.Behaviour
Indicates when to trigger the Behaviour.
event() - Method in annotation type com.github.dynamicextensionsalfresco.behaviours.annotations.ClassPolicy
Indicates when to trigger the Behaviour.
event() - Method in annotation type com.github.dynamicextensionsalfresco.behaviours.annotations.PropertyPolicy
Indicates when to trigger the Behaviour.
Event - Enum in com.github.dynamicextensionsalfresco.behaviours.annotations
Indicates the event at an annotation-based Behaviour should be triggered.
ExceptionHandler - Annotation Type in com.github.dynamicextensionsalfresco.webscripts.annotations
Indicates a method for handling exceptions that occur during the invocation of Before, Attribute or Uri handler methods.
execute() - Method in interface com.github.dynamicextensionsalfresco.schedule.Task
 
EXTENSION - com.github.dynamicextensionsalfresco.webscripts.annotations.FormatStyle
 

F

families() - Method in annotation type com.github.dynamicextensionsalfresco.webscripts.annotations.WebScript
Web Script families
FileField - Annotation Type in com.github.dynamicextensionsalfresco.webscripts.annotations
Maps a FormField parameter of a Web Script handler method.
FIRST - com.github.dynamicextensionsalfresco.behaviours.annotations.Event
Indicates the Behaviour should be triggered only at the start.
formatStyle() - Method in annotation type com.github.dynamicextensionsalfresco.webscripts.annotations.Uri
 
FormatStyle - Enum in com.github.dynamicextensionsalfresco.webscripts.annotations
 

G

GET - com.github.dynamicextensionsalfresco.webscripts.annotations.HttpMethod
 
group() - Method in annotation type com.github.dynamicextensionsalfresco.jobs.ScheduledQuartzJob
Deprecated.
 
group() - Method in annotation type com.github.dynamicextensionsalfresco.schedule.ScheduledTask
 
GUEST - com.github.dynamicextensionsalfresco.webscripts.annotations.AuthenticationType
 

H

Header - Annotation Type in com.github.dynamicextensionsalfresco.webscripts.annotations
Maps an HTTP header in annotation-based Web Scripts to a handler method argument.
headers() - Method in annotation type com.github.dynamicextensionsalfresco.osgi.OsgiService
 
HttpMethod - Enum in com.github.dynamicextensionsalfresco.webscripts.annotations
 

I

ignoreInvalidFields() - Method in annotation type com.github.dynamicextensionsalfresco.webscripts.annotations.Command
 
ignoreUnknownFields() - Method in annotation type com.github.dynamicextensionsalfresco.webscripts.annotations.Command
 
INHERITED_OR_ALL - com.github.dynamicextensionsalfresco.behaviours.annotations.Event
Indicates that the value should be inherited or default to Event.ALL.
interfaces() - Method in annotation type com.github.dynamicextensionsalfresco.osgi.OsgiService
 
INTERNAL - com.github.dynamicextensionsalfresco.webscripts.annotations.Lifecycle
 
isPublic() - Method in annotation type com.github.dynamicextensionsalfresco.webscripts.annotations.Cache
 

K

key() - Method in annotation type com.github.dynamicextensionsalfresco.osgi.OsgiService.ExportHeader
 

L

lifecycle() - Method in annotation type com.github.dynamicextensionsalfresco.webscripts.annotations.WebScript
API lifecycle status
Lifecycle - Enum in com.github.dynamicextensionsalfresco.webscripts.annotations
 
LOW_LEVEL - com.github.dynamicextensionsalfresco.annotations.ServiceType
Indicates a low-level service.

M

mandatory() - Method in annotation type com.github.dynamicextensionsalfresco.actions.annotations.ActionParam
 
maxVersion() - Method in annotation type com.github.dynamicextensionsalfresco.annotations.AlfrescoPlatform
The maximum version number in "<major>.<minor>.<micro>" format.
MessageConverter - Annotation Type in com.github.dynamicextensionsalfresco.webscripts.annotations
 
method() - Method in annotation type com.github.dynamicextensionsalfresco.webscripts.annotations.Uri
 
minVersion() - Method in annotation type com.github.dynamicextensionsalfresco.annotations.AlfrescoPlatform
The minimum version number in "<major>.<minor>.<micro>" format.
multipartProcessing() - Method in annotation type com.github.dynamicextensionsalfresco.webscripts.annotations.Uri
 
mustRevalidate() - Method in annotation type com.github.dynamicextensionsalfresco.webscripts.annotations.Cache
 

N

name() - Method in annotation type com.github.dynamicextensionsalfresco.jobs.ScheduledQuartzJob
Deprecated.
 
name() - Method in annotation type com.github.dynamicextensionsalfresco.schedule.ScheduledTask
 
neverCache() - Method in annotation type com.github.dynamicextensionsalfresco.webscripts.annotations.Cache
 
NONE - com.github.dynamicextensionsalfresco.webscripts.annotations.AuthenticationType
 
NONE - com.github.dynamicextensionsalfresco.webscripts.annotations.Lifecycle
 
NONE - com.github.dynamicextensionsalfresco.webscripts.annotations.TransactionType
 

O

OPTIONS - com.github.dynamicextensionsalfresco.webscripts.annotations.HttpMethod
 
OsgiService - Annotation Type in com.github.dynamicextensionsalfresco.osgi
Indicates that components of this type should be exported as an OSGi service.
OsgiService.ExportHeader - Annotation Type in com.github.dynamicextensionsalfresco.osgi
 

P

POST - com.github.dynamicextensionsalfresco.webscripts.annotations.HttpMethod
 
property() - Method in annotation type com.github.dynamicextensionsalfresco.behaviours.annotations.PropertyPolicy
The QName of the property to apply the Policy to.
PropertyPolicy - Annotation Type in com.github.dynamicextensionsalfresco.behaviours.annotations
Indicates a method is a Property-level Policy.
PUBLIC_API - com.github.dynamicextensionsalfresco.webscripts.annotations.Lifecycle
 
PUT - com.github.dynamicextensionsalfresco.webscripts.annotations.HttpMethod
 

Q

queueName() - Method in annotation type com.github.dynamicextensionsalfresco.actions.annotations.ActionMethod
 

R

readOnly() - Method in annotation type com.github.dynamicextensionsalfresco.annotations.Transactional
Specifies if the operation should be run within a read-only transaction.
readOnly() - Method in annotation type com.github.dynamicextensionsalfresco.webscripts.annotations.Transaction
 
RequestParam - Annotation Type in com.github.dynamicextensionsalfresco.webscripts.annotations
 
required() - Method in annotation type com.github.dynamicextensionsalfresco.webscripts.annotations.Attribute
Indicates if the attribute is required.
required() - Method in annotation type com.github.dynamicextensionsalfresco.webscripts.annotations.RequestParam
Indicates whether the parameter is required.
required() - Method in annotation type com.github.dynamicextensionsalfresco.webscripts.annotations.UriVariable
 
REQUIRED - com.github.dynamicextensionsalfresco.webscripts.annotations.TransactionType
 
REQUIRES_NEW - com.github.dynamicextensionsalfresco.webscripts.annotations.TransactionType
 
requiresNew() - Method in annotation type com.github.dynamicextensionsalfresco.annotations.Transactional
Indicates if the operation requires a new transaction.
ResponseTemplate - Annotation Type in com.github.dynamicextensionsalfresco.webscripts.annotations
Indicates that Uri-annotated handler methods use a response template.
ruleActionExecutor() - Method in annotation type com.github.dynamicextensionsalfresco.actions.annotations.ActionMethod
 
runAs() - Method in annotation type com.github.dynamicextensionsalfresco.webscripts.annotations.Authentication
Determines the user the Web Script is run as.
RunAs - Annotation Type in com.github.dynamicextensionsalfresco.annotations
Indicates methods that are run as a given user.
RunAsSystem - Annotation Type in com.github.dynamicextensionsalfresco.annotations
Indicates methods that are run as the system user.

S

SAMPLE - com.github.dynamicextensionsalfresco.webscripts.annotations.Lifecycle
 
ScheduledQuartzJob - Annotation Type in com.github.dynamicextensionsalfresco.jobs
Deprecated.
Replaced by vendor-neutral drop-in replacement ScheduledTask"
ScheduledTask - Annotation Type in com.github.dynamicextensionsalfresco.schedule
Register any class implementing Task as a task to be scheduled
ServiceType - Enum in com.github.dynamicextensionsalfresco.annotations
Represents the type of AlfrescoService dependency to use for autowiring.

T

Task - Interface in com.github.dynamicextensionsalfresco.schedule
 
titleKey() - Method in annotation type com.github.dynamicextensionsalfresco.actions.annotations.ActionMethod
 
Transaction - Annotation Type in com.github.dynamicextensionsalfresco.webscripts.annotations
 
Transactional - Annotation Type in com.github.dynamicextensionsalfresco.annotations
Indicates methods that are run within a transaction using the given settings.
TransactionType - Enum in com.github.dynamicextensionsalfresco.webscripts.annotations
 
type() - Method in annotation type com.github.dynamicextensionsalfresco.actions.annotations.ActionParam
The qualified name of the parameter type.

U

Uri - Annotation Type in com.github.dynamicextensionsalfresco.webscripts.annotations
 
UriVariable - Annotation Type in com.github.dynamicextensionsalfresco.webscripts.annotations
 
USER - com.github.dynamicextensionsalfresco.webscripts.annotations.AuthenticationType
 

V

value() - Method in annotation type com.github.dynamicextensionsalfresco.actions.annotations.ActionMethod
The action name.
value() - Method in annotation type com.github.dynamicextensionsalfresco.actions.annotations.ActionParam
The parameter name.
value() - Method in annotation type com.github.dynamicextensionsalfresco.annotations.AlfrescoService
 
value() - Method in annotation type com.github.dynamicextensionsalfresco.annotations.RunAs
The user to run this method as.
value() - Method in annotation type com.github.dynamicextensionsalfresco.behaviours.annotations.AssociationPolicy
The QNames of the types or aspects to apply the Policy to.
value() - Method in annotation type com.github.dynamicextensionsalfresco.behaviours.annotations.Behaviour
The QNames of the types or aspects to apply the Behaviour to.
value() - Method in annotation type com.github.dynamicextensionsalfresco.behaviours.annotations.ClassPolicy
The QNames of the types or aspects to apply the Policy to.
value() - Method in annotation type com.github.dynamicextensionsalfresco.behaviours.annotations.PropertyPolicy
The QNames of the types or aspects to apply the Policy to.
value() - Method in annotation type com.github.dynamicextensionsalfresco.osgi.OsgiService.ExportHeader
 
value() - Method in annotation type com.github.dynamicextensionsalfresco.webscripts.annotations.Attribute
The attribute name.
value() - Method in annotation type com.github.dynamicextensionsalfresco.webscripts.annotations.Authentication
Determines the AuthenticationType.
value() - Method in annotation type com.github.dynamicextensionsalfresco.webscripts.annotations.ExceptionHandler
Specifies the type of exceptions that the method should handle.
value() - Method in annotation type com.github.dynamicextensionsalfresco.webscripts.annotations.FileField
The form field name.
value() - Method in annotation type com.github.dynamicextensionsalfresco.webscripts.annotations.Header
The header name.
value() - Method in annotation type com.github.dynamicextensionsalfresco.webscripts.annotations.RequestParam
The request parameter name.
value() - Method in annotation type com.github.dynamicextensionsalfresco.webscripts.annotations.ResponseTemplate
The path to the template.
value() - Method in annotation type com.github.dynamicextensionsalfresco.webscripts.annotations.Transaction
 
value() - Method in annotation type com.github.dynamicextensionsalfresco.webscripts.annotations.Uri
 
value() - Method in annotation type com.github.dynamicextensionsalfresco.webscripts.annotations.UriVariable
The URI variable name.
value() - Method in annotation type com.github.dynamicextensionsalfresco.webscripts.annotations.WebScript
The short name.
valueOf(String) - Static method in enum com.github.dynamicextensionsalfresco.annotations.ServiceType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.github.dynamicextensionsalfresco.behaviours.annotations.Event
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.github.dynamicextensionsalfresco.webscripts.annotations.AuthenticationType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.github.dynamicextensionsalfresco.webscripts.annotations.FormatStyle
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.github.dynamicextensionsalfresco.webscripts.annotations.HttpMethod
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.github.dynamicextensionsalfresco.webscripts.annotations.Lifecycle
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.github.dynamicextensionsalfresco.webscripts.annotations.TransactionType
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.github.dynamicextensionsalfresco.annotations.ServiceType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.github.dynamicextensionsalfresco.behaviours.annotations.Event
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.github.dynamicextensionsalfresco.webscripts.annotations.AuthenticationType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.github.dynamicextensionsalfresco.webscripts.annotations.FormatStyle
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.github.dynamicextensionsalfresco.webscripts.annotations.HttpMethod
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.github.dynamicextensionsalfresco.webscripts.annotations.Lifecycle
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.github.dynamicextensionsalfresco.webscripts.annotations.TransactionType
Returns an array containing the constants of this enum type, in the order they are declared.

W

WebScript - Annotation Type in com.github.dynamicextensionsalfresco.webscripts.annotations
Indicates a class acts as a Web Script.
A B C D E F G H I K L M N O P Q R S T U V W 
All Classes All Packages