BrightSide Workbench Full Report + Source Code
org.turro.publishing.PublishingContext Class Reference
Inheritance diagram for org.turro.publishing.PublishingContext:
Collaboration diagram for org.turro.publishing.PublishingContext:

Public Member Functions

String getContext ()
 
boolean isPublic ()
 
boolean canShowTo (IContact contact)
 

Detailed Description

Author
Lluis TurrĂ³ Cutiller lluis.nosp@m.@tur.nosp@m.ro.or.nosp@m.g

Definition at line 30 of file PublishingContext.java.

Member Function Documentation

◆ canShowTo()

boolean org.turro.publishing.PublishingContext.canShowTo ( IContact  contact)

Definition at line 44 of file PublishingContext.java.

44  {
45  ElContext ctx = ElContextMap.getContext(context);
46  if(ctx.isPublic()) return true;
47  return ctx.canShowTo(contact);
48  }
Here is the call graph for this function:

◆ getContext()

String org.turro.publishing.PublishingContext.getContext ( )

Definition at line 35 of file PublishingContext.java.

35  {
36  return context;
37  }

◆ isPublic()

boolean org.turro.publishing.PublishingContext.isPublic ( )

Definition at line 39 of file PublishingContext.java.

39  {
40  ElContext ctx = ElContextMap.getContext(context);
41  return ctx.isPublic();
42  }
Here is the call graph for this function:

The documentation for this class was generated from the following file: