Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 7 (11.1.7)

E22562-07

oracle.apps.fnd.applcore.socialnetwork.model.pojo
Interface ViewObjectStructureVisitor

All Known Implementing Classes:
OsnTranslationVisitor, OsnVisitor

public interface ViewObjectStructureVisitor

Definition of the visitor to be used in a Visitor pattern that can be applied to Social Network Nodes.

Since:
11.1.1.7.0
Version:
$Header: atgpf/applcore/applications/SocialNetwork/Model/src/oracle/apps/fnd/applcore/socialnetwork/model/pojo/ViewObjectStructureVisitor.java /st_atgpf_pt-11.1.1.7.0/1 2012/07/30 22:27:04 pacross Exp $

Method Summary
 java.lang.String getVisitorName()
          Name of the visitor.
 void visit(ViewObjectNodeStructure node)
          Visit the node and process its contents.
 

Method Detail

getVisitorName

java.lang.String getVisitorName()
Name of the visitor.

Returns:
visitor name.

visit

void visit(ViewObjectNodeStructure node)
Visit the node and process its contents.

Parameters:
node - the node to visit.

Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 7 (11.1.7)

E22562-07

Copyright © 2013 Oracle. All Rights Reserved.