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
SRecorderException
void update(SBARResourceLight resource, byte[] content) throws SRecorderException
SRecorderException
void removeAll(long processDefinitionId, BARResourceType external) throws SBonitaReadException, SRecorderException
java.util.List<SBARResource> get(long processDefinitionId, BARResourceType type, int from, int numberOfElements) throws SBonitaReadException
SBonitaReadException
long count(long processDefinitionId, BARResourceType type) throws SBonitaReadException
SBonitaReadException
SBARResource get(long processDefinitionId, BARResourceType type, java.lang.String name) throws SBonitaReadException
SBonitaReadException
void remove(SBARResourceLight resource) throws SRecorderException
SRecorderException