Class SetChangedStatusTask

java.lang.Object
ch.tocco.nice2.dms.spi.content.persist.SetChangedStatusTask
All Implemented Interfaces:
PersistTask<PrimaryKey,Void>

public class SetChangedStatusTask extends Object implements PersistTask<PrimaryKey,Void>
This persist task sets publish status "changed" on a entity. The entity of type entityName must provide a relationship "relPublish_status" to the "Publish_status" entity. The status "changed" is only set if the current status is "published".