public class DocumentDiffRepositoryInit extends DefaultRepositoryInit
Constructor and Description |
---|
DocumentDiffRepositoryInit() |
Modifier and Type | Method and Description |
---|---|
static Calendar |
getCalendarUTCNoMillis(int year,
int month,
int day,
int hourOfDay,
int minute,
int second)
Gets a calendar set on the UTC time zone with 0 milliseconds.
|
static String |
getLeftDocPath() |
static String |
getRightDocPath() |
void |
populate(CoreSession session)
Creates the default objects in an empty repository.
|
public static String getLeftDocPath()
public static String getRightDocPath()
public void populate(CoreSession session) throws ClientException
RepositoryInit
populate
in interface RepositoryInit
populate
in class DefaultRepositoryInit
session
- the session to use to create objectsClientException
public static Calendar getCalendarUTCNoMillis(int year, int month, int day, int hourOfDay, int minute, int second)
year
- the yearmonth
- the monthday
- the dayhourOfDay
- the hour of dayminute
- the minutesecond
- the secondCopyright © 2015 Nuxeo SA. All rights reserved.