Package org.bonitasoft.engine.resources
Class SBARResource
java.lang.Object
org.bonitasoft.engine.resources.AbstractSBARResource
org.bonitasoft.engine.resources.SBARResource
- All Implemented Interfaces:
Serializable,PersistentObject
- Author:
- Baptiste Mesta
- See Also:
-
Field Summary
Fields inherited from class org.bonitasoft.engine.resources.AbstractSBARResource
name, processDefinitionId, type -
Constructor Summary
ConstructorsConstructorDescriptionSBARResource(String name, BARResourceType type, long processDefinitionId, byte[] content) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.bonitasoft.engine.persistence.PersistentObject
getId, setId
-
Constructor Details
-
SBARResource
-