Interface PojoIndexingQueueEventProcessingPlan

    • Method Detail

      • toSerializedId

        <I> String toSerializedId​(String entityName,
                                  I identifier)
        Convert the identifier to its serialized form. The identifier type must be the one used by the entity having name entityName.
        Type Parameters:
        I - The type of the identifier of the entity.
        Parameters:
        entityName - The name of the entity.
        identifier - The provided identifier.
        Returns:
        The serialized form of the provided identifier.
      • toIdentifier

        Object toIdentifier​(String entityName,
                            String serializedId)
        Convert the serialized id to the original identifier.
        Parameters:
        entityName - The name of the entity.
        serializedId - The serialized id.
        Returns:
        The original entity identifier.