org.eclipse.stardust.engine.api.pojo
Class AuditTrailPartitionManager
java.lang.Object
org.eclipse.stardust.engine.api.pojo.AuditTrailPartitionManager
public class AuditTrailPartitionManager
- extends Object
AuditTrailPartitionManager
public AuditTrailPartitionManager()
createAuditTrailPartition
public static void createAuditTrailPartition(String partitionId,
String password)
throws SQLException
- Creates a new partition with the given partitionId, if no partition having this id
currently exists.
- Parameters:
partitionId - - The id of the partition to be created.password - - The password of the sysconsole.
- Throws:
SQLException
dropAuditTrailPartition
public static void dropAuditTrailPartition(String partitionId,
String password)
- Deletes the partition identified by the given partitionId.
- Parameters:
partitionId - - The id of the partition to be deleted.password - - The password of the sysconsole.
Copyright © 2017 Eclipse Stardust. All Rights Reserved.