it.geosolutions.geobatch.flow.event.action
Interface ActionService<EO extends java.util.EventObject,AC extends ActionConfiguration>

All Superinterfaces:
Identifiable, Resource, Service

public interface ActionService<EO extends java.util.EventObject,AC extends ActionConfiguration>
extends Service


Method Summary
 boolean canCreateAction(AC configuration)
           
 Action<EO> createAction(AC configuration)
           
 
Methods inherited from interface it.geosolutions.geobatch.catalog.Service
isAvailable
 
Methods inherited from interface it.geosolutions.geobatch.catalog.Resource
dispose
 
Methods inherited from interface it.geosolutions.geobatch.catalog.Identifiable
getDescription, getId, getName, setDescription, setId, setName
 

Method Detail

createAction

Action<EO> createAction(AC configuration)

canCreateAction

boolean canCreateAction(AC configuration)


Copyright © 2008-2012 GeoSolutions. All Rights Reserved.