| |
|
| java.lang.Object org.drools.brms.client.rpc.MetaData
MetaData | public class MetaData implements IsSerializable(Code) | | This is the DTO for a versionable asset's meta data.
ie basically everything except the payload.
|
lastModifiedDate | public Date lastModifiedDate(Code) | | |
versionNumber | public long versionNumber(Code) | | |
addCategory | public void addCategory(String cat)(Code) | | Add the given cat to the end of the cat list.
|
removeCategory | public void removeCategory(int idx)(Code) | | Remove a category.
Parameters: idx - The index of the cat to remove. |
|
|
|