repo.orientdb.json revision 1af830431f9cbccd7bc09431bc38022104bfda1b
0c27b3fe77ac1d5094ba3521e8142d9e7973133fMark Andrews{
da5d53fb1401f5e17a77373af32d865489aa04a8Tinderbox User "dbUrl" : "local:&{launcher.working.location}/db/openidm",
0c27b3fe77ac1d5094ba3521e8142d9e7973133fMark Andrews "user" : "admin",
0c27b3fe77ac1d5094ba3521e8142d9e7973133fMark Andrews "poolMinSize" : 5,
0c27b3fe77ac1d5094ba3521e8142d9e7973133fMark Andrews "poolMaxSize" : 20,
da5d53fb1401f5e17a77373af32d865489aa04a8Tinderbox User "queries" : {
da5d53fb1401f5e17a77373af32d865489aa04a8Tinderbox User "get-by-field-value" : "select * FROM ${unquoted:_resource} WHERE ${unquoted:field} = ${value}",
da5d53fb1401f5e17a77373af32d865489aa04a8Tinderbox User "get-users-of-role" : "select userName FROM ${unquoted:_resource} WHERE roles matches '^(.*,)?${unquoted:role}(,.*)?$'",
ad127d839d2e7aa542939a8a336691407e23397eMark Andrews "query-all-ids" : "select _openidm_id from ${unquoted:_resource}",
ad127d839d2e7aa542939a8a336691407e23397eMark Andrews "query-all" : "select ${unquoted:fields} from ${unquoted:_resource}",
ad127d839d2e7aa542939a8a336691407e23397eMark Andrews "links-for-firstId" : "SELECT * FROM ${unquoted:_resource} WHERE linkType = ${linkType} AND firstId = ${firstId}",
ad127d839d2e7aa542939a8a336691407e23397eMark Andrews "links-for-secondId" : "SELECT * FROM ${unquoted:_resource} WHERE linkType = ${linkType} AND secondId = ${secondId}",
ad127d839d2e7aa542939a8a336691407e23397eMark Andrews "links-for-linkType" : "SELECT * FROM ${unquoted:_resource} WHERE linkType = ${linkType}",
ad127d839d2e7aa542939a8a336691407e23397eMark Andrews "credential-query" : "SELECT * FROM ${unquoted:_resource} WHERE userName = ${username}",
ad127d839d2e7aa542939a8a336691407e23397eMark Andrews "credential-internaluser-query" : "SELECT * FROM internal_user WHERE _openidm_id = ${username}",
ad127d839d2e7aa542939a8a336691407e23397eMark Andrews "for-userName" : "SELECT * FROM ${unquoted:_resource} WHERE userName = ${uid}",
ad127d839d2e7aa542939a8a336691407e23397eMark Andrews "get-notifications-for-user" : "select * FROM ${unquoted:_resource} WHERE receiverId = ${userId} order by createDate desc",
ad127d839d2e7aa542939a8a336691407e23397eMark Andrews "scan-tasks" : "SELECT * FROM ${unquoted:_resource} WHERE ${dotnotation:property} < ${condition.before} AND ${unquoted:taskState.completed} is NULL",
ad127d839d2e7aa542939a8a336691407e23397eMark Andrews "query-scheduler-instances" : "SELECT * FROM scheduler_states WHERE timestamp <= ${timestamp} AND (state = '1' OR state = '2')"
82a50a619afa73ae9a212399505b9f1b327128cdMark Andrews },
ad127d839d2e7aa542939a8a336691407e23397eMark Andrews "dbStructure" : {
ad127d839d2e7aa542939a8a336691407e23397eMark Andrews "orientdbClass" : {
ad127d839d2e7aa542939a8a336691407e23397eMark Andrews "internal_user" : {
ad127d839d2e7aa542939a8a336691407e23397eMark Andrews "index" : [
ad127d839d2e7aa542939a8a336691407e23397eMark Andrews {
ad127d839d2e7aa542939a8a336691407e23397eMark Andrews "propertyName" : "_openidm_id",
"propertyType" : "string",
"indexType" : "unique"
}
]
},
"managed_user" : {
"index" : [
{
"propertyName" : "_openidm_id",
"propertyType" : "string",
"indexType" : "unique"
}
]
},
"ui_notification" : {
"index" : [
{
"propertyName" : "_openidm_id",
"propertyType" : "string",
"indexType" : "unique"
}
]
},
"link" : {
"index" : [
{
"propertyName" : "_openidm_id",
"propertyType" : "string",
"indexType" : "unique"
},
{
"propertyName" : "linkType",
"propertyType" : "string",
"indexType" : "notunique"
},
{
"propertyName" : "firstId",
"propertyType" : "string",
"indexType" : "notunique"
},
{
"propertyName" : "secondId",
"propertyType" : "string",
"indexType" : "notunique"
},
{
"propertyName" : "reconId",
"propertyType" : "string",
"indexType" : "notunique"
}
]
},
"synchronisation_pooledSyncStage" : {
"index" : [
{
"propertyName" : "_openidm_id",
"propertyType" : "string",
"indexType" : "unique"
},
{
"propertyName" : "sourceId",
"propertyType" : "string",
"indexType" : "unique"
},
{
"propertyName" : "targetId",
"propertyType" : "string",
"indexType" : "unique"
},
{
"propertyName" : "reconId",
"propertyType" : "string",
"indexType" : "notunique"
}
]
},
"config" : {
"index" : [
{
"propertyName" : "_openidm_id",
"propertyType" : "string",
"indexType" : "unique"
}
]
},
"scheduler" : {
"index" : [
{
"propertyName" : "_openidm_id",
"propertyType" : "string",
"indexType" : "unique"
}
]
},
"scheduler_states" : {
"index" : [
{
"propertyName" : "_openidm_id",
"propertyType" : "string",
"indexType" : "unique"
}
]
},
"scheduler_triggers" : {
"index" : [
{
"propertyName" : "_openidm_id",
"propertyType" : "string",
"indexType" : "unique"
}
]
},
"scheduler_jobs" : {
"index" : [
{
"propertyName" : "_openidm_id",
"propertyType" : "string",
"indexType" : "unique"
}
]
},
"scheduler_calendars" : {
"index" : [
{
"propertyName" : "_openidm_id",
"propertyType" : "string",
"indexType" : "unique"
}
]
},
"scheduler_jobGroups" : {
"index" : [
{
"propertyName" : "_openidm_id",
"propertyType" : "string",
"indexType" : "unique"
}
]
},
"scheduler_triggerGroups" : {
"index" : [
{
"propertyName" : "_openidm_id",
"propertyType" : "string",
"indexType" : "unique"
}
]
}
}
},
"embeddedServer" : {
"enabled" : true
}
}