|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ResourceDescriptor
Agnostic description of a Resource
| Method Summary | |
|---|---|
String |
getAuthor()
Returns the author of the Resource. |
Set<String> |
getCategories()
Returns the List of categories associated with the Resource. |
Date |
getCreationTime()
Returns the creation date of the Resource. |
String |
getDescription()
Returns the description of the Resource. |
URL |
getDocumentation()
Returns the URL of the documentation associated with the Resource. |
String |
getId()
Returns the id of the Resource. |
Date |
getLastModificationTime()
Returns the date when the Resource was last modified. |
String |
getName()
Returns the name of the Resource. |
URL |
getResourceURL()
Returns the URL that can be used to get the Resource this descriptor points at. |
String |
getStatus()
Returns the status of the Resource. |
org.drools.builder.ResourceType |
getType()
Returns the type of the Resource. |
String |
getVersion()
Returns the version of the Resource. |
boolean |
isComposite()
|
boolean |
isLoaded()
|
void |
setAuthor(String author)
|
void |
setCategories(Set<String> categories)
|
void |
setCreationTime(Date creationTime)
|
void |
setDescription(String description)
|
void |
setDocumentation(URL documentation)
|
void |
setId(String id)
|
void |
setLastModificationTime(Date lastModifcationTime)
|
void |
setLoaded(boolean loaded)
|
void |
setName(String name)
|
void |
setResourceURL(URL resourceUrl)
|
void |
setStatus(String status)
|
void |
setType(org.drools.builder.ResourceType type)
|
void |
setVersion(String version)
|
| Method Detail |
|---|
String getAuthor()
void setAuthor(String author)
Set<String> getCategories()
void setCategories(Set<String> categories)
Date getCreationTime()
void setCreationTime(Date creationTime)
String getDescription()
void setDescription(String description)
URL getDocumentation()
void setDocumentation(URL documentation)
String getId()
void setId(String id)
Date getLastModificationTime()
void setLastModificationTime(Date lastModifcationTime)
String getName()
void setName(String name)
URL getResourceURL()
void setResourceURL(URL resourceUrl)
String getStatus()
void setStatus(String status)
org.drools.builder.ResourceType getType()
void setType(org.drools.builder.ResourceType type)
String getVersion()
void setVersion(String version)
boolean isComposite()
boolean isLoaded()
void setLoaded(boolean loaded)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||