public interface ProcessResourcesService
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
BAR_RESOURCE |
| Modifier and Type | Method and Description |
|---|---|
void |
add(long processDefinitionId,
java.lang.String name,
BARResourceType type,
byte[] content) |
long |
count(long processDefinitionId,
BARResourceType type) |
java.util.List<SBARResource> |
get(long processDefinitionId,
BARResourceType type,
int from,
int numberOfElements) |
SBARResource |
get(long processDefinitionId,
BARResourceType type,
java.lang.String name) |
void |
remove(SBARResourceLight resource) |
void |
removeAll(long processDefinitionId,
BARResourceType external) |
void |
update(SBARResourceLight resource,
byte[] content) |
static final java.lang.String BAR_RESOURCE
void add(long processDefinitionId,
java.lang.String name,
BARResourceType type,
byte[] content)
throws SRecorderException
SRecorderExceptionvoid update(SBARResourceLight resource, byte[] content) throws SRecorderException
SRecorderExceptionvoid removeAll(long processDefinitionId,
BARResourceType external)
throws SBonitaReadException,
SRecorderException
java.util.List<SBARResource> get(long processDefinitionId, BARResourceType type, int from, int numberOfElements) throws SBonitaReadException
SBonitaReadExceptionlong count(long processDefinitionId,
BARResourceType type)
throws SBonitaReadException
SBonitaReadExceptionSBARResource get(long processDefinitionId, BARResourceType type, java.lang.String name) throws SBonitaReadException
SBonitaReadExceptionvoid remove(SBARResourceLight resource) throws SRecorderException
SRecorderException