Class ServiceResourceEntityImpl
java.lang.Object
org.flowable.common.engine.impl.persistence.entity.AbstractEntityNoRevision
com.flowable.serviceregistry.engine.impl.persistence.entity.AbstractServiceEngineNoRevisionEntity
com.flowable.serviceregistry.engine.impl.persistence.entity.ServiceResourceEntityImpl
- All Implemented Interfaces:
ServiceResourceEntity
,Serializable
,org.flowable.common.engine.api.repository.EngineResource
,org.flowable.common.engine.impl.persistence.entity.Entity
public class ServiceResourceEntityImpl
extends AbstractServiceEngineNoRevisionEntity
implements ServiceResourceEntity, Serializable
- See Also:
-
Field Summary
FieldsFields inherited from class org.flowable.common.engine.impl.persistence.entity.AbstractEntityNoRevision
id, isDeleted, isInserted, isUpdated, originalPersistentState
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.flowable.serviceregistry.engine.impl.persistence.entity.AbstractServiceEngineNoRevisionEntity
getIdPrefix
Methods inherited from class org.flowable.common.engine.impl.persistence.entity.AbstractEntityNoRevision
getId, getOriginalPersistentState, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setUpdated
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.flowable.common.engine.impl.persistence.entity.Entity
getId, getIdPrefix, getOriginalPersistentState, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setUpdated
-
Field Details
-
name
-
bytes
protected byte[] bytes -
deploymentId
-
-
Constructor Details
-
ServiceResourceEntityImpl
public ServiceResourceEntityImpl()
-
-
Method Details
-
getName
- Specified by:
getName
in interfaceorg.flowable.common.engine.api.repository.EngineResource
-
setName
- Specified by:
setName
in interfaceorg.flowable.common.engine.api.repository.EngineResource
-
getBytes
public byte[] getBytes()- Specified by:
getBytes
in interfaceorg.flowable.common.engine.api.repository.EngineResource
-
setBytes
public void setBytes(byte[] bytes) - Specified by:
setBytes
in interfaceorg.flowable.common.engine.api.repository.EngineResource
-
getDeploymentId
- Specified by:
getDeploymentId
in interfaceorg.flowable.common.engine.api.repository.EngineResource
-
setDeploymentId
- Specified by:
setDeploymentId
in interfaceorg.flowable.common.engine.api.repository.EngineResource
-
isGenerated
public boolean isGenerated()- Specified by:
isGenerated
in interfaceorg.flowable.common.engine.api.repository.EngineResource
-
getPersistentState
- Specified by:
getPersistentState
in interfaceorg.flowable.common.engine.impl.persistence.entity.Entity
-
toString
-