02-22-2013 07:19 AM
Hello, I want override some functions like doPostCreate, or setInitialVersion. i use more documentmodels and lifecycleState customized.
Must i use : public class Versioning extends StandardVersioningService{} or an other class ?
Thanks
02-22-2013 09:33 AM
The use of the class "StandardVersioningService " seems correct
public class Versioning extends StandardVersioningService {
@Override
protected void setInitialVersion(Document doc) throws DocumentException {
InitialStateDescriptor initialState = null;
...
}
}
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.