org.drools.grid.api
Interface CompositeResourceDescriptor

All Superinterfaces:
ResourceDescriptor, Serializable
All Known Implementing Classes:
CompositeResourceDescriptorImpl

public interface CompositeResourceDescriptor
extends ResourceDescriptor

Resource Descriptor containing a List of internal Resource Descriptors


Method Summary
 List<ResourceDescriptor> getInternalResources()
          Returns the list of the internal Resources that compose the Resource this class points at.
 
Methods inherited from interface org.drools.grid.api.ResourceDescriptor
getAuthor, getCategories, getCreationTime, getDescription, getDocumentation, getId, getLastModificationTime, getName, getResourceURL, getStatus, getType, getVersion, isComposite, isLoaded, setAuthor, setCategories, setCreationTime, setDescription, setDocumentation, setId, setLastModificationTime, setLoaded, setName, setResourceURL, setStatus, setType, setVersion
 

Method Detail

getInternalResources

List<ResourceDescriptor> getInternalResources()
Returns the list of the internal Resources that compose the Resource this class points at.

Returns:
the list of the internal Resources that compose the Resource this class points at


Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.