Examples of ApprovalData


Examples of org.ejbca.core.ejb.approval.ApprovalData

  }

  public void testApprovalData() {
    LOG.trace(">testApprovalData");
    logMemStats();
    ApprovalData entity = new ApprovalData();
    entity.setApprovalid(0);
    entity.setApprovaldata(CLOB_1MiB);
    entity.setApprovaltype(0);
    entity.setCaid(0);
    entity.setEndentityprofileid(0);
    entity.setExpiredate(0);
    entity.setId(Integer.valueOf(0));
    entity.setRemainingapprovals(0);
    entity.setReqadmincertissuerdn(VARCHAR_250B);
    entity.setReqadmincertsn(VARCHAR_250B);
    entity.setRequestdata(CLOB_1MiB);
    entity.setRequestdate(0);
    entity.setRowProtection(CLOB_10KiB);
    entity.setRowVersion(0);
    entity.setStatus(0);
    storeAndRemoveEntity(entity);
    LOG.trace("<testApprovalData");
  }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.