| | |
| | | LinkedHashSet<AttributeValue> timeValues = |
| | | new LinkedHashSet<AttributeValue>(1); |
| | | timeValues.add(new AttributeValue(createTimestampType, |
| | | ByteStringFactory.create(getUTCTime()))); |
| | | ByteStringFactory.create(getGMTTime()))); |
| | | |
| | | Attribute timeAttr = new Attribute(createTimestampType, |
| | | OP_ATTR_CREATE_TIMESTAMP, timeValues); |
| | |
| | | LinkedHashSet<AttributeValue> timeValues = |
| | | new LinkedHashSet<AttributeValue>(1); |
| | | timeValues.add(new AttributeValue(modifyTimestampType, |
| | | ByteStringFactory.create(getUTCTime()))); |
| | | ByteStringFactory.create(getGMTTime()))); |
| | | |
| | | Attribute timeAttr = new Attribute(modifyTimestampType, |
| | | OP_ATTR_MODIFY_TIMESTAMP, timeValues); |
| | |
| | | LinkedHashSet<AttributeValue> timeValues = |
| | | new LinkedHashSet<AttributeValue>(1); |
| | | timeValues.add(new AttributeValue(modifyTimestampType, |
| | | ByteStringFactory.create(getUTCTime()))); |
| | | ByteStringFactory.create(getGMTTime()))); |
| | | |
| | | Attribute timeAttr = new Attribute(modifyTimestampType, |
| | | OP_ATTR_MODIFY_TIMESTAMP, timeValues); |