Package | Description |
---|---|
org.alfresco.repo.invitation.site |
The implementation of the Invitation Service for Web Site resources.
|
org.alfresco.repo.jscript | |
org.alfresco.repo.template | |
org.alfresco.repo.web.scripts.bean |
Modifier and Type | Method and Description |
---|---|
TemplateNode |
InviteInfo.getInviteePerson()
Gets the invitee person
|
TemplateNode |
InviteInfo.getInviterPerson()
Gets the inviter person
|
Constructor and Description |
---|
InviteInfo(String invitationStatus,
String inviterUserName,
TemplateNode inviterPerson,
String inviteeUserName,
TemplateNode inviteePerson,
String role,
String siteShortName,
SiteInfo siteInfo,
Date sentInviteDate,
String inviteId) |
Modifier and Type | Class and Description |
---|---|
class |
CategoryTemplateNode
Category Nodes from the classification helper have special support.
|
Modifier and Type | Method and Description |
---|---|
List<TemplateNode> |
CategoryTemplateNode.getCategoryMembers() |
List<TemplateNode> |
CategoryTemplateNode.getImmediateCategoryMembers() |
List<TemplateNode> |
CategoryTemplateNode.getImmediateMembersAndSubCategories() |
List<TemplateNode> |
CategoryTemplateNode.getMembersAndSubCategories() |
Modifier and Type | Field and Description |
---|---|
protected TemplateNode |
BaseTemplateMap.parent |
Modifier and Type | Method and Description |
---|---|
TemplateNode |
People.getGroup(String groupName)
Gets the Group given the group name
|
TemplateNode |
Workflow.WorkflowTaskItem.getInitiator() |
TemplateNode |
Workflow.WorkflowTaskItem.getPackageTemplateNode() |
TemplateNode |
People.getPerson(String username)
Gets the Person given the username
|
TemplateNode |
TemplateAssociation.getSource() |
TemplateNode |
TemplateAssociation.getTarget() |
Modifier and Type | Method and Description |
---|---|
Map<String,List<TemplateNode>> |
TemplateNode.getAssociations() |
Map<String,List<TemplateNode>> |
TemplateNode.getAssocs() |
Map<String,List<TemplateNode>> |
TemplateNode.getChildAssociations() |
Map<String,List<TemplateNode>> |
TemplateNode.getChildAssocs() |
List<TemplateNode> |
TemplateNode.getChildAssocsByType(String type) |
protected List<TemplateNode> |
BasePathResultsMap.getChildrenByXPath(String xpath,
org.alfresco.service.cmr.search.QueryParameterDefinition[] params,
boolean firstOnly)
Return a list or a single Node from executing an xpath against the parent Node.
|
List<TemplateNode> |
People.getContainerGroups(TemplateNode person)
Gets the groups that contain the specified authority
|
List<TemplateNode> |
People.getMembers(TemplateNode group)
Gets the members (people) of a group (including all sub-groups)
|
List<TemplateNode> |
People.getMembers(TemplateNode group,
boolean recurse)
Gets the members (people) of a group
|
Map<String,List<TemplateNode>> |
TemplateNode.getSourceAssociations() |
Map<String,List<TemplateNode>> |
TemplateNode.getSourceAssocs() |
protected List<TemplateNode> |
BaseSearchResultsMap.query(String search)
Perform a SearchService query with the given Lucene search string
|
Modifier and Type | Method and Description |
---|---|
Map<String,Boolean> |
People.getCapabilities(TemplateNode person)
Gets a map of capabilities (boolean assertions) for the given person.
|
List<TemplateNode> |
People.getContainerGroups(TemplateNode person)
Gets the groups that contain the specified authority
|
List<TemplateNode> |
People.getMembers(TemplateNode group)
Gets the members (people) of a group (including all sub-groups)
|
List<TemplateNode> |
People.getMembers(TemplateNode group,
boolean recurse)
Gets the members (people) of a group
|
boolean |
People.isAccountEnabled(TemplateNode person)
Return true if the specified user account is enabled.
|
boolean |
People.isAdmin(TemplateNode person)
Return true if the specified user is an Administrator authority.
|
boolean |
People.isGuest(TemplateNode person)
Return true if the specified user is an Guest authority.
|
Constructor and Description |
---|
BasePathResultsMap(TemplateNode parent,
ServiceRegistry services)
Constructor
|
BaseSearchResultsMap(TemplateNode parent,
ServiceRegistry services)
Constructor
|
BaseTemplateMap(TemplateNode parent,
ServiceRegistry services)
Constructor
|
LuceneSearchResultsMap(TemplateNode parent,
ServiceRegistry services)
Constructor
|
NamePathResultsMap(TemplateNode parent,
ServiceRegistry services)
Constructor
|
NodeSearchResultsMap(TemplateNode parent,
ServiceRegistry services)
Constructor
|
SavedSearchResultsMap(TemplateNode parent,
ServiceRegistry services)
Constructor
|
VersionHistoryNode(Version version,
TemplateNode parent,
ServiceRegistry services)
Constructor
|
XPathResultsMap(TemplateNode parent,
ServiceRegistry services)
Constructor
|
Modifier and Type | Class and Description |
---|---|
class |
KeywordSearch.SearchTemplateNode
Search result row template node
|
Modifier and Type | Method and Description |
---|---|
TemplateNode[] |
KeywordSearch.SearchResult.getResults() |
Copyright © 2005–2017 Alfresco Software. All rights reserved.