Class IDMQueueEntity
java.lang.Object
org.exoplatform.services.organization.idm.externalstore.jpa.IDMQueueEntity
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintlonggetId()intorg.exoplatform.services.organization.externalstore.model.IDMOperationTypegetType()booleansetCreationDate(Calendar creationDate) setEntityId(String entityId) setEntityType(int entityType) setId(long id) setNbRetries(int nbRetries) voidsetProcessed(boolean processed) setType(org.exoplatform.services.organization.externalstore.model.IDMOperationType type)
-
Constructor Details
-
IDMQueueEntity
public IDMQueueEntity()
-
-
Method Details
-
getId
public long getId() -
getCreationDate
-
setCreationDate
-
getType
public org.exoplatform.services.organization.externalstore.model.IDMOperationType getType() -
setType
public IDMQueueEntity setType(org.exoplatform.services.organization.externalstore.model.IDMOperationType type) -
getEntityId
-
setEntityId
-
getEntityType
public int getEntityType() -
setEntityType
-
getNbRetries
public int getNbRetries() -
setNbRetries
-
setId
-
setProcessed
public void setProcessed(boolean processed) -
isProcessed
public boolean isProcessed()
-