Uses of Class
org.alfresco.repo.template.TemplateNode
-
Packages that use TemplateNode 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 -
-
Uses of TemplateNode in org.alfresco.repo.invitation.site
Methods in org.alfresco.repo.invitation.site that return TemplateNode Modifier and Type Method Description TemplateNodeInviteInfo. getInviteePerson()Gets the invitee personTemplateNodeInviteInfo. getInviterPerson()Gets the inviter personConstructors in org.alfresco.repo.invitation.site with parameters of type TemplateNode Constructor Description InviteInfo(java.lang.String invitationStatus, java.lang.String inviterUserName, TemplateNode inviterPerson, java.lang.String inviteeUserName, TemplateNode inviteePerson, java.lang.String role, java.lang.String siteShortName, SiteInfo siteInfo, java.util.Date sentInviteDate, java.lang.String inviteId) -
Uses of TemplateNode in org.alfresco.repo.jscript
Subclasses of TemplateNode in org.alfresco.repo.jscript Modifier and Type Class Description classCategoryTemplateNodeCategory Nodes from the classification helper have special support.Methods in org.alfresco.repo.jscript that return types with arguments of type TemplateNode Modifier and Type Method Description java.util.List<TemplateNode>CategoryTemplateNode. getCategoryMembers()java.util.List<TemplateNode>CategoryTemplateNode. getImmediateCategoryMembers()java.util.List<TemplateNode>CategoryTemplateNode. getImmediateMembersAndSubCategories()java.util.List<TemplateNode>CategoryTemplateNode. getMembersAndSubCategories() -
Uses of TemplateNode in org.alfresco.repo.template
Fields in org.alfresco.repo.template declared as TemplateNode Modifier and Type Field Description protected TemplateNodeBaseTemplateMap. parentMethods in org.alfresco.repo.template that return TemplateNode Modifier and Type Method Description TemplateNodePeople. getGroup(java.lang.String groupName)Gets the Group given the group nameTemplateNodeWorkflow.WorkflowTaskItem. getInitiator()TemplateNodeWorkflow.WorkflowTaskItem. getPackageTemplateNode()TemplateNodePeople. getPerson(java.lang.String username)Gets the Person given the usernameTemplateNodeTemplateAssociation. getSource()TemplateNodeTemplateAssociation. getTarget()Methods in org.alfresco.repo.template that return types with arguments of type TemplateNode Modifier and Type Method Description java.util.Map<java.lang.String,java.util.List<TemplateNode>>TemplateNode. getAssociations()java.util.Map<java.lang.String,java.util.List<TemplateNode>>TemplateNode. getAssocs()java.util.Map<java.lang.String,java.util.List<TemplateNode>>TemplateNode. getChildAssociations()java.util.Map<java.lang.String,java.util.List<TemplateNode>>TemplateNode. getChildAssocs()java.util.List<TemplateNode>TemplateNode. getChildAssocsByType(java.lang.String type)protected java.util.List<TemplateNode>BasePathResultsMap. getChildrenByXPath(java.lang.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.java.util.List<TemplateNode>People. getContainerGroups(TemplateNode person)Gets the groups that contain the specified authorityjava.util.List<TemplateNode>People. getMembers(TemplateNode group)Gets the members (people) of a group (including all sub-groups)java.util.List<TemplateNode>People. getMembers(TemplateNode group, boolean recurse)Gets the members (people) of a groupjava.util.Map<java.lang.String,java.util.List<TemplateNode>>TemplateNode. getSourceAssociations()java.util.Map<java.lang.String,java.util.List<TemplateNode>>TemplateNode. getSourceAssocs()protected java.util.List<TemplateNode>BaseSearchResultsMap. query(java.lang.String search)Perform a SearchService query with the given Lucene search stringMethods in org.alfresco.repo.template with parameters of type TemplateNode Modifier and Type Method Description java.util.Map<java.lang.String,java.lang.Boolean>People. getCapabilities(TemplateNode person)Gets a map of capabilities (boolean assertions) for the given person.java.util.List<TemplateNode>People. getContainerGroups(TemplateNode person)Gets the groups that contain the specified authorityjava.util.List<TemplateNode>People. getMembers(TemplateNode group)Gets the members (people) of a group (including all sub-groups)java.util.List<TemplateNode>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 TemplateNode Constructor Description BasePathResultsMap(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
-