Uses of Class
org.alfresco.repo.template.TemplateNode
Packages that use TemplateNode
Package
Description
The implementation of the Invitation Service for Web Site resources.
-
Uses of TemplateNode in org.alfresco.repo.invitation.site
Methods in org.alfresco.repo.invitation.site that return TemplateNodeModifier and TypeMethodDescriptionInviteInfo.getInviteePerson()Gets the invitee personInviteInfo.getInviterPerson()Gets the inviter personConstructors in org.alfresco.repo.invitation.site with parameters of type TemplateNodeModifierConstructorDescriptionInviteInfo(String invitationStatus, String inviterUserName, TemplateNode inviterPerson, String inviteeUserName, TemplateNode inviteePerson, String role, String siteShortName, SiteInfo siteInfo, Date sentInviteDate, String inviteId) -
Uses of TemplateNode in org.alfresco.repo.jscript
Subclasses of TemplateNode in org.alfresco.repo.jscriptModifier and TypeClassDescriptionclassCategory Nodes from the classification helper have special support.Methods in org.alfresco.repo.jscript that return types with arguments of type TemplateNodeModifier and TypeMethodDescriptionCategoryTemplateNode.getCategoryMembers()CategoryTemplateNode.getImmediateCategoryMembers()CategoryTemplateNode.getImmediateMembersAndSubCategories()CategoryTemplateNode.getMembersAndSubCategories() -
Uses of TemplateNode in org.alfresco.repo.template
Fields in org.alfresco.repo.template declared as TemplateNodeMethods in org.alfresco.repo.template that return TemplateNodeModifier and TypeMethodDescriptionGets the Group given the group nameWorkflow.WorkflowTaskItem.getInitiator()Workflow.WorkflowTaskItem.getPackageTemplateNode()Gets the Person given the usernameTemplateAssociation.getSource()TemplateAssociation.getTarget()Methods in org.alfresco.repo.template that return types with arguments of type TemplateNodeModifier and TypeMethodDescriptionTemplateNode.getAssociations()TemplateNode.getAssocs()TemplateNode.getChildAssociations()TemplateNode.getChildAssocs()TemplateNode.getChildAssocsByType(String type) protected List<TemplateNode>BasePathResultsMap.getChildrenByXPath(String xpath, QueryParameterDefinition[] params, boolean firstOnly) Return a list or a single Node from executing an xpath against the parent Node.People.getContainerGroups(TemplateNode person) Gets the groups that contain the specified authorityPeople.getMembers(TemplateNode group) Gets the members (people) of a group (including all sub-groups)People.getMembers(TemplateNode group, boolean recurse) Gets the members (people) of a groupTemplateNode.getSourceAssociations()TemplateNode.getSourceAssocs()protected List<TemplateNode>Perform a SearchService query with the given Lucene search stringMethods in org.alfresco.repo.template with parameters of type TemplateNodeModifier and TypeMethodDescriptionPeople.getCapabilities(TemplateNode person) Gets a map of capabilities (boolean assertions) for the given person.People.getContainerGroups(TemplateNode person) Gets the groups that contain the specified authorityPeople.getMembers(TemplateNode group) Gets the members (people) of a group (including all sub-groups)People.getMembers(TemplateNode group, boolean recurse) Gets the members (people) of a groupbooleanPeople.isAccountEnabled(TemplateNode person) Return true if the specified user account is enabled.booleanPeople.isAdmin(TemplateNode person) Return true if the specified user is an Administrator authority.booleanPeople.isGuest(TemplateNode person) Return true if the specified user is an Guest authority.Constructors in org.alfresco.repo.template with parameters of type TemplateNodeModifierConstructorDescriptionBasePathResultsMap(TemplateNode parent, ServiceRegistry services) ConstructorBaseSearchResultsMap(TemplateNode parent, ServiceRegistry services) ConstructorBaseTemplateMap(TemplateNode parent, ServiceRegistry services) ConstructorLuceneSearchResultsMap(TemplateNode parent, ServiceRegistry services) ConstructorNamePathResultsMap(TemplateNode parent, ServiceRegistry services) ConstructorNodeSearchResultsMap(TemplateNode parent, ServiceRegistry services) ConstructorSavedSearchResultsMap(TemplateNode parent, ServiceRegistry services) ConstructorVersionHistoryNode(Version version, TemplateNode parent, ServiceRegistry services) ConstructorXPathResultsMap(TemplateNode parent, ServiceRegistry services) Constructor