Uses of Class
org.silverpeas.core.node.model.NodePK
-
Packages that use NodePK Package Description org.silverpeas.core.contact.service org.silverpeas.core.contribution.publication.dao org.silverpeas.core.contribution.publication.model org.silverpeas.core.contribution.publication.service org.silverpeas.core.importexport.control org.silverpeas.core.importexport.coordinates org.silverpeas.core.node.dao org.silverpeas.core.node.importexport Provides classes for the import/export of a hierachical tree of nodes.org.silverpeas.core.node.model org.silverpeas.core.node.service org.silverpeas.core.security.authorization Provides the Authorization API from which the rights of a user or of a user group to access a resource in Silverpeas can be checked.org.silverpeas.core.sharing.model org.silverpeas.core.subscription.service org.silverpeas.core.web.look org.silverpeas.core.webapi.node org.silverpeas.core.webapi.publication org.silverpeas.web.importexport.control -
-
Uses of NodePK in org.silverpeas.core.contact.service
Methods in org.silverpeas.core.contact.service that return types with arguments of type NodePK Modifier and Type Method Description Collection<NodePK>
ContactService. getAllFatherPK(ContactPK contactPK)
getAllFatherPK() return a collection, containing all node primary key from where the contact is visibleCollection<NodePK>
DefaultContactService. getAllFatherPK(ContactPK contactPK)
getAllFatherPKMethods in org.silverpeas.core.contact.service with parameters of type NodePK Modifier and Type Method Description void
ContactDAO. addFather(Connection con, ContactPK contactPK, NodePK fatherPK)
Add a new father to this contactvoid
ContactService. addFather(ContactPK contactPK, NodePK fatherPK)
addFather() add a new father (designed by "fatherPK") to a contact ("contactPK") The contact will be visible from its new father node.void
DefaultContactService. addFather(ContactPK contactPK, NodePK fatherPK)
addFather() add a new father (designed by "fatherPK") to a contact ("pubPK") The contact will be visible from its new father node.Collection<ContactDetail>
ContactService. getDetailsByFatherPK(NodePK fatherPK)
getDetailsByFatherPK() return a ContactDetail collection of all contact visible from the node identified by "fatherPK" parameterCollection<ContactDetail>
DefaultContactService. getDetailsByFatherPK(NodePK fatherPK)
getDetailsByFatherPK() return a ContactDetail collection of all contact visible from the node identified by "fatherPK" parameterCollection<ContactFatherDetail>
ContactService. getDetailsByFatherPKs(Collection<NodePK> fatherPKs, ContactPK contactPK, NodePK nodePK)
Collection<ContactFatherDetail>
DefaultContactService. getDetailsByFatherPKs(Collection<NodePK> fatherPKs, ContactPK contactPK, NodePK nodePK)
int
ContactService. getNbPubByFatherPath(NodePK fatherPK, String fatherPath)
int
DefaultContactService. getNbPubByFatherPath(NodePK fatherPK, String fatherPath)
void
ContactService. removeAllIssue(NodePK originPK, ContactPK contactPK)
removeAllIssue() remove all links between contacts and node N N is a descendant of the node designed by originPKvoid
DefaultContactService. removeAllIssue(NodePK originPK, ContactPK contactPK)
removeAllIssue() remove all links between contacts and node N N is a descendant of the node designed by originPK.void
ContactService. removeFather(ContactPK contactPK, NodePK fatherPK)
removeFather() remove a father (designed by "fatherPK") from a contact ("pubPK") The contact won't be visible from its old father node.void
DefaultContactService. removeFather(ContactPK contactPK, NodePK fatherPK)
removeFather() remove a father (designed by "fatherPK") from a contact ("pubPK") The contact won't be visible from its old father node.Method parameters in org.silverpeas.core.contact.service with type arguments of type NodePK Modifier and Type Method Description Collection<ContactFatherDetail>
ContactService. getDetailsByFatherPKs(Collection<NodePK> fatherPKs, ContactPK contactPK, NodePK nodePK)
Collection<ContactFatherDetail>
DefaultContactService. getDetailsByFatherPKs(Collection<NodePK> fatherPKs, ContactPK contactPK, NodePK nodePK)
int
ContactService. getNbPubInFatherPKs(Collection<NodePK> fatherPKs)
int
DefaultContactService. getNbPubInFatherPKs(Collection<NodePK> fatherPKs)
-
Uses of NodePK in org.silverpeas.core.contribution.publication.dao
Methods in org.silverpeas.core.contribution.publication.dao that return types with arguments of type NodePK Modifier and Type Method Description static List<NodePK>
PublicationFatherDAO. getAllFatherPKInSamePublicationComponentInstance(Connection con, PublicationPK pubPK)
Gets the identifiers of all the fathers of the specified publication and that are in the same component instance the publication is.Methods in org.silverpeas.core.contribution.publication.dao with parameters of type NodePK Modifier and Type Method Description static void
PublicationFatherDAO. addFather(Connection con, PublicationPK pubPK, NodePK fatherPK)
Adds a new father to this publication.static int
PublicationDAO. getNbPubByFatherPath(Connection con, NodePK fatherPK, String fatherPath)
static Collection<PublicationPK>
PublicationFatherDAO. getPubPKsInFatherPK(Connection con, NodePK fatherPK)
Gets the identifiers of all of the publications that have as father at least one of the specified ones.static void
PublicationFatherDAO. removeFather(Connection con, PublicationPK pubPK, NodePK fatherPK)
Removes a father of this publication.static void
PublicationFatherDAO. resetOrder(Connection con, NodePK fatherPK)
Reset the order of the publications of the specified father.static Collection<PublicationDetail>
PublicationDAO. selectByFatherPK(Connection con, NodePK fatherPK)
static Collection<PublicationDetail>
PublicationDAO. selectByFatherPK(Connection con, NodePK fatherPK, String sorting)
static Collection<PublicationDetail>
PublicationDAO. selectByFatherPK(Connection con, NodePK fatherPK, String sorting, boolean filterOnVisibilityPeriod)
static Collection<PublicationDetail>
PublicationDAO. selectByFatherPK(Connection con, NodePK fatherPK, String sorting, boolean filterOnVisibilityPeriod, String userId)
static Collection<PublicationDetail>
PublicationDAO. selectNotInFatherPK(Connection con, NodePK fatherPK, String sorting)
static void
PublicationFatherDAO. updateOrder(Connection con, PublicationPK pubPK, NodePK fatherPK, int order)
Updates the order of the publication among the children of the specified father with the given order value. -
Uses of NodePK in org.silverpeas.core.contribution.publication.model
Subclasses of NodePK in org.silverpeas.core.contribution.publication.model Modifier and Type Class Description class
Location
Location of a publication.Methods in org.silverpeas.core.contribution.publication.model that return NodePK Modifier and Type Method Description NodePK
PublicationSelection.TransferData. getFatherPK()
Constructors in org.silverpeas.core.contribution.publication.model with parameters of type NodePK Constructor Description PublicationSelection(PublicationDetail pub, NodePK fatherPK)
Constructs a new selection of a single publication in a given component instance. -
Uses of NodePK in org.silverpeas.core.contribution.publication.service
Methods in org.silverpeas.core.contribution.publication.service that return types with arguments of type NodePK Modifier and Type Method Description Collection<NodePK>
DefaultPublicationService. getAllFatherPK(PublicationPK pubPK)
Collection<NodePK>
PublicationService. getAllFatherPK(PublicationPK pubPK)
Deprecated.use instead the renamedPublicationService.getAllFatherPKInSamePublicationComponentInstance(PublicationPK)
.List<NodePK>
DefaultPublicationService. getAllFatherPKInSamePublicationComponentInstance(PublicationPK pubPK)
List<NodePK>
PublicationService. getAllFatherPKInSamePublicationComponentInstance(PublicationPK pubPK)
Gets the unique identifying key of all of the fathers of the specified publication and in the same component instance.Methods in org.silverpeas.core.contribution.publication.service with parameters of type NodePK Modifier and Type Method Description void
DefaultPublicationService. addFather(PublicationPK pubPK, NodePK fatherPK)
void
PublicationService. addFather(PublicationPK pubPK, NodePK fatherPK)
Adds the specified father to the given publication.void
DefaultPublicationService. changePublicationOrder(PublicationPK pubPK, NodePK fatherPK, int direction)
void
PublicationService. changePublicationOrder(PublicationPK pubPK, NodePK fatherPK, int direction)
Change the order of the given publication among the others one for the specified father.void
DefaultPublicationService. changePublicationsOrder(List<String> ids, NodePK nodePK)
void
PublicationService. changePublicationsOrder(List<String> ids, NodePK nodePK)
Collection<PublicationDetail>
DefaultPublicationService. getDetailsByFatherPK(NodePK fatherPK)
Collection<PublicationDetail>
DefaultPublicationService. getDetailsByFatherPK(NodePK fatherPK, String sorting)
Collection<PublicationDetail>
DefaultPublicationService. getDetailsByFatherPK(NodePK fatherPK, String sorting, boolean filterOnVisibilityPeriod)
Collection<PublicationDetail>
DefaultPublicationService. getDetailsByFatherPK(NodePK fatherPK, String sorting, boolean filterOnVisibilityPeriod, String userId)
Collection<PublicationDetail>
PublicationService. getDetailsByFatherPK(NodePK fatherPK)
Gets all the publications attached to the specified father.Collection<PublicationDetail>
PublicationService. getDetailsByFatherPK(NodePK fatherPK, String sorting)
Gets all the publications attached to the specified father ordered as indicated by the sorting directive.Collection<PublicationDetail>
PublicationService. getDetailsByFatherPK(NodePK fatherPK, String sorting, boolean filterOnVisibilityPeriod)
Gets all the publications attached to the specified father, ordered as indicated by the sorting directive, according to the visibility.Collection<PublicationDetail>
PublicationService. getDetailsByFatherPK(NodePK fatherPK, String sorting, boolean filterOnVisibilityPeriod, String userId)
Gets all the publications attached to the specified father, ordered as indicated by the sorting directive, according to the visibility, and that was authored or updated by the specified user.Collection<PublicationDetail>
DefaultPublicationService. getDetailsNotInFatherPK(NodePK fatherPK)
Collection<PublicationDetail>
DefaultPublicationService. getDetailsNotInFatherPK(NodePK fatherPK, String sorting)
Collection<PublicationDetail>
PublicationService. getDetailsNotInFatherPK(NodePK fatherPK)
Gets all the publications that aren't attached to the specified father.Collection<PublicationDetail>
PublicationService. getDetailsNotInFatherPK(NodePK fatherPK, String sorting)
Gets all the publications that aren't attached to the specified father and ordered by the specified sorting directive.int
DefaultPublicationService. getNbPubByFatherPath(NodePK fatherPK, String fatherPath)
int
PublicationService. getNbPubByFatherPath(NodePK fatherPK, String fatherPath)
Collection<PublicationPK>
DefaultPublicationService. getPubPKsInFatherPK(NodePK fatherPK)
Collection<PublicationPK>
PublicationService. getPubPKsInFatherPK(NodePK fatherPK)
void
DefaultPublicationService. movePublication(PublicationPK pk, NodePK toFatherPK, boolean indexIt)
void
PublicationService. movePublication(PublicationPK pubPK, NodePK toFatherPK, boolean indexIt)
Moves the specified publication to the specified father and indexes or not it.void
DefaultPublicationService. removeFather(PublicationPK pubPK, NodePK fatherPK)
void
PublicationService. removeFather(PublicationPK pubPK, NodePK fatherPK)
Removes the specified publication from the specified father.void
DefaultPublicationService. resetPublicationsOrder(NodePK nodePK)
void
PublicationService. resetPublicationsOrder(NodePK nodePK)
-
Uses of NodePK in org.silverpeas.core.importexport.control
Methods in org.silverpeas.core.importexport.control that return NodePK Modifier and Type Method Description protected abstract NodePK
GEDImportExport. addSubTopicToTopic(NodeDetail nodeDetail, int topicId, MassiveReport massiveReport)
Methode ajoutant un theme a un theme deja existant.protected abstract NodePK
GEDImportExport. addSubTopicToTopic(NodeDetail nodeDetail, int topicId, UnitReport unitReport)
Methode ajoutant un theme a un theme deja existant.Methods in org.silverpeas.core.importexport.control that return types with arguments of type NodePK Modifier and Type Method Description List<NodePK>
GEDImportExport. getTopicTree(NodePK pk)
Methods in org.silverpeas.core.importexport.control with parameters of type NodePK Modifier and Type Method Description protected abstract void
GEDImportExport. addPublicationToTopic(PublicationPK pubPK, NodePK topicPK)
protected abstract String
GEDImportExport. createPublicationIntoTopic(PublicationDetail pubDetTemp, NodePK topicPK, UserDetail userDetail)
void
PublicationsTypeManager. fillPublicationType(GEDImportExport gedIE, PublicationType publicationType, NodePK rootPK)
int
PublicationsTypeManager. getNbThemes(GEDImportExport gedIE, PublicationType publicationType, NodePK rootPK)
List<NodePK>
GEDImportExport. getTopicTree(NodePK pk)
ExportReport
ImportExport. processExport(UserDetail userDetail, String language, List<WAAttributeValuePair> listItemsToExport, NodePK rootPK, int mode)
List<PublicationType>
PublicationsTypeManager. processExport(ExportReport exportReport, UserDetail userDetail, List<WAAttributeValuePair> listItemsToExport, String exportPath, boolean useNameForFolders, boolean bExportPublicationPath, NodePK rootPK)
Méthode métier du moteur d'importExport créant une exportation pour toutes les publications spécifiées en paramètre. passé en paramètre au moteur d'importExport.void
PublicationsTypeManager. processExportOfFilesOnly(ExportReport exportReport, UserDetail userDetail, List<WAAttributeValuePair> listItemsToExport, String exportPath, NodePK nodeRootPK)
ExportPDFReport
ImportExport. processExportPDF(UserDetail userDetail, List<WAAttributeValuePair> itemsToExport, NodePK rootPK)
List<AttachmentDetail>
PublicationsTypeManager. processPDFExport(ExportPDFReport exportReport, UserDetail userDetail, List<WAAttributeValuePair> listItemsToExport, String exportPath, boolean useNameForFolders, NodePK rootPK)
-
Uses of NodePK in org.silverpeas.core.importexport.coordinates
Methods in org.silverpeas.core.importexport.coordinates with parameters of type NodePK Modifier and Type Method Description List
CoordinateImportExport. getAxisChildren(NodePK nodePK, boolean takeAxisInChildrenList)
Get children of an axisNodeDetail
CoordinateImportExport. getNodeHeader(NodePK pk)
Get node DetailCollection<NodeDetail>
CoordinateImportExport. getPathOfNode(NodePK nodePk)
-
Uses of NodePK in org.silverpeas.core.node.dao
Methods in org.silverpeas.core.node.dao that return NodePK Modifier and Type Method Description NodePK
NodeDAO. insertRow(Connection con, NodeDetail nd)
Insert into the database the data of a nodeMethods in org.silverpeas.core.node.dao that return types with arguments of type NodePK Modifier and Type Method Description Collection<NodePK>
NodeDAO. getChildrenPKs(Connection con, NodePK nodePK)
Get children node PKs of a nodeCollection<NodePK>
NodeDAO. getDescendantPKs(Connection con, NodePK nodePK)
Get descendant node PKs of a nodeMethods in org.silverpeas.core.node.dao with parameters of type NodePK Modifier and Type Method Description void
NodeDAO. deleteRow(Connection con, NodePK nodePK)
Delete into the database a node but not it's descendants.List<NodeDetail>
NodeDAO. getAllHeaders(Connection con, NodePK nodePK)
Get all nodeDetailsList<NodeDetail>
NodeDAO. getAllHeaders(Connection con, NodePK nodePK, int level)
List<NodeDetail>
NodeDAO. getAllHeaders(Connection con, NodePK nodePK, String sorting)
List<NodeDetail>
NodeDAO. getAllHeaders(Connection con, NodePK nodePK, String sorting, int level)
Get all nodeDetailsCollection<NodeDetail>
NodeDAO. getChildrenDetails(Connection con, NodePK nodePK)
Get the header of each child of the nodeint
NodeDAO. getChildrenNumber(Connection con, NodePK nodePK)
Get the children number of this nodeCollection<NodePK>
NodeDAO. getChildrenPKs(Connection con, NodePK nodePK)
Get children node PKs of a nodeList<NodeDetail>
NodeDAO. getDescendantDetails(Connection con, NodePK nodePK)
Get descendant nodeDetails of a nodeCollection<NodePK>
NodeDAO. getDescendantPKs(Connection con, NodePK nodePK)
Get descendant node PKs of a nodeList<NodeDetail>
NodeDAO. getHeadersByLevel(Connection con, NodePK nodePK, int level)
Get nodeDetails by level.NodePath
NodeDAO. getNodePath(Connection con, NodePK nodePK)
Get the path from root to a nodeList<NodeDetail>
NodeDAO. getSubTree(Connection con, NodePK nodePK, String status)
List<NodeDetail>
NodeDAO. getTree(Connection con, NodePK nodePK)
NodeDetail
NodeDAO. loadRow(Connection con, NodePK nodePK)
NodeDetail
NodeDAO. loadRow(Connection con, NodePK nodePK, boolean getTranslations)
Load node attributes from databaseNodeDetail
NodeDAO. loadRow(Connection con, NodePK nodePK, String name, int nodeFatherId)
NodeDetail
NodeDAO. resultSet2NodeDetail(ResultSet rs, NodePK nodePK)
Create a NodeDetail from a ResultSetNodeDetail
NodeDAO. selectByNameAndFatherId(Connection con, NodePK pk, String name, int nodeFatherId)
NodeDetail
NodeDAO. selectByPrimaryKey(Connection con, NodePK pk)
Check if a Node exists in database.void
NodeDAO. unvalidateTree(Connection con, NodePK nodePK)
void
NodeDAO. updateRightsDependency(Connection con, NodePK pk, String rightsDependsOn)
Method parameters in org.silverpeas.core.node.dao with type arguments of type NodePK Modifier and Type Method Description void
NodeDAO. sortNodes(Connection con, List<NodePK> nodePKs)
-
Uses of NodePK in org.silverpeas.core.node.importexport
Methods in org.silverpeas.core.node.importexport with parameters of type NodePK Modifier and Type Method Description Collection<NodeDetail>
NodeImportExport. getPathOfNode(NodePK nodePk)
Méthode récupération du chemin de topics menant à un topic donné -
Uses of NodePK in org.silverpeas.core.node.model
Methods in org.silverpeas.core.node.model that return NodePK Modifier and Type Method Description NodePK
NodeDetail. getFatherPK()
Get the NodePK of the fatherNodePK
NodeDetail. getNodePK()
Get the NodePKMethods in org.silverpeas.core.node.model with parameters of type NodePK Modifier and Type Method Description void
NodeDetail. setFatherPK(NodePK fatherPK)
Set the father of the nodevoid
NodeDetail. setNodePK(NodePK nodePK)
Constructors in org.silverpeas.core.node.model with parameters of type NodePK Constructor Description NodeDetail(NodePK pk, String name, String description, int level, String fatherId)
Create a new NodeDetail -
Uses of NodePK in org.silverpeas.core.node.service
Methods in org.silverpeas.core.node.service that return NodePK Modifier and Type Method Description NodePK
DefaultNodeService. createNode(NodeDetail node)
NodePK
DefaultNodeService. createNode(NodeDetail nd, NodeDetail fatherDetail)
Create a new Node objectNodePK
NodeService. createNode(NodeDetail nodeDetail)
Creates a new node in Silverpeas.NodePK
NodeService. createNode(NodeDetail nodeDetail, NodeDetail fatherDetail)
Creates a new node in Silverpeas.Methods in org.silverpeas.core.node.service that return types with arguments of type NodePK Modifier and Type Method Description Collection<NodePK>
DefaultNodeService. getChildrenPKs(NodePK nodePK)
Get children node PKs of a nodeCollection<NodePK>
NodeService. getChildrenPKs(NodePK nodePK)
Gets all the identifier of the children of the specified node.Collection<NodePK>
DefaultNodeService. getDescendantPKs(NodePK nodePK)
Get descendant node PKs of a nodeCollection<NodePK>
NodeService. getDescendantPKs(NodePK nodePK)
Gets the identifiers of all of the descendants of the specified node.Methods in org.silverpeas.core.node.service with parameters of type NodePK Modifier and Type Method Description void
DefaultNodeService. deleteIndex(NodePK pk)
Called on : - removeNode()void
NodeService. deleteIndex(NodePK pk)
Unindexes the specified node.void
NodeDeletion. deleteNodes(NodePK pk, Connection inConnection, AnonymousMethodOnNode afterDeletion)
Deletes the specified node and all of its children within the specified data source connection.Collection<NodeDetail>
DefaultNodeService. getAllNodes(NodePK nodePK)
Method declarationCollection<NodeDetail>
NodeService. getAllNodes(NodePK nodePK)
Gets all the nodes that are part of the tree of nodes managed by the same component instance that the specified node.Collection<NodeDetail>
DefaultNodeService. getChildrenDetails(NodePK pk)
Get the header of each child of the nodeCollection<NodeDetail>
NodeService. getChildrenDetails(NodePK pk)
Gets the details of all of the children of the specified node.Collection<NodePK>
DefaultNodeService. getChildrenPKs(NodePK nodePK)
Get children node PKs of a nodeCollection<NodePK>
NodeService. getChildrenPKs(NodePK nodePK)
Gets all the identifier of the children of the specified node.List<NodeDetail>
DefaultNodeService. getDescendantDetails(NodePK nodePK)
Get descendant node details of a nodeList<NodeDetail>
NodeService. getDescendantDetails(NodePK nodePK)
Gets all the descendants of the specified node.Collection<NodePK>
DefaultNodeService. getDescendantPKs(NodePK nodePK)
Get descendant node PKs of a nodeCollection<NodePK>
NodeService. getDescendantPKs(NodePK nodePK)
Gets the identifiers of all of the descendants of the specified node.NodeDetail
DefaultNodeService. getDetail(NodePK pk)
Get the attributes of a node and of its childrenNodeDetail
NodeService. getDetail(NodePK pk)
Gets complete details about the specified node.NodeDetail
DefaultNodeService. getDetailByNameAndFatherId(NodePK pk, String name, int nodeFatherId)
NodeDetail
NodeService. getDetailByNameAndFatherId(NodePK pk, String name, int nodeFatherId)
Gets complete details about the specified node with the given name and with as father the specified one.NodeDetail
DefaultNodeService. getHeader(NodePK pk)
Get the attributes of THIS nodeNodeDetail
DefaultNodeService. getHeader(NodePK pk, boolean getTranslations)
NodeDetail
NodeService. getHeader(NodePK pk)
Gets synthetic details about the specified node without any translations.NodeDetail
NodeService. getHeader(NodePK pk, boolean getTranslations)
Gets synthetic details about the specified node.List<NodeDetail>
DefaultNodeService. getHeadersByLevel(NodePK pk, int level)
Method declarationList<NodeDetail>
NodeService. getHeadersByLevel(NodePK pk, int level)
Gets the synthetic details of all the nodes that are managed by the same component instance that the specified node down to the deep level of the tree of nodes to return.NodePath
DefaultNodeService. getPath(NodePK pk)
Get the path of this node from this node to rootNodePath
NodeService. getPath(NodePK pk)
Gets the path of the specified node from the root one.List<NodeDetail>
DefaultNodeService. getSubTree(NodePK pk)
List<NodeDetail>
DefaultNodeService. getSubTree(NodePK pk, String sorting)
List<NodeDetail>
DefaultNodeService. getSubTree(NodePK pk, String status, int level, String sorting)
List<NodeDetail>
NodeService. getSubTree(NodePK pk)
Gets all the nodes that are part of the subtree from the specified node.List<NodeDetail>
NodeService. getSubTree(NodePK pk, String sorting)
Gets all the nodes that are part of the subtree from the specified node and sorted according to the sorting argument.List<NodeDetail>
NodeService. getSubTree(NodePK pk, String status, int level, String sorting)
Gets all the nodes that are part of the subtree from the specified node down to the given deep level of the subtree and having the given status.List<NodeDetail>
DefaultNodeService. getSubTreeByLevel(NodePK pk, int level)
List<NodeDetail>
DefaultNodeService. getSubTreeByLevel(NodePK pk, int level, String sorting)
List<NodeDetail>
NodeService. getSubTreeByLevel(NodePK pk, int level)
Gets all the nodes that are part of the subtree from the specified node down to the given deep level of the subtree.List<NodeDetail>
NodeService. getSubTreeByLevel(NodePK pk, int level, String sorting)
Gets all the nodes that are part of the subtree from the specified node down to the given deep level of the subtree.List<NodeDetail>
DefaultNodeService. getSubTreeByStatus(NodePK pk, String status)
List<NodeDetail>
DefaultNodeService. getSubTreeByStatus(NodePK pk, String status, String sorting)
List<NodeDetail>
NodeService. getSubTreeByStatus(NodePK pk, String status)
Gets all the nodes that are part of the subtree from the specified node and having the given status.List<NodeDetail>
NodeService. getSubTreeByStatus(NodePK pk, String status, String sorting)
Gets all the nodes that are part of the subtree from the specified node and having the given status.List<NodeDetail>
DefaultNodeService. getTree(NodePK pk)
List<NodeDetail>
NodeService. getTree(NodePK pk)
Gets all the nodes that are part of the tree rooted from the specified node.void
AnonymousMethodOnNode. invoke(NodePK pk)
Invokes the method with the specified node.void
DefaultNodeService. moveNode(NodePK nodePK, NodePK toNode)
void
DefaultNodeService. moveNode(NodePK nodePK, NodePK toNode, boolean preserveRights)
void
NodeService. moveNode(NodePK nodePK, NodePK toNode)
Moves the specified node to the given another one that then will become its new father.void
NodeService. moveNode(NodePK nodePK, NodePK toNode, boolean preserveRights)
Moves the specified node to the given another one that then will become its new father.void
DefaultNodeService. processWysiwyg(NodePK nodePK)
void
NodeService. processWysiwyg(NodePK nodePK)
A wysiwyg's content has been added or modified to a node.void
DefaultNodeService. removeNode(NodePK pk)
Remove a node and its descendantsvoid
NodeService. removeNode(NodePK pk)
Removes a node and its descendantsMethod parameters in org.silverpeas.core.node.service with type arguments of type NodePK Modifier and Type Method Description void
DefaultNodeService. sortNodes(List<NodePK> nodePKs)
void
NodeService. sortNodes(List<NodePK> nodePKs)
Sorts the specified nodes in Silverpeas. -
Uses of NodePK in org.silverpeas.core.security.authorization
Methods in org.silverpeas.core.security.authorization that return types with arguments of type NodePK Modifier and Type Method Description Stream<NodePK>
NodeAccessController. filterAuthorizedByUser(Collection<NodePK> nodePks, String userId, AccessControlContext context)
Methods in org.silverpeas.core.security.authorization with parameters of type NodePK Modifier and Type Method Description protected void
NodeAccessController. fillUserRoles(Set<SilverpeasRole> userRoles, AccessControlContext context, String userId, NodePK nodePK)
boolean
NodeAccessController. isGroupAuthorized(String groupId, NodePK nodePK)
boolean
NodeAccessController. isUserAuthorized(String userId, NodePK nodePK, AccessControlContext context)
Method parameters in org.silverpeas.core.security.authorization with type arguments of type NodePK Modifier and Type Method Description Stream<NodePK>
NodeAccessController. filterAuthorizedByUser(Collection<NodePK> nodePks, String userId, AccessControlContext context)
-
Uses of NodePK in org.silverpeas.core.sharing.model
Methods in org.silverpeas.core.sharing.model that return types with arguments of type NodePK Modifier and Type Method Description protected Collection<NodePK>
NodeAccessControl. getNodeDescendants(NodePK pk)
protected Collection<NodePK>
NodeAccessControl. getPublicationFathers(ResourceReference pk)
Methods in org.silverpeas.core.sharing.model with parameters of type NodePK Modifier and Type Method Description protected Collection<NodePK>
NodeAccessControl. getNodeDescendants(NodePK pk)
-
Uses of NodePK in org.silverpeas.core.subscription.service
Methods in org.silverpeas.core.subscription.service with parameters of type NodePK Modifier and Type Method Description static NodeSubscriptionResource
NodeSubscriptionResource. from(NodePK nodePK)
A way to get an instance of a node subscription resource.Constructors in org.silverpeas.core.subscription.service with parameters of type NodePK Constructor Description NodeSubscription(String subscriberId, NodePK nodePK)
Node subscription constructor for which the type of the subscriber is USER and the subscriber is the one that handles the subscription.NodeSubscription(SubscriptionSubscriber subscriber, NodePK nodePK)
Node subscription constructor for a subscriber that handles the subscription too.NodeSubscription(SubscriptionSubscriber subscriber, NodePK nodePK, String creatorId)
Node subscription constructor for a subscriber that handles the subscription too.NodeSubscriptionResource(NodePK nodePK)
Default constructor. -
Uses of NodePK in org.silverpeas.core.web.look
Methods in org.silverpeas.core.web.look with parameters of type NodePK Modifier and Type Method Description abstract List<PublicationDetail>
LookHelper. getValidPublications(NodePK nodePK)
List<PublicationDetail>
LookSilverpeasV5Helper. getValidPublications(NodePK nodePK)
-
Uses of NodePK in org.silverpeas.core.webapi.node
Methods in org.silverpeas.core.webapi.node that return NodePK Modifier and Type Method Description NodePK
NodeEntity. toNodePK()
Gets the node pk objet that this entity represents. -
Uses of NodePK in org.silverpeas.core.webapi.publication
Methods in org.silverpeas.core.webapi.publication with parameters of type NodePK Modifier and Type Method Description protected abstract boolean
AbstractPublicationResource. isNodeReadable(NodePK nodePK)
protected boolean
PublicationResource. isNodeReadable(NodePK nodePK)
protected boolean
SharedPublicationResource. isNodeReadable(NodePK nodePK)
-
Uses of NodePK in org.silverpeas.web.importexport.control
Methods in org.silverpeas.web.importexport.control with parameters of type NodePK Modifier and Type Method Description void
ImportExportSessionController. processExport(List<WAAttributeValuePair> itemsToExport, NodePK rootPK)
void
ImportExportSessionController. saveItems(List<WAAttributeValuePair> items, NodePK rootPK)
-