com.jaspersoft.jasperserver.api.metadata.common.service
Interface ResourceFactory

All Superinterfaces:
ImplementationObjectFactory
All Known Implementing Classes:
ResourceFactoryImpl

public interface ResourceFactory
extends ImplementationObjectFactory

Version:
$Id: ResourceFactory.java 8408 2007-05-29 23:29:12Z melih $
Author:
Lucian Chirita (lucianc@users.sourceforge.net)

Method Summary
 Resource newResource(ExecutionContext context, java.lang.Class _class)
           
 Resource newResource(ExecutionContext context, java.lang.String id)
           
 
Methods inherited from interface com.jaspersoft.jasperserver.api.common.service.ImplementationObjectFactory
getIdForClass, getImplementationClass, getImplementationClass, getImplementationClassName, getImplementationClassName, getInterface, getInterfaceName, getKeys, newObject, newObject
 

Method Detail

newResource

Resource newResource(ExecutionContext context,
                     java.lang.Class _class)

newResource

Resource newResource(ExecutionContext context,
                     java.lang.String id)


Copyright © 2007. All Rights Reserved.