Package | Description |
---|---|
org.alfresco.repo.activities.feed | |
org.alfresco.repo.activities.feed.local |
Modifier and Type | Method and Description |
---|---|
RepoCtx |
AbstractFeedGenerator.getWebScriptsCtx() |
RepoCtx |
JobSettings.getWebScriptsCtx() |
Modifier and Type | Method and Description |
---|---|
protected abstract boolean |
FeedTaskProcessor.canRead(RepoCtx ctx,
String connectedUser,
Map<String,Object> model) |
protected abstract boolean |
FeedTaskProcessor.canReadSite(RepoCtx ctx,
String siteIdIn,
String connectedUser,
String tenantDomain) |
protected freemarker.template.Configuration |
FeedTaskProcessor.getFreemarkerConfiguration(RepoCtx ctx) |
protected Set<String> |
FeedTaskProcessor.getSiteMembers(RepoCtx ctx,
String siteId,
String tenantDomain) |
void |
FeedTaskProcessor.process(int jobTaskNode,
long minSeq,
long maxSeq,
RepoCtx ctx) |
void |
JobSettings.setWebScriptsCtx(RepoCtx ctx) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
LocalFeedTaskProcessor.canRead(RepoCtx ctx,
String connectedUser,
Map<String,Object> model) |
protected boolean |
LocalFeedTaskProcessor.canReadSite(RepoCtx ctx,
String siteIdIn,
String connectedUser,
String tenantDomain) |
protected freemarker.template.Configuration |
LocalFeedTaskProcessor.getFreemarkerConfiguration(RepoCtx ctx) |
protected Set<String> |
LocalFeedTaskProcessor.getSiteMembers(RepoCtx ctx,
String siteIdIn,
String tenantDomain) |
Copyright © 2005–2017 Alfresco Software. All rights reserved.