- encode(Object) - Method in class org.drools.persistence.util.Base64
-
Encodes an Object using the base64 algorithm.
- encode(byte[]) - Method in class org.drools.persistence.util.Base64
-
Encodes a byte[] containing binary data, into a byte[] containing characters in the Base64 alphabet.
- encodeBase64(byte[]) - Static method in class org.drools.persistence.util.Base64
-
Encodes binary data using the base64 algorithm but does not chunk the output.
- encodeBase64(byte[], boolean) - Static method in class org.drools.persistence.util.Base64
-
Encodes binary data using the base64 algorithm, optionally chunking the output into 76 character blocks.
- encodeBase64(byte[], boolean, boolean) - Static method in class org.drools.persistence.util.Base64
-
Encodes binary data using the base64 algorithm, optionally chunking the output into 76 character blocks.
- encodeBase64(byte[], boolean, boolean, int) - Static method in class org.drools.persistence.util.Base64
-
Encodes binary data using the base64 algorithm, optionally chunking the output into 76 character blocks.
- encodeBase64Chunked(byte[]) - Static method in class org.drools.persistence.util.Base64
-
Encodes binary data using the base64 algorithm and chunks the encoded output into 76 character blocks
- encodeBase64String(byte[]) - Static method in class org.drools.persistence.util.Base64
-
Encodes binary data using the base64 algorithm into 76 character blocks separated by CRLF.
- encodeBase64URLSafe(byte[]) - Static method in class org.drools.persistence.util.Base64
-
Encodes binary data using a URL-safe variation of the base64 algorithm but does not chunk the output.
- encodeBase64URLSafeString(byte[]) - Static method in class org.drools.persistence.util.Base64
-
Encodes binary data using a URL-safe variation of the base64 algorithm but does not chunk the output.
- encodeInteger(BigInteger) - Static method in class org.drools.persistence.util.Base64
-
Encodes to a byte64-encoded integer according to crypto standards such as W3C's XML-Signature
- encodeToString(byte[]) - Method in class org.drools.persistence.util.Base64
-
Encodes a byte[] containing binary data, into a String containing characters in the Base64 alphabet.
- endCommandScopedEntityManager() - Method in class org.drools.persistence.infinispan.InfinispanPersistenceContextManager
-
- EntityHolder - Class in org.drools.persistence.info
-
- EntityHolder(String, PersistentSession) - Constructor for class org.drools.persistence.info.EntityHolder
-
- EntityHolder(String, PersistentWorkItem) - Constructor for class org.drools.persistence.info.EntityHolder
-
- EntityHolder(String, String) - Constructor for class org.drools.persistence.info.EntityHolder
-
- execute(Context) - Method in class org.drools.persistence.infinispan.InfinispanJDKTimerService.JDKCallableJobCommand
-
- execute(Context) - Method in class org.drools.persistence.infinispan.JDKCallableJobCommand
-
- execute(Executable, RequestContext) - Method in class org.drools.persistence.infinispan.ManualPersistInterceptor
-
- execute(Context) - Method in class org.drools.persistence.infinispan.ManualPersistInterceptor.PersistCommand
-