Skip navigation links
A B C E F H L M O P R S T U V W 

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.
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.
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

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.

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.
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.

E

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
 

F

FileField - Annotation Type in com.github.dynamicextensionsalfresco.webscripts.annotations
Maps a FormField parameter of a Web Script handler method.
FormatStyle - Enum in com.github.dynamicextensionsalfresco.webscripts.annotations
 

H

Header - Annotation Type in com.github.dynamicextensionsalfresco.webscripts.annotations
Maps an HTTP header in annotation-based Web Scripts to a handler method argument.
HttpMethod - Enum in com.github.dynamicextensionsalfresco.webscripts.annotations
 

L

Lifecycle - Enum in com.github.dynamicextensionsalfresco.webscripts.annotations
 

M

MessageConverter - Annotation Type in com.github.dynamicextensionsalfresco.webscripts.annotations
 

O

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

PropertyPolicy - Annotation Type in com.github.dynamicextensionsalfresco.behaviours.annotations
Indicates a method is a Property-level Policy.

R

RequestParam - Annotation Type in com.github.dynamicextensionsalfresco.webscripts.annotations
 
ResponseTemplate - Annotation Type in com.github.dynamicextensionsalfresco.webscripts.annotations
Indicates that Uri-annotated handler methods use a response template.
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

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
 
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
 

U

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

V

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 E F H L M O P R S T U V W 
Skip navigation links